View Single Post
  #6 (permalink)  
Old 12-28-2005, 02:33 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default smtp_sasl_mechanism_filter

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
Reply With Quote