A PTR record performs the reverse of an A record — it maps an IP address back to a domain name. This is called reverse DNS (rDNS).
Why PTR matters critically for email delivery:
Many receiving mail servers perform a PTR check on every inbound connection. They verify:
- Does the sending IP have a PTR record?
- Does that PTR record point to a hostname?
- Does that hostname's A record point back to the sending IP? (Forward-confirmed reverse DNS)
If any step fails, the server may reject or score your message negatively.
Example of correct FCrDNS:
- Sending IP:
198.51.100.15 - PTR record:
198.51.100.15→mail.yourdomain.com - A record:
mail.yourdomain.com→198.51.100.15✓
Setup: PTR records are managed by whoever owns the IP address — your hosting provider, cloud provider, or ESP. Unlike DNS records (which you control), PTR records must be set by your IP provider. Contact them directly to set this up.