diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-12-06 21:33:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-12-06 21:33:24 +0100 |
commit | aa267aac7674500808de42538884e2ee8e672672 (patch) | |
tree | 22453c95f8dfbb225cf0a8cce34a72a0e23ed75d | |
parent | ebe51a8ebbf2518b7cbd656f2a87ddd239c7014c (diff) |
Reduce RoundCube's logging policy.
-rw-r--r-- | fripost-docs.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 24aae1b..64785d8 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -1890,6 +1890,9 @@ sudo apt-get install roundcube $rcmail_config['imap_auth_type'] = 'plain'; $rcmail_config['username_domain'] = 'fripost.org'; + $rcmail_config['smtp_server'] = 'localhost'; + $rcmail_config['smtp_port'] = 25; + # use IP for extra paranoia $rcmail_config['ip_check'] = true; @@ -1906,6 +1909,10 @@ sudo apt-get install roundcube $rcmail_config['default_imap_folders'] = array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'INBOX.Junk', 'Trash'); $rcmail_config['create_default_folders'] = TRUE; + $rcmail_config['smtp_log'] = false; + $rcmail_config['http_received_header'] = false; + $rcmail_config['http_received_header_encrypt'] = false; + # timezone $rcmail_config['timezone'] = 'CET'; |