Table of Contents
- The Email That Disappeared Without an Error
- What PTR Records Do
- The address owner controls the record
- The SMTP hostname adds another identity signal
- Reverse DNS and FCrDNS Explained
- Why Mail Servers Reject Without Valid PTRs
- Who Owns Your PTR Record
- Shared infrastructure creates the most confusion
- Cloud and dedicated infrastructure shifts the task
- Common Mistakes Senders Make With PTR
- Verifying and Requesting a PTR Record
- A practical request checklist
- Frequently Asked Questions About PTR Records
- Are PTR records mandatory for email?
- Does a PTR record authenticate a domain?
- Can a domain owner create its own PTR?
- Does a valid PTR guarantee inbox placement?
- What should a generic provider hostname mean?
Do not index
Do not index
A PTR record maps an IP address back to a hostname, the reverse direction of an A record. Reverse DNS matters in email because receiving mail servers perform this lookup to validate the identity of the sending IP before accepting mail.
A campaign can pass SPF, DKIM, and DMARC yet still suffer filtering when the sending IP has no valid reverse DNS. That's why what are PTR records isn't just a DNS vocabulary question. For email teams, PTR is an IP-level identity control, and it's often the record everyone notices only after messages disappear, SMTP connections are deferred, or a provider rejects traffic.
Table of Contents
The Email That Disappeared Without an ErrorWhat PTR Records DoThe address owner controls the recordThe SMTP hostname adds another identity signalReverse DNS and FCrDNS ExplainedWhy Mail Servers Reject Without Valid PTRsWho Owns Your PTR RecordShared infrastructure creates the most confusionCloud and dedicated infrastructure shifts the taskCommon Mistakes Senders Make With PTRVerifying and Requesting a PTR RecordA practical request checklistFrequently Asked Questions About PTR RecordsAre PTR records mandatory for email?Does a PTR record authenticate a domain?Can a domain owner create its own PTR?Does a valid PTR guarantee inbox placement?What should a generic provider hostname mean?
The Email That Disappeared Without an Error
A mid-sized SaaS company launches a campaign from a new transactional IP. The sending queue drains normally, delivery dashboards show successful handoffs, and there's no obvious SMTP failure. Yet customer replies slow down, support tickets stop arriving, and the campaign appears to have vanished.
The technical team checks the usual controls. SPF passes. DKIM signatures are valid. DMARC alignment looks correct. Nothing in the application logs explains the decline. The missing signal sits beneath the domain authentication layer: the IP has no PTR record, or its reverse hostname is a generic value such as
1-2-3-4.example-hosting.net.A receiving server sees the connection before it evaluates the message body. It can inspect the connecting IP, perform a reverse lookup, compare the result with the hostname announced during the SMTP handshake, and then forward-resolve that hostname. A failure at this stage can lead to filtering, throttling, or rejection before message content receives much consideration.
The issue is expensive because the visible symptom is often “low engagement,” not “bad DNS.” Messages that never reach a useful inbox create lost conversions, missed product notifications, weaker customer trust, and unnecessary pressure on the sending domain's reputation.
The rest of the diagnosis starts with one question: does every IP that originates mail have a valid, forward-confirmed PTR record, and does the team know who controls it?
What PTR Records Do
While an A record points from a hostname to an IP address, a PTR record reverses that relationship. It lets a receiver start with the connecting IP and ask which hostname identifies it. That makes PTR an IP-level identity control, not a setting inside the sending domain's ordinary DNS zone.
DNS standards define PTR as record type 12 in the PTR record reference. Mail systems use reverse DNS as one signal when assessing the host that opened the SMTP connection. It does not authenticate the message by itself. Instead, it gives the receiver a name to examine before weighing other controls.
For IPv4, reverse lookups use the
in-addr.arpa namespace. An address such as 198.51.100.42 is queried as 42.100.51.198.in-addr.arpa, with the address labels reversed. A simplified result might look like this:4.3.2.1.in-addr.arpa -> mail.example.comIPv6 uses
ip6.arpa, with the address represented as reversed hexadecimal nibbles. The reverse DNS documentation describes the separate namespaces used for IPv4 and IPv6.
The address owner controls the record
PTR records usually live in the reverse lookup zone assigned to the IP address. The organization that owns or delegates that address range, such as a hosting provider, cloud provider, ISP, or dedicated IP vendor, controls the record.
That ownership matters when an ESP or SMTP relay sends through infrastructure your team does not own. Editing
example.com will not change the reverse DNS for the outbound IP. The provider may need to set the PTR, expose a control for you to request it, or confirm which party manages the address.The SMTP hostname adds another identity signal
During an SMTP connection, the sending server announces a hostname through
HELO or EHLO. A receiver can compare that announcement with the PTR result for the connecting IP. The PTR does not need to match the envelope From domain, but it should identify a real mail host and support a forward lookup back to the same IP.A hostname such as
mail.example.com is a sensible PTR target when it resolves to the sending address. A provider-generated name like ip-1-2-3-4.provider.com is not automatically invalid, though it can make ownership and configuration harder to understand.Reverse DNS and FCrDNS Explained
Forward-confirmed reverse DNS, commonly abbreviated as FCrDNS, is a two-direction check.
First, a receiver takes the connecting IP and performs a PTR lookup. Suppose the IP is
192.0.2.10, and the result is mail.sender.example.Second, the receiver performs a forward lookup for
mail.sender.example. The result should include 192.0.2.10. If the hostname resolves only to another address, the identity chain is broken.The logic is simple:
- Reverse lookup: IP address to hostname.
- Forward lookup: hostname back to IP address.
- Comparison: both results must agree.
Mail infrastructure guidance on forward-confirmed reverse DNS explains why receiving servers commonly perform this comparison during mail handling. FCrDNS doesn't prove that a sender is trustworthy, but it provides a basic consistency signal. The operator controlling the reverse record appears to control, or at least coordinate, the forward DNS for the returned hostname.
PTR operates independently of SPF, DKIM, and DMARC. Those protocols authenticate domain authorization and message signatures. Reverse DNS addresses the identity of the connecting IP at the SMTP layer.
A useful mental model is:
- PTR and FCrDNS: “Does this IP identify itself as a hostname that points back to it?”
- SPF: “Is this sending infrastructure authorized by the domain's policy?”
- DKIM: “Was the message signed by an authorized domain, and did the signature survive?”
- DMARC: “Does the visible From domain align with an authenticated domain, and what should receivers do when it doesn't?”
Lookup | Question Answered | Who Owns It | Role in Email |
A or AAAA | What IP address belongs to this hostname? | Domain or DNS operator | Supports forward resolution |
PTR | What hostname belongs to this IP address? | IP owner or network provider | Identifies the connecting host |
FCrDNS | Does the hostname resolve back to the same IP? | IP owner and DNS operator together | Confirms basic forward and reverse consistency |
Why Mail Servers Reject Without Valid PTRs
Receiving mail servers often use reverse DNS as an early, low-cost check at the SMTP boundary. Before a receiver scores the message body or evaluates engagement history, it can inspect the connecting IP and ask whether that address identifies a coherent host.
A missing PTR gives the receiver no hostname to cross-check. A broken forward lookup creates a different problem. A generic or inconsistent hostname can make the connection look like it came from an unmanaged address rather than a deliberate mail system.
Receivers may examine several related signals:
- PTR availability: Does the IP return a hostname at all?
- Forward confirmation: Does that hostname resolve back to the same IP?
- SMTP consistency: Does the
HELOorEHLOhostname agree with the reverse identity?
- Infrastructure context: Does the hostname look like a stable mail host rather than an unmanaged dynamic address?

