Skip to content

Instantly share code, notes, and snippets.

@lukesUbuntu
Created September 28, 2015 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukesUbuntu/495f99abd36ad3350e0d to your computer and use it in GitHub Desktop.
Save lukesUbuntu/495f99abd36ad3350e0d to your computer and use it in GitHub Desktop.
#Mail gun postfix relay
relayhost = [smtp.mailgun.org]:587
smtp_sasl_auth_enable = yes
smtp_sender_dependent_authentication = yes
smtp_sasl_auth_enable = yes
#use hash map file etc but for now testing
smtp_sasl_password_maps = static:username@usernam.co.nz:password
smtp_sasl_security_options = noanonymous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment