postfix SMTP Auth Error “no SASL authentication mechanisms”

yum install cyrus-sasl-plain

SMTP Auth:

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

Leave a Reply

Your email address will not be published. Required fields are marked *