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-proxy/files/etc/dovecot/conf.d/10-auth.conf | |
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-proxy/files/etc/dovecot/conf.d/10-auth.conf')
-rw-r--r-- | roles/IMAP-proxy/files/etc/dovecot/conf.d/10-auth.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-auth.conf b/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-auth.conf index 229ac94..1abea0c 100644 --- a/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-auth.conf +++ b/roles/IMAP-proxy/files/etc/dovecot/conf.d/10-auth.conf @@ -1,28 +1,29 @@ ## ## Authentication processes ## # Disable LOGIN command and all other plaintext authentications unless # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP # matches the local IP (ie. you're connecting from the same computer), the # connection is considered secure and plaintext authentication is allowed. +# See also ssl=required setting. disable_plaintext_auth = yes # Authentication cache size (e.g. 10M). 0 means it's disabled. Note that # bsdauth, PAM and vpopmail require cache_key to be set for caching to be used. #auth_cache_size = 0 # Time to live for cached data. After TTL expires the cached record is no # longer used, *except* if the main database lookup returns internal failure. # We also try to handle password changes automatically: If user's previous # authentication was successful, but this one wasn't, the cache isn't used. # For now this works only with plaintext authentication. #auth_cache_ttl = 1 hour # TTL for negative hits (user not found, password mismatch). # 0 disables caching them completely. #auth_cache_negative_ttl = 1 hour # Space separated list of realms for SASL authentication mechanisms that need # them. You can leave it empty if you don't want to support multiple realms. # Many clients simply use the first one listed here, so keep the default realm # first. #auth_realms = |