diff dovecot-example.conf @ 1437:c27c6089e933 HEAD

Added support for ANONYMOUS SASL mechanism.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 May 2003 06:24:57 +0300
parents 7cde19dbe754
children 03dd87873a81
line wrap: on
line diff
--- a/dovecot-example.conf	Thu May 08 06:18:43 2003 +0300
+++ b/dovecot-example.conf	Thu May 08 06:24:57 2003 +0300
@@ -345,7 +345,7 @@
 auth = default
 
 # Space separated list of wanted authentication mechanisms:
-#   plain digest-md5
+#   plain digest-md5 anonymous
 auth_mechanisms = plain
 
 # Space separated list of realms for SASL authentication mechanisms that need
@@ -400,6 +400,9 @@
 # set this value to empty.
 #auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
 
+# Username to use for users logging in with ANONYMOUS SASL mechanism
+#auth_anonymous_username = anonymous
+
 # More verbose logging. Useful for figuring out why authentication isn't
 # working.
 #auth_verbose = no