A failure doesn't always produce a clear bounce. Some systems defer the connection, apply filtering, or accept the message into a processing path that never leads to the inbox. That creates the dangerous appearance of successful delivery while the business loses replies, conversions, and brand confidence.
PTR is therefore a gateway requirement, not a delivery guarantee. A valid record won't overcome poor engagement, spam complaints, weak authentication, or a damaged IP reputation. It removes one avoidable infrastructure defect so receivers can evaluate the rest of the sender's signals.
Teams should still authenticate your sending domain with SPF, DKIM, and DMARC. The controls work together, but none of them replaces the reverse identity check performed against the IP.
Who Owns Your PTR Record
PTR ownership follows the sending IP address, not the sending domain. A company may control
example.com and its A, MX, SPF, DKIM, and DMARC records while having no access to the reverse DNS zone for its outbound IP.The responsible party depends on how mail leaves the organization:
Provider Type | Who Controls PTR | How to Request Change |
Shared email service | Usually the email service or its infrastructure provider | Ask the service whether it manages reverse DNS for the shared pool |
Dedicated email service IP | The service provider or allocated IP owner | Submit the requested hostname and confirm whether custom PTR is supported |
Own SMTP server | The hosting, cloud, or network provider that assigned the IP | Use the provider's reverse DNS control or support process |
Colocation or owned network range | The organization controlling the delegated reverse zone | Publish the PTR directly in the authoritative reverse DNS system |
Shared infrastructure creates the most confusion
An email service may let a customer set the visible sending domain and SMTP hostname while retaining control of the underlying IP. Changing the domain's DNS will not correct a missing PTR in that arrangement. The service provider must publish or repair the reverse record.
Shared pools can also prevent customer-specific PTR values. If one provider owns the address range and several customers send through it, the provider decides how the reverse identity is managed. A branded
From domain does not mean the IP has a matching branded reverse hostname.Cloud and dedicated infrastructure shifts the task
With a dedicated server or cloud instance, the account owner may request a reverse DNS change through a control panel or support ticket. The provider still controls the reverse zone, even when the customer controls the operating system and mail software.
The ownership chain determines the right escalation path during an outage. A team that contacts its domain registrar first may lose time, because the registrar cannot change a PTR record it does not host. Contact the IP provider first. If an email service operates the relay, involve that service as well. The person who owns the domain is not necessarily the person who can fix the IP-level identity.
Common Mistakes Senders Make With PTR
The most damaging assumption is that SPF and DKIM make PTR unnecessary. They don't. SPF authorizes sending infrastructure, DKIM signs message content, and DMARC evaluates domain alignment. PTR identifies the connecting IP and can be checked before those message-level controls influence the receiver's decision.
Other mistakes are less obvious:
- Using the marketing domain as the PTR target: The reverse hostname should identify the mail host, not repeat the brand's public website.
- Leaving the provider default in place: A value such as
ip-1-2-3-4.example-isp.netmay be technically resolvable but can signal unmanaged infrastructure and creates operational ambiguity.
- Skipping forward confirmation: A PTR that returns
mail.example.comis incomplete if that hostname doesn't resolve back to the sending IP.
- Pointing to an unstable hostname: A mail identity shouldn't depend on a hostname that changes during routine infrastructure work.
- Mismatching the SMTP banner: If
EHLOannounces one hostname while PTR returns another, the receiver sees conflicting identities.
- Trying to edit a shared address: The IP provider may prohibit customer-specific reverse DNS on shared infrastructure.
- Ignoring IPv6: A server may send over IPv6 while the team checks only IPv4 reverse DNS.
- Treating a valid lookup as a reputation guarantee: PTR hygiene can't repair poor list quality, harmful engagement patterns, or authentication failures.
- Checking the domain instead of the IP: Reverse DNS verification must target each actual outbound address.
- Forgetting migrations: A new relay, hosting move, or IP allocation can leave the replacement address without the same reverse configuration.

