ivioonsail
IS-IT--Management
I'm running Postfix on Debian and having difficulties making postfix send to the external SMTP server I need to use. I need to use plain authentication for the server, and I've set up my main.cf and my sasl_passwd, but it's still not liking it. I'm at a loss of how to make it relay to my smtp server.
In main.cf
==========
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = /etc/postfix/sasl_passwd
smtp_sasl_security_options =
In /etc/postfix/sasl_passwd
==========
mail.mysmtpserver.net usernameassword
Any ideas?
In main.cf
==========
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = /etc/postfix/sasl_passwd
smtp_sasl_security_options =
In /etc/postfix/sasl_passwd
==========
mail.mysmtpserver.net usernameassword
Any ideas?