Skip to content

Home Topics Email Authentication Reverse DNS and PTR records

Email Authentication · Reverse DNS and PTR records

Reverse DNS (PTR) records metrics and benchmarks (2026)

Short answer

For reverse DNS (PTR) records, track authentication pass rate (target 99%+), spam complaint rate (under 0.1%), hard bounce rate (under 2%), and inbox placement (above 90%) in Google Postmaster Tools, Microsoft SNDS, and seed tests.

Gmail's sender guidelines require valid forward and reverse DNS. Missing or generic PTRs are a classic spam signal and cause outright rejections at many gateways.

The metrics that matter#

  • Authentication pass rate: share of mail passing SPF, DKIM, and DMARC alignment. Healthy: 99% or higher.
  • Spam complaint rate: Gmail enforces at 0.3%; stay under 0.1%.
  • Hard bounce rate: under 2%; above 5% triggers platform reviews.
  • Inbox placement: above 90% across major providers via seed tests.
  • Engagement: click and reply rates by segment; opens are unreliable after Mail Privacy Protection.

Where to read them#

  • Google Postmaster Tools for Gmail domain reputation, spam rate, and authentication.
  • Microsoft SNDS and JMRP for Outlook.com IP reputation and complaints.
  • Your ESP's delivery and bounce reports.
  • DMARC aggregate reports for authentication by source.

Improving the numbers#

  1. Ask your hosting or ESP provider to set a PTR for each sending IP.
  2. Use a hostname under your domain (mail1.example.com) rather than the provider's generic name.
  3. Create the matching A record so forward and reverse agree.
  4. Use the same hostname in the SMTP HELO/EHLO banner.

Frequently asked questions#

Can I set PTR records in my own DNS?

No. PTRs live in the IP owner's reverse zone. Your hosting provider or ESP sets them, though some offer self-service.

Analyse your own setup

All analysers
Technical analysis

SPF record analyser

Parse an SPF record, count its DNS lookups, and find what will break it.

Runs in your browser
Technical analysis

DMARC record analyser

Grade a DMARC record on enforcement, not just syntax.

Runs in your browser
Technical analysis

DKIM key analyser

Check a DKIM public key's strength, revocation state, and tags.

Runs in your browser

Keep reading on Reverse DNS and PTR records