So, after back and forth yesterday, I change the “mail” and “webmail” records from A records to CNAME and also removed the first MX record entry based on advice of community.
At this point, I cannot get the SSL cert issued from MXroute panel to work with mail because mail is now pointing to mxrouting.net instead of my own domain (mail.peavyhome.com).
So, here is what the DNS zone record WAS:
IN MX 10 mail.peavyhome.com.
IN MX 20 echo.mxrouting.net.
IN MX 30 echo-relay.mxrouting.net.
webmail IN A 116.202.115.120
mail IN A 116.202.115.120
And everything was sweet and swell. Could access “webmail.peavyhome.com” via web and mail client used “mail.peavyhome.com” to access mail.
So, based on advice, I changed the record to:
IN MX 10 echo.mxrouting.net.
IN MX 20 echo-relay.mxrouting.net.
webmail IN CNAME echo.mxrouting.net.
mail IN CNAME echo.mxrouting.net.
And now, I cannot properly access webmail.peavyhome.com because the browser complains about SSL cert mismatch. And mail client cannot reach “mail.peavyhome.com”
And now MXroute panel cannot issue SSL cert because it can’t find mail.peavyhome.com (not that I should have to reissue the cert).
There is a long thread already about this, and a new thread on chat.
I am open to either:
- Reveting back to IP address and A records and just know that one day that may change;
or
- Figuring out the root cause.
Thank you.