Displaying 1 result from an estimated 1 matches for "sasl_password".
2018 Apr 26
1
Postfix config problem w/ tls
I have followed the guides on setting up postfix relay to my account at
network solutions.
I added these to main.cf:
inet_interfaces = localhost
relayhost = [mail.mydomain.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_password
smtp_use_tls = yes
smtp_tls_CAfile = /etc/pki/tls/certs/sendmail.pem
The username and password are correct, and all these options work fine
from thunderbird on a windows box in my local network.
I get no errors on postfix restart, but when I try to send an...