Suped

What are the best practices for PTR records and domain alignment in email sending?

Matthew Whittaker profile picture
Matthew Whittaker
Co-founder & CTO, Suped
Published 22 Jun 2025
Updated 17 Aug 2025
8 min read
Understanding how your email infrastructure is configured, specifically concerning Pointer (PTR) records and domain alignment, is fundamental to achieving strong email deliverability. These technical aspects might seem daunting, but they play a critical role in how receiving mail servers perceive your sending legitimacy. When you send an email, various checks are performed by the recipient's server to verify that the message is genuinely from you and not a spoofer.
Failing to properly configure your PTR records or maintain consistent domain alignment can lead to your emails being flagged as suspicious, routed to the spam folder, or even outright rejected. This impacts your sender reputation and, ultimately, your ability to communicate effectively with your audience. I've seen firsthand how these details can make or break email campaigns.
Navigating the complexities of email authentication and DNS records requires a clear understanding of best practices. Let's delve into what PTR records and domain alignment entail, and how you can optimize them for better inbox placement.
Suped DMARC monitoring
Free forever, no credit card required
Learn more
Trusted by teams securing millions of inboxes
Company logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logoCompany logo

The importance of PTR records

A PTR record, also known as a reverse DNS record, provides the inverse lookup of a standard A record. While an A record maps a domain name to an IP address, a PTR record maps an IP address back to a domain name. Think of it like a reverse phonebook lookup for your email server's IP address. This allows receiving mail servers to verify the hostname associated with the sending IP address.
When an email arrives, the recipient's mail server often performs a PTR lookup on the sending IP. This is a crucial step in combating spam and verifying the sender's identity. If a sending IP lacks a PTR record, or if the PTR record does not resolve correctly, it immediately raises a red flag. Many email providers will treat such emails with suspicion, increasing the likelihood of them being marked as spam or rejected outright. This is why a valid PTR record is considered a foundational best practice for any email sending IP.
The critical element for PTR records is that the IP address from which your email originates must have a PTR record, and that PTR record's hostname must resolve back to that same IP address via a forward (A) DNS lookup. This reciprocal verification is what builds trust with receiving mail servers.
Yahoo's sender best practices explicitly state that you should publish valid, meaningful, non-generic reverse DNS (PTR) records for all your sending IPs. This record should also reflect your domain name in some way. Similarly, Google's email sender guidelines emphasize that the sending IP address must match the IP address of the hostname specified in the PTR record.

Understanding domain alignment

Domain alignment in email sending refers to the practice of ensuring that the domains used in various email headers, especially the one visible to recipients, are consistent with the domains authenticated by SPF and DKIM. This is a core component of DMARC, which relies on this alignment to determine if an email is legitimate.
Specifically, DMARC checks two types of alignment: SPF alignment and DKIM alignment. For SPF alignment, the domain in the Return-Path (also known as the `Mail From` or `Envelope From`) header must align with the From header domain visible to the user. For DKIM alignment, the domain used to sign the email (the `d=` tag in the DKIM signature) must align with the From header domain. If these don't align, even if SPF or DKIM technically pass, DMARC can still fail.
The alignment can be either relaxed or strict. Strict alignment requires an exact match between the domains, while relaxed alignment allows for subdomain matches. For instance, if your From header is yourdomain.com, a relaxed SPF alignment would allow a Return-Path of bounces.yourdomain.com to pass. Understanding domain alignment best practices is essential for robust email security and deliverability.

Best practices for PTR records

When it comes to PTR records, the primary best practice is simply to ensure that every IP address you send email from has a valid PTR record. This record should resolve to a hostname, and that hostname should, in turn, resolve back to the sending IP address. This is a fundamental requirement by major mailbox providers like Google and Yahoo.
While it's often recommended that the hostname in the PTR record aligns with your sending domain, it's not strictly mandatory for all mailbox providers. For instance, large providers like Gmail sends email for millions of domains from IPs whose PTR records are branded under google.com, not the individual sending domain. However, some specific ISPs, particularly in certain regions, might have stricter requirements. If you manage your own mail server, you'll need to configure the PTR record with your internet service provider (ISP). If you use an email service provider (ESP), they usually handle this configuration for you, especially with dedicated IPs.

Pros of custom DNS for sending IP

  1. Bypasses platform blocks: Helps avoid blocklists (or blacklists) levied against the ESP's general sending infrastructure, providing better isolation.
  2. Enhanced brand association: Reinforces your brand identity through consistent domain usage across all technical identifiers.
