Glossary Guides

What Is Reverse DNS

Learn what reverse DNS is, how PTR records work, mail server identity, and forward-confirmed rDNS.

By CheckDomainHealth Editorial Team Reviewed by Dionis Ceban Updated Jun 28, 2026 5 min read Beginner

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

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
Example
Forward:  mail.example.com    198.51.100.25
Reverse:  198.51.100.25       mail.example.com

Why this matters

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

  1. Run Reverse DNS Checker on your sending IP.
  2. Note the PTR hostname returned.
  3. Run DNS Lookup on that hostname to confirm forward A record.
  4. Compare with SMTP HELO/EHLO name in mail server config.
  5. Request PTR update from provider if misaligned.

Check reverse DNS

Use Reverse DNS Checker to see the hostname for an IP address.

Run Reverse DNS Check →

Common mistakes

Missing rDNS for mail server

High

IP has no PTR or only generic provider hostname.

Next step: Request branded PTR from IP owner.

PTR does not match forward DNS

Medium

Reverse 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

Medium

Domain DNS panel controls forward records, not IP PTR.

Next step: Contact VPS or hosting provider for PTR changes.

Using generic provider PTR

Low

Names like vps123.provider.net look less trustworthy.

Next step: Use mail.yourdomain.com style hostname when allowed.

Example

Forward-confirmed reverse DNS
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.

Use these free tools to verify your configuration after applying changes.

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.

Get Help Run Domain Health Check

Was this guide helpful?

Your feedback helps us improve our guides for everyone.