The correct diagnosis checks both DNS directions, the SMTP greeting, and provider ownership. A single lookup isn't enough because a PTR can exist while still failing FCrDNS.
Verifying and Requesting a PTR Record
Verification starts with the sending IP, not the From domain. A technical marketer can ask the infrastructure owner for every outbound IPv4 and IPv6 address, then check the reverse result using a DNS command or an online lookup interface.
A typical IPv4 query uses:
dig -x 192.0.2.10 +shortA healthy response returns a hostname such as
mail.example.com. The hostname must then be queried forward to confirm that it resolves to the same sending IP. A host query or operating system lookup tool can perform the same basic check.A practical request checklist
- Inventory the outbound IPs. Include transactional relays, marketing infrastructure, and any separate cold outreach systems.
- Identify the IP owner. The sending service, hosting provider, cloud provider, or network operator will control the reverse zone.
- Request the exact pair. Provide the IP address and the intended fully qualified mail hostname.
- Confirm forward DNS. Publish the matching A or AAAA record before asking the IP owner to set the PTR.
- Check the SMTP greeting. The
HELOorEHLOvalue should use the same operational hostname.
- Re-test from separate networks. Cached DNS responses can differ while changes propagate.
- Repeat after infrastructure changes. IP migrations and relay changes can remove a previously valid reverse identity.

