What Is Reverse DNS
Learn what reverse DNS is, how PTR records work, mail server identity, and forward-confirmed rDNS.
Introduction
Forward DNS: hostname → IP (A record). Reverse DNS: IP → hostname (PTR record).
For mail servers, best practice is forward-confirmed reverse DNS: PTR and forward A record match each other.
Quick answer
Reverse DNS maps an IP address back to a hostname — the opposite of a normal A record lookup. It uses PTR records controlled by the IP owner. Mail servers rely on reverse DNS for identity and reputation checks.
What it means
Reverse DNS lookups query special reverse zones (in-addr.arpa for IPv4). The result is a hostname that should represent the server using that IP.
- Implemented with PTR records
- Set by VPS, hosting or network provider
- Important for mail deliverability and reputation
- HELO/EHLO hostname should match PTR when possible
- Different from normal domain DNS zone editing
Where you see this:
- Outbound mail server identity checks
- VPS and dedicated server mail setup
- Blacklist and reputation troubleshooting
- Security logging and abuse investigation
Forward: mail.example.com → 198.51.100.25
Reverse: 198.51.100.25 → mail.example.com
Why this matters
Missing or generic reverse DNS is a red flag for spam filters. Misaligned PTR and HELO hostnames suggest misconfigured or compromised mail servers.
How to check it
- Run Reverse DNS Checker on your sending IP.
- Note the PTR hostname returned.
- Run DNS Lookup on that hostname to confirm forward A record.
- Compare with SMTP HELO/EHLO name in mail server config.
- Request PTR update from provider if misaligned.
Check reverse DNS
Use Reverse DNS Checker to see the hostname for an IP address.
Common mistakes
Missing rDNS for mail server
HighIP has no PTR or only generic provider hostname.
Next step: Request branded PTR from IP owner.
PTR does not match forward DNS
MediumReverse name does not resolve back to the same IP.
Next step: Create matching A record, then align PTR.
Expecting to edit PTR in domain DNS panel
MediumDomain DNS panel controls forward records, not IP PTR.
Next step: Contact VPS or hosting provider for PTR changes.
Using generic provider PTR
LowNames like vps123.provider.net look less trustworthy.
Next step: Use mail.yourdomain.com style hostname when allowed.
Example
IP: 198.51.100.25
PTR: mail.example.com
A check: mail.example.com → 198.51.100.25
Frequently asked questions
What is the difference between PTR and reverse DNS?
PTR is the DNS record type. Reverse DNS is the lookup process that returns the hostname for an IP.
Does reverse DNS affect websites?
Usually not for normal web browsing. It matters most for mail and some security checks.
Who can set reverse DNS?
The organization that owns or allocates the IP address — your VPS or hosting provider.
Is reverse DNS required for SPF?
No. SPF is separate. But mail servers often expect sensible rDNS alongside SPF, DKIM and DMARC.
Related tools
Use these free tools to verify your configuration after applying changes.
Related guides
Browse all Glossary guides →Need help applying this fix?
Send us your domain, report link or issue details. CheckDomainHealth will review the request and route it to the right technical team if hands-on support is needed.
Was this guide helpful?
Your feedback helps us improve our guides for everyone.
Thanks for your feedback!