Pointing an existing domain
Instructions on pointing an existing domain you or your customer owns
Point your entire domain (www.example.com)
Pointing a domain that you already own requires you to modify a website's existing A Record and CNAME. Depending on where you modify the DNS settings, you may need to add a record, or modify the records. In both cases you will need to point to a new IP address and CNAME. This IP address and CNAME will be provided to you by a support team member.
You must create a record for with, and without, "www". For instance, "www.example.com" and "example.com" are two different addresses and they both need to be pointed in order to work.
For "example.com", the host name might be "@" or "example.com" or simply left blank. This A-Record should be set to the IP address provided
For "www.example.com" the host name might be "www" or "www.example.com". This CNAME record should be set to the CNAME address provided.
Notes:
Ensure that once the new IP address and CNAME is entered, there are no additional A records for
www.example.com
orexample.com
. Having multiple records (with other IP addresses or CNAMEs) will cause your domain to bounce back and forth from our host and your old host.Once you've added the records, it can take 24-48 hours for the new record values to propagate across the internet. But if have not visited the domain recently, you should be able to see the site resolve within 60 minutes.
Email hosting
If you would like to use our hosted Webmail/Email service to create email accounts under your domain (i.e. mailbox@example.com
), you will need to enter 3 additional DNS records to the domain.
2 MX records, and a TXT record:
MX record for
example.com
set tomx1.emailsrvr.com
with a "priority" setting of10
MX record for
example.com
set tomx2.emailsrvr.com
with a "priority" setting of20
TXT record for example.com set to
v=spf1 include:emailsrvr.com ~all
Last updated