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.
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.
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
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.
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
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.
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
Do PTR records and HELOs impact email deliverability?
How do I check if the sending IP address matches the IP address of the hostname specified in the Pointer (PTR) record?
How do I configure reverse DNS (rDNS) with multiple IP addresses for email sending?
How do I perform a reverse DNS lookup and interpret the results?
How does a full circle reverse DNS check work?
How does missing or different reverse DNS (rDNS) impact email deliverability, and when is a dedicated IP address needed?