diff dovecot-example.conf @ 4658:3b49b9ec87dc HEAD

auth_cache: Try to handle changing passwords automatically: If password verification fails, but the last one had succeeded, don't use the cache. This works only with plaintext auth.
author Timo Sirainen <tss@iki.fi>
date Fri, 13 Oct 2006 19:37:12 +0300
parents 60a081e2a1dc
children 07afd19bc53e
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Oct 13 18:33:03 2006 +0300
+++ b/dovecot-example.conf	Fri Oct 13 19:37:12 2006 +0300
@@ -647,7 +647,9 @@
 #auth_cache_size = 0
 # Time to live in seconds for cached data. After this many seconds the cached
 # record is no longer used, *except* if the main database lookup returns
-# internal failure.
+# 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 = 3600
 
 # Space separated list of realms for SASL authentication mechanisms that need