When sending emails through an Email Service Provider (ESP), understanding reverse DNS (rDNS) resolution is crucial for maintaining strong sender reputation and ensuring optimal deliverability. Unlike self-hosted mail servers where you typically manage your own rDNS, ESPs often control these records for their shared or dedicated IP addresses.
Key findings
Shared IP rDNS: For shared IP addresses, the rDNS (PTR record) typically resolves to the ESP's domain, not your sender domain. This is standard practice and generally does not negatively impact deliverability.
Dedicated IP rDNS: With dedicated IP addresses, some ESPs allow you to customize the rDNS to match your sending domain or a specific subdomain, which can further align your sending identity.
Reputation Impact: Proper rDNS configuration, whether managed by you or your ESP, contributes significantly to your sender reputation and helps recipient mail servers verify the authenticity of incoming email. This helps avoid your emails ending up on a blacklist or blocklist.
HELO/EHLO Match: It is best practice for the hostname used in the mail server's HELO/EHLO command to match the rDNS entry of the sending IP address. This consistency reassures recipient servers.
Key considerations
ESP control: Recognize that your ESP has ultimate control over the rDNS for their IP ranges. Your primary responsibility is to ensure they have correctly configured it, even if it points to their domain.
Authentication Alignment: While rDNS is important, ensure your SPF, DKIM, and DMARC records are properly configured and aligned with your sending domain, as these are critical for email authentication.
Monitoring: Regularly monitor your email deliverability and any bounce messages related to rDNS. This can help identify potential issues early on. Mailgun provides additional insights on reverse DNS white labeling and its setup.
What email marketers say
Email marketers often encounter questions about reverse DNS resolution, especially when operating through an Email Service Provider (ESP). There's a common desire for the reverse DNS to explicitly point to their specific sending domain, even if they are on a shared IP infrastructure. However, the reality of ESP operations often dictates otherwise.
Key opinions
ESP-controlled rDNS: Many marketers note that their ESPs' rDNS resolves to the ESP's own domain, not the client's. This is a widely observed pattern across various providers.
Non-issue for deliverability: Despite the rDNS pointing to the ESP, marketers generally report that this setup does not cause significant deliverability issues.
Dedicated IP flexibility: For those with dedicated IPs, some ESPs offer the option to customize the rDNS, providing more control and alignment for the sender's brand.
Seeking clarity: There's often a quest for clarity on whether an rDNS resolving to the ESP's domain versus the sender's domain is the right practice, highlighting a common point of confusion for those new to email infrastructure.
Key considerations
Trust ESP defaults: For most marketers using shared IPs, trusting their ESP's default rDNS setup is the pragmatic approach, as it's designed to ensure overall network deliverability. This goes for how you authenticate your email more broadly.
Focus on reputation factors: Instead of obsessing over rDNS customization on shared IPs, focus on other crucial elements of sender reputation, such as content quality, list hygiene, and proper authentication (SPF, DKIM, DMARC).
Understand ESP limitations: Marketers should be aware that ESPs manage their IP addresses collectively, and changing rDNS for one client on a shared IP would impact others. Captain Verify notes that it's important to cooperate with a reputable email service that handles these configurations appropriately.
Marketer view
A marketer from Email Geeks observes that an IP address, when queried for reverse DNS, resolves directly to Sparkpost. This indicates that the Email Service Provider (ESP) is managing the reverse DNS records for its allocated IP space. This is a common setup for ESPs providing email sending services.
24 Apr 2019 - Email Geeks
Marketer view
A marketer from Email Geeks points out that they have seen numerous cases where Email Service Providers (ESPs) configure their reverse DNS (rDNS) to resolve to the sender’s domain rather than their own. This suggests that while it might not be the default, some ESPs offer this level of customization.
24 Apr 2019 - Email Geeks
What the experts say
Email deliverability experts highlight that the optimal reverse DNS (rDNS) setup for an Email Service Provider (ESP) depends largely on whether a client is using shared or dedicated IP addresses. For shared IPs, ESPs retain control over rDNS, a standard practice that rarely causes issues. However, dedicated IPs offer more flexibility for sender-specific rDNS configurations, which can further strengthen a sender's identity and deliverability.
Key opinions
ESP control on shared IPs: Experts confirm that for shared IPs, the ESP is responsible for setting the rDNS, and it typically resolves to the ESP's domain. This is not problematic for deliverability.
Match HELO and rDNS: A fundamental best practice, irrespective of ESP usage, is ensuring the sending machine’s HELO hostname matches its reverse DNS entry for consistent authentication.
Forward and reverse match: It is considered good practice for both forward DNS (A record) and reverse DNS (PTR record) to match, reinforcing the legitimacy of the sending IP.
Dedicated IP customization: For dedicated IPs, ESPs may allow clients to set their own rDNS, offering an opportunity for closer brand alignment and potentially better domain reputation management.
Key considerations
Verify ESP setup: Even if an ESP controls rDNS, it’s crucial to verify that it is properly configured and resolves to a valid, responsive hostname, as improper setup can lead to blocklisting or email rejection.
Understand shared environment: When on shared IPs, accept that the rDNS will likely point to the ESP's infrastructure. Attempting to change this for a single client on a shared IP is not feasible and could disrupt services for others.
Comprehensive authentication: While rDNS is important, experts emphasize that a holistic approach to email authentication, including robust SPF, DKIM, and DMARC policies, is paramount for deliverability. Word to the Wise offers tools to check reverse DNS records.
Expert view
An expert from Email Geeks indicates that correctly looking up reverse DNS requires providing the specific IP address in question. This highlights the foundational step of identifying the IP for accurate diagnostic checks on reverse DNS configurations.
24 Apr 2019 - Email Geeks
Expert view
An ESP expert from Email Geeks confirms that their organization's reverse DNS (rDNS) resolves to their own domain, not the sending domains of their clients. This is a common operational model for Email Service Providers and is not a default cause for deliverability concern.
24 Apr 2019 - Email Geeks
What the documentation says
Official documentation and technical guides consistently emphasize the importance of reverse DNS (rDNS) as a fundamental component of email deliverability and anti-spam measures. They detail how PTR records link IP addresses to domain names, enabling recipient mail servers to verify the authenticity of the sending source. While the direct control over rDNS may vary with ESPs, the underlying principles of verification and consistency remain paramount for optimal email flow.
Key findings
PTR Record Function: Documentation clarifies that PTR records facilitate a reverse DNS lookup, translating an IP address back into a domain name. This process is the inverse of how standard A records work.
Anti-Spam Role: Recipient mail servers frequently use rDNS queries as a crucial anti-spam check, verifying that the sending server’s IP address aligns with its declared hostname. DuoCircle documentation confirms PTR records are part of email authentication.
Recommended Practice: Having a properly configured reverse DNS for a sending IP is a widely recognized and recommended best practice for mail servers, as outlined by various technical standards and guides.
Consistency: A key takeaway is the importance of consistency: the IP address's rDNS should match the hostname presented by the mail server in its HELO/EHLO greeting.
Key considerations
Validation checks: Documentation implies that email servers perform reverse lookups to verify that the corresponding domain name matches the domain in the email, highlighting the validation aspect of rDNS.
Impact on IPv6: The recommendation for reverse DNS applies equally to IPv6 sending IPs, indicating its universal importance across different IP versions, as stated by RIPE Labs in their discussion on email over IPv6.
Role with ESPs: While ESPs manage the rDNS, the documentation reinforces that a correctly set rDNS by the ESP is still crucial for your emails to pass deliverability checks by recipient mail servers.
Technical article
Documentation from Mailgun explains that understanding reverse DNS (rDNS) is crucial for improving email deliverability. They provide detailed insights into what rDNS entails, why it holds significant importance for senders, common configuration mistakes to avoid, and how users can effectively set up their rDNS records with their service.
10 Aug 2023 - Mailgun
Technical article
Documentation from MailerSend clarifies that email servers utilize PTR records to perform a reverse DNS lookup. This process is essential for verifying that the domain name associated with an IP address matches the corresponding domain name, serving as a critical step in authenticating the email sender and preventing spoofing.