Reputation: 25
My client has their domain name (lorem.com) registered with company X which also host their email. I'd like to host their new website with separate hosting company (company Y). I know I need to update the DNS nameservers for their domain name to point to company Y's nameservers. I'm not sure how to handle the email host though. Doing an MX lookup on their domain, currently shows:
Pref Hostname
10 lorem.com
20 mx2.companyX.com
Do I need to do any updates to the MX record? Also, do I need to add/edit the A record to point to company Y's IP address? Thanks!
Upvotes: 2
Views: 2268
Reputation: 2232
So if I understand correctly, you are migrating only your website from the old hosting company to a new hosting company.
Do I need to do any updates to the MX record?
No, since you want the old server(hosting company) to keep managing your emails, no changes to MX records are required.
Also, do I need to add/edit the A record to point to company Y's IP address?
Correct. All you need is to put in a new A record to company Y's IP. Remember to change the A record for .(root) and www (if www subdomain exists) and any other sub-domains that your website may have (eg. ftp etc.)
Upvotes: 1