diff dovecot-example.conf @ 1328:0a524d229f50 HEAD

Added auth_default_realm (based on patch by Kristian Hoffmann)
author Timo Sirainen <tss@iki.fi>
date Wed, 02 Apr 2003 04:00:02 +0300
parents d041581ddebf
children 7cde19dbe754
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Apr 01 17:55:48 2003 +0300
+++ b/dovecot-example.conf	Wed Apr 02 04:00:02 2003 +0300
@@ -348,15 +348,15 @@
 #   plain digest-md5
 auth_mechanisms = plain
 
-# Space separated list of realms with authentication methods that need them.
-# This is usually empty or the host name of the server (eg.
-# mail.mycompany.com).
-#  - plain auth checks the password from all realms specified in here
-#  - digest-md5 must have the password added for each realm separately, and
-#    many clients simply use the first realm listed here. so if you really
-#    need to add more realms, add them to end of the list.
+# 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 =
 
+# Default realm to use if none was specified.
+#auth_default_realm = 
+
 # Where user database is kept:
 #   passwd: /etc/passwd or similiar, using getpwnam()
 #   passwd-file <path>: passwd-like file with specified location