Glossary Guides

What Is a PTR Record

Learn what a PTR record is, how reverse DNS works, mail server identity, and why PTR is set by your IP provider.

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

Introduction

PTR is the DNS record type used in reverse DNS. While A records map names to IPs, PTR maps IPs back to names.

Mail providers often check PTR to see whether a sending server has a sensible hostname. Missing or generic PTR can hurt deliverability.

Quick answer

Quick answer

A PTR record maps an IP address back to a hostname for reverse DNS. PTR is used heavily for mail server identity and reputation. PTR is set by the IP owner or hosting provider — not in your normal domain DNS zone like A or MX records.

What it means

PTR records live in special reverse zones (like in-addr.arpa for IPv4). Only the organization that owns the IP range can publish them.

  • Used for reverse DNS (rDNS) lookups
  • Important for mail server reputation
  • Must be requested from VPS/hosting provider
  • Best practice: forward-confirmed rDNS (PTR matches A record)
  • Not created in the same DNS panel as your website A records

Where you see this:

  • VPS and dedicated mail servers
  • Outbound SMTP identity checks
  • Deliverability troubleshooting for self-hosted mail
  • Provider reputation and anti-abuse filtering
Example
192.0.2.10    mail.example.com

; Forward check:
mail.example.com A 192.0.2.10

Why this matters

Why this matters

Mail from IPs without proper PTR or with generic provider hostnames is more likely to be delayed or filtered. PTR also helps support teams identify which server sent a message.

How to check it

  1. Run Reverse DNS Checker on your sending IP.
  2. Note the PTR hostname returned.
  3. Use DNS Lookup to confirm that hostname resolves forward to the same IP.
  4. Compare PTR with your mail server HELO/EHLO hostname.
  5. Request PTR changes from your IP provider if needed.

Check reverse DNS

Use Reverse DNS Checker to see which hostname an IP address resolves to via PTR.

Run Reverse DNS Check →

Common mistakes

Trying to set PTR at domain registrar

Medium

PTR is not published in the normal domain zone for website DNS.

Next step: Request PTR from the VPS, hosting or network provider that owns the IP.

Missing PTR for mail server

High

Sending IP has no reverse DNS or only a generic provider name.

Next step: Ask provider to set PTR to a hostname you control, like mail.example.com.

PTR hostname does not resolve forward

Medium

Reverse DNS points to a name with no matching A record.

Next step: Create forward A record, then align PTR to that hostname.

Leaving provider default PTR

Low

Generic names like ip-1-2-3-4.provider.net look less trustworthy for mail.

Next step: Use a branded mail hostname on your domain when possible.

Example

Forward-confirmed rDNS
Sending IP:     198.51.100.25
PTR:            mail.example.com
Forward A:      mail.example.com  198.51.100.25

Frequently asked questions

Can I add PTR in Cloudflare or my domain DNS panel?

Usually no for IPs you do not own. PTR is managed by the IP owner in reverse DNS zones.

Does PTR affect website traffic?

Rarely for normal browsing. PTR matters most for mail servers and some security checks.

What is forward-confirmed rDNS?

PTR points IP to hostname, and that hostname's A record points back to the same IP.

Is PTR the same as reverse DNS?

PTR is the record type. Reverse DNS is the lookup process that uses PTR records.

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.