hello!
Please help me.
I'm using postfix to relaying some mail thru zoho.
In main.cf:
transport_maps = hash:/etc/postfix/transport_map
smtp_sasl_auth_enable = yes
smtp_sasl_mechanism_filter = login
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_always_send_ehlo = yes
transport_map:
mail.ru smtp:[smtp.zoho.com]:587
sasl_passwd:
smtp.zoho.com
sale@mydomain.com:ZOHO_PASSWORD
In maillog:
Apr 4 11:22:46 itdep postfix/smtp[25833]: 9128F5C302B: to=<test
@mail.ru>, relay=smtp.zoho.com[216.52.73.201]:587, delay=232183, delays=232181/0/2.3/0, dsn=4.0.0, status=deferred (SASL authentication failed; server smtp.zoho.com[216.52.73.201] said: 535 Authentication Failed)
What i'm doing wrong?