Hi, I used to have the following settings
- $ \dig mx archlinuxvn.org|grep MX
- archlinuxvn.org. 14400 IN MX 10 mx.zohomail.com.
- archlinuxvn.org. 14400 IN MX 20 mx2.zohomail.com.
Recently I need to add two in-house mail servers
- $ \dig mx archlinuxvn.org|grep MX
- archlinuxvn.org. 14400 IN MX 5 l00s7r.theslinux.org.
- archlinuxvn.org. 14400 IN MX 7 l00s5r.theslinux.org.
- archlinuxvn.org. 14400 IN MX 10 mx.zohomail.com.
- archlinuxvn.org. 14400 IN MX 20 mx2.zohomail.com.
When I try to send email from the domain @theslinux.org which is hosted by zoho, Zoho ignores completely my two MX servers, and they delivery emails directly to zoho account (mx 10 and mx 20).
That means that Zoho doesn't respect my MX settings.
Please take a look .
Thanks a lot.