A full circle reverse DNS (FCrDNS) check is a method to verify the authenticity and legitimacy of a server, particularly for email. It operates by confirming that an IP address maps to a specific hostname via a PTR record, and that the hostname's A record then resolves back to the original IP address. This bidirectional validation ensures that the server is authorized to use the IP. The process involves reverse DNS lookups using PTR records which map IP addresses to domain names. Correct FCrDNS configuration contributes to email deliverability, establishing trust with email providers and reducing the likelihood of emails being marked as spam. While some systems might also check the HELO/EHLO value, it's separate from FCrDNS, and mismatches are common. Setting up reverse DNS often requires contacting the ISP or hosting provider, as they control the PTR records for your IP address.
9 marketer opinions
A full circle reverse DNS (FCrDNS) check is a process used to verify the authenticity of a server, particularly for email. It involves ensuring that an IP address has a corresponding PTR record that maps it to a hostname, and that the A record of that hostname resolves back to the original IP address. This bidirectional validation confirms that the server is authorized to use the IP address, enhancing email deliverability and trust. Setting up reverse DNS typically requires contacting your ISP or hosting provider to configure the PTR record. Properly configured FCrDNS improves email deliverability by helping email providers verify the sending server's identity, reducing the chances of emails being marked as spam, and is essential for email authentication protocols.
Marketer view
Email marketer from Reddit explains that reverse DNS helps ensure that an IP address is legitimate and not associated with spam activity, increasing confidence among mail servers. This reputation boost can improve deliverability rates and reduce the chances of emails ending up in the spam folder.
23 Jul 2024 - Reddit
Marketer view
Email marketer from EasyDMARC explains that to set up reverse DNS, you'll need to contact your ISP or hosting provider, as they control the PTR records for your IP address. You'll need to provide them with the hostname you want associated with your IP.
18 Apr 2024 - EasyDMARC
6 expert opinions
A full circle reverse DNS (FCrDNS) check verifies the legitimacy of a server by ensuring its IP address resolves to a hostname (PTR record) and that the hostname resolves back to the original IP address (A record). This process helps confirm the server's identity and is crucial for email authentication and deliverability. While some systems also check the HELO, it's separate from the FCrDNS and mismatches are common. In practice, an IP address can have multiple PTR records and a hostname can have multiple A records, requiring careful matching. FCrDNS is often a requirement for whitelisting at ISPs, improving email deliverability.
Expert view
Expert from Email Geeks explains that it's slightly more complex than that in practice, as there's not really any such thing as a reverse hostname. An IP address can have multiple PTR records, and a hostname can have multiple A and AAAA records. To check it you need to get all the PTR records and get all the A or AAAA records for each, and see if one of them matches. Some software gets that wrong, so if you have multiple PTR records some checkers might randomly decide it's good or it's bad each time they check.
3 Sep 2021 - Email Geeks
Expert view
Expert from Email Geeks shares that most of the time when they’re comparing the values they do the FCrDNS lookup IP -> hostname then hostname -> IP. Folks who suggest doing that may not even actually do the check comparing hostname and EHLO / HELO value unless there is something hinky about the EHLO/HELO value.
18 Nov 2024 - Email Geeks
5 technical articles
A full circle reverse DNS check (FCrDNS) involves using reverse lookup zones to map an IP address to a hostname, the opposite of a forward lookup. This is achieved using PTR records, which are configured within the reverse DNS zone file. The query name is constructed by reversing the octets of the IP address and appending 'in-addr.arpa'. The purpose is to verify the sending server's identity, contributing to email deliverability and trust by confirming the server is authorized to send emails for the domain. Proper configuration of forward and reverse DNS records is essential for FCrDNS; the PTR record should point to the hostname, and the A record of the hostname should point back to the original IP address.
Technical article
Documentation from Microsoft Learn explains that reverse lookup zones in DNS allow you to use the IP address of a host to discover its name. This is the reverse of a forward lookup, where you use the name to find the IP address.
8 Sep 2024 - Microsoft Learn
Technical article
Documentation from ietf.org explains that PTR records map an IP address to a hostname. The query name is constructed by reversing the octets of the IP address and appending the domain 'in-addr.arpa'.
18 Aug 2023 - ietf.org
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 do I properly set up SPF and DKIM records for email marketing, including handling multiple SPF records, IP ranges, bounce capturing, and Google Postmaster Tools verification?
How important is it for reverse DNS to match SMTP banner for email deliverability?