Skip to content

Instantly share code, notes, and snippets.

@webplantmedia
Created February 8, 2014 02:55
Show Gist options
  • Save webplantmedia/8875972 to your computer and use it in GitHub Desktop.
Save webplantmedia/8875972 to your computer and use it in GitHub Desktop.
Mail Relay Using postfix and Rackspace Email
relayhost = secure.emailsrvr.com:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_mechanism_filter = AUTH LOGIN
smtp_sasl_security_options =
smtp_use_tls = yes
@webplantmedia
Copy link
Author

To apply all new changes we have to restart Postfix:

sudo postfix stop
sudo postfix start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment