* 'INSTALL'
authorPascal Volk <neverseen@users.sourceforge.net>
Tue, 07 Oct 2008 02:18:45 +0000
changeset 91 0e5b2835414d
parent 90 1734eb5101c6
child 92 aa741e8657b9
* 'INSTALL' - Added a configuration hint for smtpd_sasl_local_domain
INSTALL
--- a/INSTALL	Sun Oct 05 03:33:38 2008 +0000
+++ b/INSTALL	Tue Oct 07 02:18:45 2008 +0000
@@ -68,7 +68,7 @@
       postmaster_address = postmaster@YOUR-DOMAIN.TLD
     }
     auth default {
-      mechanisms = plain login cram-md5 
+      mechanisms = cram-md5 login plain
       passdb sql {
         args = /etc/dovecot/dovecot-sql.conf
       }
@@ -137,7 +137,12 @@
     smtpd_sasl_type = dovecot
     smtpd_sasl_path = private/auth
     smtpd_sasl_auth_enable = yes
-    smtpd_sasl_local_domain = $myhostname
+    # keep smtpd_sasl_local_domain identical to Dovecot's auth_default_realm
+    # both are empty by default
+    # let it commented out if you want to use more than one domain
+    # its only required if you use the digest-md5 mechanism
+    # read more at: http://wiki.dovecot.org/Authentication/Mechanisms/DigestMD5
+    #smtpd_sasl_local_domain = $mydomain
     smtpd_sasl_security_options = noplaintext, noanonymous
     #smtpd_sasl_security_options = noanonymous
     #broken_sasl_auth_clients = yes