twhiting9275
Verified User
I haven't done a ton of digging into DA in quite some time, but after moving things around a bit (from gmail to zoho, and a few other things), I discovered that the Zoho template is set to use their eu MX servers, instead of those locally. So, for those in the US (many are), you may find this handy. All of this requires SSH access, and root. So, if you don't have that, point smeone who does to this thread
I'm not sure if this will get overwritten on upgrade in the future, but this is a pretty decent workaround to having to correct the template every time you switch the MX entries
- login to SSH as root
- navigate to /usr/local/directadmin/data/templates/mx
- copy the zoho.eu.txt to zoho.com.txt
- open up the zoho.com.txt in your favorite editor, and paste the following
-
Code:
|?NAME=Zoho Mail (US)| |?EXTRA_SPF=include:zoho.com| |?SPF_STRICT=-all| |?LOCAL_DOMAIN=no| |DOMAIN|. 3600 IN MX 10 mx.zoho.com. |DOMAIN|. 3600 IN MX 20 mx2.zoho.com. |DOMAIN|. 3600 IN MX 50 mx3.zoho.com.
- edit zoho.eu.txt and change the top line to identify it as Zoho Mail (EU)
- restart directadmin
I'm not sure if this will get overwritten on upgrade in the future, but this is a pretty decent workaround to having to correct the template every time you switch the MX entries