diff dovecot-example.conf @ 3918:40a461d554e6 HEAD

Added auth_debug_passwords setting. If it's not enabled, hide all password strings from logs.
author Timo Sirainen <tss@iki.fi>
date Sun, 22 Jan 2006 13:33:27 +0200
parents fc0b638330a4
children f504dbc84d38
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Jan 22 12:50:54 2006 +0200
+++ b/dovecot-example.conf	Sun Jan 22 13:33:27 2006 +0200
@@ -598,9 +598,13 @@
 #auth_verbose = no
 
 # Even more verbose logging for debugging purposes. Shows for example SQL
-# queries. WARNING: This also saves users' passwords in logs!
+# queries.
 #auth_debug = no
 
+# In case of password mismatches, log the passwords and used scheme so the
+# problem can be debugged. Requires auth_debug=yes to be set.
+#auth_debug_passwords = no
+
 # Maximum number of dovecot-auth worker processes. They're used to execute
 # blocking passdb and userdb queries (eg. MySQL and PAM). They're
 # automatically created and destroyed as needed.