splitting A and MX records
Posted
by market
on Server Fault
See other posts from Server Fault
or by market
Published on 2010-06-10T05:52:15Z
Indexed on
2010/06/10
6:03 UTC
Read the original article
Hit count: 321
I have a domain name which currently points to a shared hosting service. I've set up a dedicated Apache server for the web hosting, but would like to keep using the mail server of the old host.
Is the correct way to do this to add an A record that points to the IP of the new server, and an MX record that points to the hostname of the mail server? does anything need to be done with the NS records?
© Server Fault or respective owner