DNS Help: Move domain, not mailserver
Posted
by
Preserved
on Server Fault
See other posts from Server Fault
or by Preserved
Published on 2012-12-10T21:33:50Z
Indexed on
2012/12/10
23:06 UTC
Read the original article
Hit count: 229
dns
I'm in the middle of launching a new website for an already-in-use domain. The domain has a complicated email system so we'd like to move that over to the new server a bit later on.
Currently the domain DNS is managed by the current webhost. I plan on moving the DNS management back to Network Solutions, then point the A record to the new website's IP. However, currently the DNS has the MX record the same as the A record.
When NetworkSolutions is managing the DNS, and I point the A record to the new IP, then the MX record can't be the A record..
Right now: A Record mydomain.com points to IP address 198.198.198.198 MX record mydomain.com points to IP address 198.198.198.198
What I want: A Record mydomain.com points to IP address of new server MX record somehow points to current existing mailserver
Does this even make sense?
© Server Fault or respective owner