diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-25 18:46:35 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:52 +0200 |
commit | a4b88d46526632705d92b2902d3604907afbcbc9 (patch) | |
tree | dfbe2e46f7c972edb855a2714e2be62443a131e5 /roles/IMAP/files/etc | |
parent | 2c6875911b26fefd9bd11bd71eecda69e0cf32aa (diff) |
Install dovecot from backports (for imapc).
Interesting features include caching of mail headers (v2.2.8+) as well
as new IMAP capabilities.
Diffstat (limited to 'roles/IMAP/files/etc')
-rw-r--r-- | roles/IMAP/files/etc/dovecot/conf.d/10-logging.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/10-logging.conf b/roles/IMAP/files/etc/dovecot/conf.d/10-logging.conf index ba8e646..c611bfc 100644 --- a/roles/IMAP/files/etc/dovecot/conf.d/10-logging.conf +++ b/roles/IMAP/files/etc/dovecot/conf.d/10-logging.conf @@ -26,6 +26,7 @@ # In case of password mismatches, log the attempted password. Valid values are # no, plain and sha1. sha1 can be useful for detecting brute force password # attempts vs. user simply trying the same password over and over again. +# You can also truncate the value to n chars by appending ":n" (e.g. sha1:6). #auth_verbose_passwords = no # Even more verbose logging for debugging purposes. Shows for example SQL @@ -65,7 +66,7 @@ log_timestamp = "%Y-%m-%d %H:%M:%S " # string. #login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c -# Login log format. %$ contains login_log_format_elements string, %s contains +# Login log format. %s contains login_log_format_elements string, %$ contains # the data we want to log. #login_log_format = %$: %s |