Last active
August 29, 2015 14:18
-
-
Save twogood/150d1cc3373badceb673 to your computer and use it in GitHub Desktop.
Mandril SMTP relay in Postfix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| relayhost = smtp.mandrillapp.com:submission | |
| # http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/ | |
| smtpd_sasl_auth_enable = yes | |
| smtpd_sasl_path = smtpd | |
| smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd | |
| smtp_sasl_type = cyrus | |
| smtp_sasl_auth_enable = yes | |
| smtp_sasl_security_options = noanonymous |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The server info must exactly match the value | |
| # for "relayhost" in /etc/postfix/main.cf | |
| smtp.mandrillapp.com:submission [email protected]:password | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment