Suped

What is reverse DNS (rDNS) and FCrDNS, and how do they impact email sending?

Summary

Reverse DNS (rDNS) translates IP addresses to domain names, verifying a mail server's authorization to send emails. FCrDNS (Forward-confirmed reverse DNS) ensures both forward and reverse lookups match, adding an extra layer of trust. Proper rDNS configuration, involving PTR records, is essential for email deliverability and authentication, preventing spoofing and improving sender reputation. Many receiving servers perform rDNS lookups and may reject emails without valid or matching records. While providers often manage FCrDNS, using static IPs with correctly configured rDNS is recommended, especially since dynamic IPs often lack proper setup, leading to deliverability issues. Generic rDNS records, sending from machines not intended as mail servers, or mismatches between the sending domain and rDNS can result in spam flagging. If direct rDNS configuration isn't possible, using an SMTP relay is advised. Google checks PTR records to ensure they align with the EHLO domain during connection, improving deliverability rates.

Key findings

  • rDNS Definition: rDNS translates IP addresses to domain names for sender verification.
  • FCrDNS Validation: FCrDNS confirms both forward and reverse DNS records match, enhancing trust.
  • Deliverability Boost: Proper rDNS configuration improves email deliverability and sender reputation.
  • Authentication Role: rDNS helps authenticate sending servers and prevent email spoofing.
  • Dynamic IP Problems: Dynamic IPs often lack correct rDNS, causing deliverability issues.
  • PTR Record Importance: PTR records in the in-addr.arpa domain link IP addresses to domain names.
  • Mismatched rDNS Impact: Mismatched or generic rDNS entries can lead to emails being flagged as spam.

Key considerations

  • Static IP Preference: Use a static IP with correctly configured rDNS for reliable email sending.
  • Provider Responsibility: Verify your provider handles FCrDNS, especially with services like Gmail.
  • SMTP Relay Alternative: Consider an SMTP relay if direct rDNS configuration isn't feasible.
  • Dedicated Setup: Opt for a dedicated IP address and hostname with proper rDNS to maximize deliverability.
  • Monitoring Necessity: Regularly monitor rDNS records to ensure they are correctly configured and resolve to the expected domain name.

What email marketers say

11 marketer opinions

Reverse DNS (rDNS) is the inverse of forward DNS, translating IP addresses to domain names. FCrDNS (Forward-confirmed reverse DNS) ensures that both forward and reverse DNS records match. These records are crucial for email deliverability and authentication. rDNS confirms that the sending server is authorized to send emails for a particular domain, preventing spoofing and improving sender reputation. Many receiving servers perform rDNS lookups and may reject or flag emails without valid or matching records. Using static IPs with proper rDNS setups is recommended for reliable email sending, while dynamic IPs often lead to deliverability issues. If rDNS cannot be configured, using an SMTP relay is advised. FCrDNS is considered an important trust signal and a discrepancy between the sending domain and RDNS may be marked as spam.

Key opinions

  • rDNS Definition: rDNS translates IP addresses to domain names, verifying the sender's authorization.
  • FCrDNS Definition: FCrDNS means your hostname has both an A record resolving to your IP and a PTR record resolving back to your hostname.
  • Deliverability Impact: Valid rDNS records improve email deliverability and prevent emails from being flagged as spam.
  • Authentication Role: rDNS helps email servers authenticate the sender and prevent spoofing.
  • Dynamic IP Issues: Dynamic IPs often lack proper rDNS, leading to deliverability problems.
  • Mismatch impact: A discrepancy between the sending domain and RDNS may be marked as spam.

Key considerations

  • Provider Responsibility: Email and CRM providers often handle FCrDNS setup, but it's essential to verify.
  • Static IP Recommendation: Using a static IP with correctly configured rDNS is recommended for reliable email sending.
  • SMTP Relay Option: If rDNS cannot be configured, consider using an SMTP relay service.
  • Monitoring rDNS: Regularly monitor rDNS records to ensure they are correctly configured and match sending domains.

Marketer view

Email marketer from EasyDMARC shares that FCrDNS (Forward-confirmed reverse DNS) means that your hostname has both an A record that resolves to your IP address and a PTR record that resolves back to your hostname. It's an important trust signal for email servers.

