# HG changeset patch
# User Pascal Volk <neverseen@users.sourceforge.net>
# Date 1223746715 0
# Node ID aa741e8657b98da17db3fa17bd3ac006b19f6a16
# Parent  0e5b2835414db23ffac54efca70234e238b666b1
* 'INSTALL'
    - fixed a configuration hint for smtpd_sasl_local_domain *grml*

diff -r 0e5b2835414d -r aa741e8657b9 INSTALL
--- a/INSTALL	Tue Oct 07 02:18:45 2008 +0000
+++ b/INSTALL	Sat Oct 11 17:38:35 2008 +0000
@@ -137,12 +137,10 @@
     smtpd_sasl_type = dovecot
     smtpd_sasl_path = private/auth
     smtpd_sasl_auth_enable = yes
-    # 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
+    # Keep smtpd_sasl_local_domain identical to Dovecot's auth_default_realm:
+    # empty. Both are empty by default. Let it commented out.
+    # Read more at: http://wiki.dovecot.org/Authentication/Mechanisms/DigestMD5
+    #smtpd_sasl_local_domain =
     smtpd_sasl_security_options = noplaintext, noanonymous
     #smtpd_sasl_security_options = noanonymous
     #broken_sasl_auth_clients = yes