Quote:
|
Originally Posted by marcmac The logs you sent were very helpful - I think that smtp_sasl_authentication_filter is the problem. Your ISPs mailserver is advertising plain and login, but you're only permitting plain - try resetting that:
postconf -e smtp_sasl_authentication_filter=
postfix reload |
I noticed this as well and changed it (postconf -e smtp_sasl_authentication_filter=) - i'm getting the same error after reload
main.cf
smtpd_tls_auth_only = yes
disable_dns_lookups = yes
message_size_limit = 10240000
relayhost = smtp.myrelay.com
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/opt/zimbra/conf/relay_password
smtp_sasl_mechanism_filter =
smtp_tls_enforce_peername = no
smtp_use_tls = no
debug_peer_list = smtp.myrelay.com
the error after reload and sending another email
Dec 28 21:37:21 zimbra postfix/smtp[16054]: smtp_sasl_authenticate: smtp.myrelay.com[XXX.202.23.141]: SASL mechanisms PLAIN LOGIN
Dec 28 21:37:21 zimbra postfix/smtp[16054]: warning: SASL authentication failure: No worthy mechs found