2 Jan 2024 - EasyDMARC

Marketer view

Email marketer from MXToolbox responds that when an email is sent, the recipient server performs an rDNS lookup on the sending server's IP address. If the rDNS record is present and matches the sending domain, it increases the likelihood that the email will be accepted.

12 Dec 2024 - MXToolbox

What the experts say

5 expert opinions

rDNS and FCrDNS are crucial for verifying the legitimacy of email servers. rDNS translates IP addresses to domain names, while FCrDNS ensures the forward and reverse lookups match. Generic rDNS records or their absence signal a non-dedicated or misconfigured server, potentially leading to spam flagging. Setting up proper rDNS for a dedicated IP address and hostname is recommended to ensure deliverability, as it confirms the server's authorization to send emails. Mail sent from machines not intended to be mail servers, such as those with consumer IP pools, are likely to encounter issues, and the goal of rDNS checks is to avoid the generic.

Key opinions

  • Generic rDNS Issues: Generic rDNS records or missing records indicate non-dedicated or misconfigured servers, increasing the risk of spam flagging.
  • FCrDNS Verification: FCrDNS verifies that the forward and reverse DNS records match, confirming the server's authorization.
  • Mail Server Identification: rDNS and FCrDNS play a vital role in identifying legitimate mail servers and preventing email spoofing.
  • RDNS impact: Servers without a RDNS record, or ones that contain a generic hostname, will likely be flagged as spam.

Key considerations

  • Dedicated IP Setup: Set up a dedicated IP address and hostname with proper rDNS to improve email deliverability.
  • Avoid Consumer IPs: Avoid sending email from machines with consumer IP pools or generic servers to minimize deliverability issues.
  • Monitor rDNS: Regularly monitor rDNS records to ensure they are correctly configured and resolve to the expected domain name.

Expert view

Expert from Word to the Wise explains that FCrDNS (full-circle reverse DNS) is the combination of forward DNS (a domain name resolves to an IP address) and reverse DNS (an IP address resolves back to the same domain name). It verifies that the server sending email is authorized to do so, improving deliverability.

31 Jan 2024 - Word to the Wise

Expert view

Expert from Email Geeks says that if you want to keep using the machine/IP address then you probably want to get it a nailed down IP address and hostname, and set up reverse DNS for it.

25 Oct 2023 - Email Geeks

What the documentation says

4 technical articles

Reverse DNS (rDNS) resolves IP addresses to domain names, serving as the opposite of forward DNS. It's used to verify that an email server is authorized to send mail from a particular domain. rDNS configuration involves creating PTR records in the reverse DNS zone, which map IP addresses to domain names and are essential for email server identification. PTR records reside in the in-addr.arpa domain and are managed by the IP address block owner. For services like Amazon SES, configuring rDNS often requires a request to the service provider to set up the PTR record for dedicated IP addresses.

Key findings

  • rDNS Function: rDNS resolves IP addresses to domain names, verifying the sender's authorization.
  • PTR Records: rDNS is configured using PTR (pointer) records that map IP addresses to domain names.
  • in-addr.arpa Domain: PTR records reside in the in-addr.arpa domain, managed by the IP address block owner.
  • AWS SES Configuration: Configuring rDNS for Amazon SES typically requires a request to Amazon for PTR record setup.

Key considerations

  • IP Address Control: Setting up rDNS requires access to the IP's DNS settings or cooperation from the IP address block owner.
  • Service Provider Assistance: For some services, like AWS SES, the service provider must configure rDNS on your behalf.
  • Correct Configuration: Ensure that PTR records are correctly configured to map IP addresses to the appropriate domain names for proper email server identification.

Technical article

Documentation from AWS describes that to set up rDNS for Amazon SES, you must request Amazon to configure the PTR record for your dedicated IP addresses. This process verifies your control over the sending domain and improves deliverability.

2 Jan 2023 - AWS Documentation

Technical article

Documentation from Microsoft Learn explains that Reverse DNS (rDNS) performs the opposite function of forward DNS. It resolves an IP address to a domain/hostname. It's used to verify the server associated with an IP address is authorized to send emails from the domain.

17 Jan 2024 - Microsoft Learn

Start improving your email deliverability today

Sign up