Namecheap And Other DNS Providers
Most DNS providers use the same record concepts with slightly different labels.
Field translation
| PING8 field | Common DNS panel label |
|---|---|
| Host | Name, Record name, Hostname |
| Value | Content, Data, Points to |
| Priority | MX priority, Preference |
| TTL | Time to live |
General setup
- Add an A record for
mail. - Add an MX record for
@. - Add SPF TXT at
@. - Add DKIM TXT at the selector host shown in PING8.
- Add DMARC TXT at
_dmarc. - Ask your IP/server provider to configure PTR/rDNS.
- Verify from PING8.
SPF rule
There must be one SPF record per hostname. If your domain already has an SPF record, edit the existing one and merge values.
Bad:
v=spf1 include:example-provider.com -all
v=spf1 ip4:203.0.113.10 -allGood:
v=spf1 ip4:203.0.113.10 include:example-provider.com -allWhen to ask support
Ask your DNS or hosting provider when:
- You cannot find where to add TXT records.
- Your long DKIM value is being truncated.
- PTR/rDNS is missing.
- The provider hides MX priority.
Namecheap notes
- Use Advanced DNS when the domain uses Namecheap DNS.
- Use
@for root TXT and MX records. - Use the selector host from PING8 for DKIM, such as
default._domainkey. - If the domain uses custom nameservers, edit DNS at that external provider instead of Namecheap.
Verification routine
- Save records at the DNS provider.
- Wait for the provider UI to show the saved state.
- Run the PING8 verification button.
- If one record fails, check that exact hostname with a DNS lookup.
- Avoid changing several records repeatedly while propagation is still happening.