DNS host records tell a domain where to send web, email, and verification traffic. This article shows you how to open the host records editor and add the most common record types — A and AAAA for websites, CNAME for aliases, MX for mail, TXT/SPF for email authentication, and SRV for service discovery. Each record has three parts: a host name (the prefix), a record type, and an address (the destination).
Before you begin
- The domain must use Enom's nameservers. Host records you manage at Enom only take effect when the domain points to Enom's nameservers. If it uses another provider's nameservers, make the changes there instead, or switch nameservers first. See Nameservers (NS).
- The destination values you need. Have the target IP address, hostname, or text string ready before you start (for example, your web server's IP, your mail provider's MX value, or an SPF string from your email host).
If your domain is not using Enom's default nameservers, any changes you make to host records in the Enom control panel will not affect your domain.
Step 1: Open host records
All record types are added from the same Host Records screen for a domain.
- Sign in to your Enom account.
- Click Domains, then My Domains.
- Search for the domain or choose it from the list.
- Choose Host records from the manage-domain dropdown.
- Enter the host name, select the record type, enter the address, and click Save.
Fifteen host record rows are available immediately; click New row to add another. For more than 15, submit a verified support request. For the full editor walkthrough including URL redirect/frame records and subdomains, see Managing DNS Host Records.
There are three standard host names you will use across record types:
- www — points www.example.com to the address you specify.
- @ — the naked or blank record; points the domain with no www in front.
- * — wildcard; points *.example.com (any subdomain) to the address.
A and AAAA records (websites and subdomains)
An A record points a host name to an IPv4 address; an AAAA record points it to an IPv6 address. Use these to send your domain or a subdomain to a web server.
- Enter the host name (for example, www, @, or a subdomain prefix such as shop).
- Select A address (IPv4) or AAAA address (IPv6).
- Enter the destination IP and click Save. Do not put the domain name itself in the host name field when creating a subdomain.
CNAME records (aliases)
A CNAME points a host name to another domain or subdomain rather than to an IP address. Use it to alias one name to another (for example, pointing a subdomain to a hosted service's hostname).
- Enter the host name to alias.
- Select CNAME.
- Enter the target hostname and click Save.
MX records (email)
An MX record points your domain to its mail server; you must have an MX record for email to work. If Enom is your email provider, the MX value follows the form mx.yourdomain.cust.a.hostedemail.com (note: hostedemail, not hostedmail), set under Email settings > User (MX).
- For a non-Enom mail provider, add an MX record in Host records with the value your provider supplies.
- Set the priority when your provider lists more than one mail server: a lower number is tried first, so primary servers get lower priority values than backups.
- Click Save.
TXT and SPF records (email authentication)
A TXT record stores a text string at a host name. SPF, DKIM, and DMARC values are all published as TXT records. An SPF record lists which servers may send mail for your domain. If Enom is your email provider, an SPF record is entered automatically in this form:
v=spf1 include:_spf.emfwd.name-services.com MX ~all- In Host records, click Add SRV or SPF record, then Add an SPF record (or select the TXT record type for a general TXT/DKIM/DMARC entry).
- Enter the text string and click Save.
DKIM is published as a TXT record. Because of host-record length limits, Enom supports up to 1024-bit DomainKeys. For DKIM and DMARC setup specific to Enom Hosted Email, see Setting Up SPF, DKIM, and DMARC for Enom Hosted Email.
SRV records (service discovery)
An SRV record advertises the host and port for a specific service (such as VoIP or chat). Add it from Add SRV or SPF record. SRV records use the following fields:
| Field | Meaning |
| Service | The service name. |
| Protocol | The protocol the service uses — TCP or UDP. |
| Priority | Order records are used in; lower numbers are used before higher ones. |
| Weight | Tie-breaker among records of equal priority; lower numbers are used first. |
| Port | The TCP or UDP port the service runs on. |
| Target (hostname) | The destination the record directs traffic to. |
Record type reference
Use this matrix to pick the right record for the job.
| Type | Use | Example |
| A | Point a host name to an IPv4 web server. | www → 192.0.2.10 |
| AAAA | Point a host name to an IPv6 web server. | www → 2001:db8::1 |
| CNAME | Alias a host name to another domain or subdomain. | shop → stores.example-host.com |
| MX | Route email to a mail server (set priority). | @ → mx.yourdomain.cust.a.hostedemail.com |
| TXT / SPF | Publish text for SPF, DKIM, or DMARC. | @ → v=spf1 include:_spf.emfwd.name-services.com MX ~all |
| SRV | Advertise a service's host and port. | _sip._tcp → priority/weight/port/target |
Allow time for changes to take effect. DNS propagation can take up to 8–24 hours. The default time to live (TTL) is 3600 seconds and resets to 3600 after any host record change. Publish only one SPF record per domain — multiple SPF records cause authentication to fail; combine all senders into a single record instead.
Next steps
- Setting Up SPF, DKIM, and DMARC for Enom Hosted Email — configure full email authentication for domains on Enom Hosted Email.
- Managing DNSSEC — add an extra layer of DNS security to protect against domain hijacking.
Questions? Contact Enom Support.
How helpful was this article?
Thanks for your feedback!
Do you still need help? If so please submit a request here.