Hi, I am new to dns/postfix and zimbra, i follow the instruction and setup zcs 6 os at my centos5.3 server. I used zimbra relay my isp hosting email, incoming work great but sending hit the rock.
i get this error while sending email
Code:
This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server.
according to wiki
Outgoing SMTP Authentication - Zimbra :: Wiki
it is only mention smtp auth with ssl
Code:
echo mailrelay.example.com username:password > /opt/zimbra/conf/relay_password
Code:
postconf -e smtp_sasl_password_maps=hash:/opt/zimbra/conf/relay_password
Code:
postconf -e smtp_sasl_auth_enable=yes
my isp mail doesnt require ssl smtp, how can i authenticate without ssl in this case?
Thank you