An
NXDOMAIN response generally means the queried reverse name doesn't exist, while a timeout may indicate a resolver, delegation, or network problem. A returned hostname that points to another IP is a forward-confirmation failure, not a successful setup.PTR checks belong beside authentication checks, not instead of them. Teams can validate the SPF record, then review DKIM, DMARC alignment, SMTP identity, blocklist status, and message-level reputation. A blacklist checker can provide another diagnostic view, but no single tool proves inbox placement.
For the related SMTP identity issue, see reverse DNS does not match SMTP banner. That problem overlaps with PTR validation but requires inspecting the hostname the sending server announces.
Frequently Asked Questions About PTR Records
Are PTR records mandatory for email?
A valid PTR is a practical baseline for serious mail sending. Major mailbox providers inspect reverse DNS, and current bulk-sender requirements reinforce the need for a valid PTR with forward-confirmed reverse DNS. Google and Yahoo's bulk sender requirements took effect in April 2024, while Microsoft's high-volume sender requirements began on May 5, 2025 for senders dispatching 5,000 or more messages per day. These requirements are summarized in current reverse DNS deliverability guidance.
Does a PTR record authenticate a domain?
No. PTR identifies the sending IP and supports SMTP-level identity checks. SPF, DKIM, and DMARC handle domain authorization, message signing, and alignment, so a sender needs the controls together.
Can a domain owner create its own PTR?
Usually not. The IP owner controls the reverse zone. A domain team can publish the forward A or AAAA record, but the provider that assigned the IP generally must publish or approve the PTR.
Does a valid PTR guarantee inbox placement?
No. PTR is a necessary hygiene layer for many sending environments, not a guarantee. Receivers also consider authentication, reputation, message content, recipient engagement, and complaint behavior.
What should a generic provider hostname mean?
A generic hostname isn't automatically a failure. The important checks are whether the PTR exists, whether it forward-resolves to the same IP, whether the SMTP greeting is consistent, and whether the provider permits a stable mail identity. A branded hostname may improve operational clarity, but it doesn't independently prove good deliverability.
In practical terms, PTR records answer a narrow but important question: what hostname does this sending IP claim, and does that hostname point back to the same address? That check sits below SPF, DKIM, and DMARC, yet a failure can prevent those controls from receiving meaningful consideration. Mail teams should inventory every outbound IP, identify the party that owns each reverse zone, verify FCrDNS, and repeat the check after infrastructure changes.
MailAdept reviews reverse DNS ownership, PTR and FCrDNS consistency, SMTP identity, and the surrounding SPF, DKIM, and DMARC configuration as part of subscription-based deliverability consulting that combines AI agents with human experts. Still facing deliverability issues? Get a free deliverability audit from Mailadept.

