Created
March 28, 2016 18:43
-
-
Save andcam/8fe6061543c7495342e2 to your computer and use it in GitHub Desktop.
This file contains 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
Section: AUTH | |
mailgun_login: | |
driver = plaintext | |
public_name = LOGIN | |
hide client_send = : [email protected] : password | |
Section: ROUTERSTART | |
mailgun: | |
driver = manualroute | |
domains = ! +local_domains | |
transport = mailgun_transport | |
route_list = "* smtp.mailgun.org::2525 byname" | |
host_find_failed = defer | |
no_more | |
Section: TRANSPORTSTART | |
mailgun_transport: | |
driver = smtp | |
hosts = smtp.mailgun.org | |
hosts_require_auth = smtp.mailgun.org | |
hosts_require_tls = smtp.mailgun.org |
This is really help me, it's working for my cpanel instance on GCP.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks! Having some issues with 550 Relaying Denied intermittently happening, still investigating, perhaps someone has dealt with / fixed this issue?
Also, looking over your example, I would recommend defaulting to port 587, then using 2525 if that doesn't work, per http://blog.mailgun.com/25-465-587-what-port-should-i-use/