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
# This allows you to route all email from a Linux WHM server using exim through the Mailgun service | |
# or other email service. This is very powerful because email from a server is typically untrusted | |
# and hard to get good email delivery. | |
# This is not tested on servers that host multiple domains, because Mailgun's service is specific | |
# to one domain. If you figure out multiple domains with Mailgun, write it in the comments or fork this! | |
# Log in to WHM, go to Exim Configuration Manager -> Advanced Editor tab then edit the following. | |
### NOTE! | |
# If setting hosts_require_auth and hosts_require_tls = smtp.mailgun.org, |