On Wed, Jan 29, 2014 at 08:49:25AM -0500, Dennis Putnam wrote: > > You have not set "smtp_sasl_auth_enable = yes", and perhaps other > > required settings are not in fact set as intended. > > Thanks for the reply. I did not thing to use -n as normally I use -d.
That's rather useless in this context, the "-d" option reports compiled-in default settings. > The output is: > > smtp_sasl_auth_enable = yes Is that only output of "postconf -n | grep smtp_sasl_auth_enable"? In that case authentication is enabled, but perhaps the other settings you reported earlier are not. Another possibility is that the upgrade replaced Berkeley DB, and you need to rebuild the sasl password database. Save everyone some time and post unedited output of: postconf -n smtp_sasl_auth_enable smtp_sasl_mechanism_filter smtp_sasl_password_maps \ smtp_sasl_security_options smtp_sasl_tls_security_options \ smtp_sasl_tls_verified_security_options smtp_sasl_type | cat -ev Perhaps you're not configured to use SASL without TLS, and IIRC you don't seem to have used TLS. -- Viktor.