I have a co-located server running postfix as the mailer. I've configured postfix for SASL auth. It worked as I expected for a while. Then for no reason I've been able to detect, I was no longer able to send mail from home, but I still could from work. My guess is that postfix is somehow restricting attempted smtp connections from addresses it can't find a name for (like a typical home address). . . but allows smtp connections from major domains.
Any suggestions? If this seems plausible, where would this setting reside? The following is what I have at the end of my main.cf, which worked at one point.
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination
Any suggestions? If this seems plausible, where would this setting reside? The following is what I have at the end of my main.cf, which worked at one point.
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination