Separate web and email host
Posted
by
user871993
on Stack Overflow
See other posts from Stack Overflow
or by user871993
Published on 2012-07-10T08:10:56Z
Indexed on
2012/07/11
3:16 UTC
Read the original article
Hit count: 182
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!
© Stack Overflow or respective owner