For your own sending IPs, ensure the hostname in the PTR record is meaningful and not generic. For example, mail.yourdomain.com is preferable to server123.ispname.net. This helps mailbox providers associate your email traffic with your specific brand, contributing positively to your overall sender reputation.

Best practices for domain alignment

For optimal deliverability, strive for consistent domain alignment across all your email authentication mechanisms. This means your From header domain, Return-Path domain (for SPF), and DKIM signing domain should ideally be the same. Implementing DMARC with a policy of p=quarantine or p=reject effectively enforces this alignment, preventing unauthorized use of your domain and protecting your brand from phishing and spoofing. You can explore a simple guide to DMARC, SPF, and DKIM.
Many ESPs use their own domains for the Return-Path domain or for click tracking links. While this doesn't always lead to problems, it means you're relying on their domain's reputation. To maximize control and demonstrate strong brand consistency, it's a best practice to configure your ESP to use your own subdomains for these purposes, ensuring full alignment with your From header domain.

Cons of custom DNS for sending IP

  1. Website requirement: Some ISPs may not assist with deliverability issues if the domain in your DNS does not resolve to a live website.
  2. Configuration complexity: Managing custom DNS records adds a layer of complexity to your email setup.
Ensure that your SPF records are correctly configured and do not include too many IPs, as this can hinder domain reputation development. Additionally, for DKIM, while the i= (signing identity) does not technically need to align with the Header From, aligning it is a good practice that enhances the From address as a trust anchor.

Final thoughts on PTR and alignment

Proper PTR records and robust domain alignment are not just technical checkboxes, they are fundamental pillars of email deliverability. They build trust with receiving mail servers, demonstrating that your emails are legitimate and not spoofed. While the exact requirements for PTR record alignment can vary, especially with large email providers, maintaining valid reverse DNS and consistent domain alignment across your authentication protocols (SPF, DKIM, DMARC) is non-negotiable for anyone serious about reaching the inbox. Staying on top of these configurations helps you avoid frustrating deliverability issues, including landing on a blacklist (or blocklist).
Even though some mailbox providers, like Gmail or Microsoft, might not strictly penalize a PTR record that doesn't explicitly match the From domain, the overarching principle is to minimize any potential friction points. A strong alignment strategy is key to avoiding filters and improving your inbox placement.
Continually monitoring your email deliverability and ensuring your DNS records, including PTR, are correctly set up and aligned will contribute significantly to your sending success.

Views from the trenches

Best practices
Ensure all sending IPs have valid PTR records that resolve to a proper hostname.
Align your DKIM signing identity (i=) with the Header From address for stronger trust.
If using an ESP, configure custom subdomains for Return-Path and tracking links to align with your sending domain.
Maintain SPF records with a limited number of IPs to help develop a focused domain reputation.
Common pitfalls
Assuming PTR records must always perfectly match the sending domain for all mailbox providers.
Ignoring the reciprocal lookup of PTR and A records, which is crucial for verification.
Using generic hostnames in PTR records that do not reflect your brand or domain.
Overly broad SPF records that include too many IPs, diluting sender reputation.
Expert tips
Recipient mail servers generally prefer PTR alignment, even if it's not strictly penalized.
Some European mailbox providers might have stricter PTR alignment requirements than others.
Focus on alignment for all domains in the email message, including link domains.
Strict alignment between DKIM i= and the Header From field secures the RFC5322.From field.
Expert view
Expert from Email Geeks says that Google (Gmail) hosts mail for over 800,000 domains, all of which send from IPs with working forward and reverse DNS under the google.com domain, not customized to reference specific sending domains, and they typically do not experience issues because of it.
2024-09-14 - Email Geeks
Expert view
Expert from Email Geeks says that managing deliverability for Salesforce Marketing Cloud, a dedicated IP platform, involved default DNS for Sender Authentication Package branding the forward and reverse DNS to the client’s domain, which helped bypass past platform-wide domain blocks, but was not required by RFCs.
2024-09-14 - Email Geeks

Frequently asked questions

DMARC monitoring

Start monitoring your DMARC reports today

Suped DMARC platform dashboard

What you'll get with Suped

Real-time DMARC report monitoring and analysis
Automated alerts for authentication failures
Clear recommendations to improve email deliverability
Protection against phishing and domain spoofing