What is reverse DNS (PTR) and why it matters
Updated 7/20/2026
Normal DNS translates a name into an IP. Reverse DNS does the opposite: it translates an IP into a name, through a PTR record. It matters most for servers that send email.
Why it matters
Email servers check whether the sender's IP has a PTR that matches the domain name. Without correct reverse DNS, your messages often land in spam or are rejected.
How to check the current PTR
dig -x 203.0.113.10 +short
It should return your server's name (for example mail.example.com).
How to set the PTR for your server
The PTR record is not set in the domain's DNS panel but at the server's network level. On our platform, you send us a request through support with the desired name (for example mail.example.com) and we configure it for your server's IP.
Full match (FCrDNS)
For the best reputation, make sure that:
- the name has an A record to the IP (forward),
- the IP has a PTR to the same name (reverse).
See also SPF, DKIM and DMARC records for maximum email delivery.
Put this guide into practice on your own VPS
EU cloud servers, billed hourly, ready in minutes, with one-click installs for dozens of apps.
See pricingRelated tutorials
Email DNS records: SPF, DKIM and DMARC
Set up SPF, DKIM and DMARC so your emails reach the inbox, not spam.
Updated 7/20/2026Networking & DNSWhat is a CDN and when you need one
A CDN delivers content close to visitors, faster. Here is how it works and when it is worth it.
Updated 7/20/2026Networking & DNSHow to connect two servers over a private network
Link your servers through an encrypted WireGuard tunnel, so they communicate securely without exposing services to the internet.
Updated 7/20/2026