Postfix as relayhost with SASL auth
Posted on Wed 21 July 2010 in Linux • Tagged with Debian, Postfix, Server, mail, sasl • 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 your …
Continue reading