li...@lazygranch.com: > I do have "smtpd_sasl_auth_enable = yes" and I use port 587. Before I > comment out that line, here is the general area of my main.cf dealing > with sasl. I cut out my rbls but otherwise this is what I use. Any other > problems?
You should enable SASL auth in master.cf NOT main.cf, and ONLY for a service that needs SASL auth. Otherwise you're turning it on for the server-to-server port (25) where it is not doing any good. Wietse