(WHM >> Home >> DNS Functions >> Edit DNS Zone)
This feature allows you to edit the records in a domain’s DNS zone file.
|
To edit a DNS zone or view zone information, select the desired domain from the Choose a Zone to Edit menu and c lick Edit . A new interface will appear.
The top of the Edit DNS Zone interface displays the following zone and server information:
The Edit DNS Zone interface displays a table of the domain's DNS entries in the following columns:
You must set the Class value to |
The following table lists the most common DNS record types:
Record Type | Description | Details | ||
---|---|---|---|---|
SOA | Start of Authority record. | Contains authoritative information. Authoritative information includes the following information:
| ||
NS | Nameserver record. | Identifies a domain's authoritative DNS servers. | ||
A | IPv4 address record. | Matches a domain name to an IPv4 address. | ||
AAAA | IPv6 address record. | Matches a domain name to an IPv6 address. | ||
MX | Mail Exchange record. | Identifies the servers that handle mail for a domain. A preference number for each MX record determines in which order other mail servers use a domain's mail servers.
| ||
CNAME | Canonical name record. | Matches a domain name to an alias. | ||
CAA | Certificate Authority (CA) Authentication record. | Controls which CAs can issue SSL certificates for a domain.
|
Use the empty text boxes below the Add New Entries Below this Line heading to add new entries to the DNS zone.
You must configure your DNS records correctly to allow visitors to access the domains. |
After you enter the desired information, click Save.
If you change the IP address of the domain's A record, your mail server's IPv4 address also automatically changes. This occurs because the standard zone template uses a CNAME record to point the mail server to the domain's A record.
To assign a different IPv4 address to the mail server, perform the following steps:
Change the MX record value to mail.$domain.
, where $domain.
represents the domain. For example, change example.com.
to
mail.example.com
.
You must include the trailing period after |
To change the zone template so that all new domains create MX records that assign your mail server a different IP address, use WHM's Edit Zone Templates interface (WHM >> Home >> DNS Functions >> Edit Zone Templates ).
|
To configure how your server routes mail for the selected domain, perform the following steps:
If the configured Mail Exchange (MX) records do not resolve, automatic detection will not occur. |
Local Mail Exchanger — The server always accepts mail for this domain. The system will deliver mail to the local mailbox.
Choose this option if your server uses smart hosts or another gateway service to filter mail. |
Backup Mail Exchanger — The server functions as a backup mail exchanger. The system will hold mail for this domain until a lower number mail exchanger becomes available.
You must configure the primary MX record to point to the appropriate exchanger. |
Remote Mail Exchanger — The server will not accept mail for this domain. The system sends all mail for this domain to the lowest numbered mail exchanger.
You must configure the primary MX record to point to the appropriate exchanger. |