Displaying 1 result from an estimated 1 matches for "ggarron".
Did you mean:
garron
2006 Jul 14
0
postfix conf for use external smtp
...mtp_sasl_tls_security_options = $smtp_sasl_security_options
smtp_use_tls = yes
in
/etc/postfix/sasl_passwd
i have
my.smtp.com user:password
then i
postmap /etc/postfix/sasl_passwd
restart the postfix, but now i have this problem.
Jul 14 12:06:33 garron postfix/smtp[8510]: ECA31F3009D: to=<
ggarron at hotmail.com>, relay= my.smtp.com, delay=2, status=deferred
(Authentication failed: cannot SASL authenticate to server scz.alketech.com[
200.87.61.8 3]: no mechanism available)
i tried with
smtp_sasl_security_options = noanonymous
smtp_sasl_security_options = noplaintext, noanonymous
smtp_sa...