Email DNS guide

Reverse DNS for Email: Why PTR Records Matter

If you send email from your own server, reverse DNS is one of those quiet details receivers may check before trusting you.

The email problem this solves

A mail server connects to a receiver from an IP address. The receiver wants to know whether that IP has a reasonable identity. Reverse DNS gives the IP a hostname through a PTR record. It is not the whole reputation story, but missing or sloppy reverse DNS can make a new sending setup look unfinished.

Forward DNS and reverse DNS should make sense together

A common pattern is this: the sending IP has a PTR such as mail.example.com, and mail.example.com has an A record pointing back to that same IP. Receivers may also compare the sending server name, SPF, DKIM, DMARC alignment, and past reputation. No single record guarantees inbox delivery, but the pieces should not contradict each other.

Who can change PTR records?

Usually the IP address owner controls reverse DNS. That means your hosting provider, VPS provider, cloud provider, ISP, or email platform. Your domain registrar normally cannot set PTR for an IP it does not control. This is why people sometimes search their DNS dashboard for PTR settings and cannot find the right place.

Before opening a support ticket

  1. Write down the exact public sending IP.
  2. Check its current PTR result.
  3. Decide what hostname the PTR should return, usually something like mail.example.com.
  4. Make sure that hostname has forward DNS back to the sending IP.
  5. Include SPF, DKIM, and DMARC status if the issue is deliverability.

When PTR is not enough

If mail is still landing in spam after PTR is fixed, continue with SPF, DKIM, DMARC, sending volume, content, blocklists, bounce logs, and provider reputation. Reverse DNS is a foundation check, not a complete deliverability repair.

Start with Reverse DNS Lookup, then review MX Record Lookup and TXT Record Lookup for the rest of the email DNS picture.