Postfix as relayhost with SASL auth
Posted on Wed 21 July 2010 in Linux • 1 min read
Client configuration (notebook, workstation what ever)
- Edit your
/etc/postfix/main.cf - Create your passwordmap -
/etc/postfix/sasl_passwords - Run postmap for
/etc/postfix/sasl_passwords
Server configuration
- Nothing if you have already a working mail server. That the user (
/etc/postfix/sasl_passwords) must exists on the server is plausible ? Check yoursmtpd_*_restrictionson the mail server if the client won't use sasl :)