# HG changeset patch # User Pascal Volk # Date 1223345925 0 # Node ID 0e5b2835414db23ffac54efca70234e238b666b1 # Parent 1734eb5101c66a8e5a7a13486242728f52efc511 * 'INSTALL' - Added a configuration hint for smtpd_sasl_local_domain diff -r 1734eb5101c6 -r 0e5b2835414d 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