Reverse DNS (rDNS)
The Importance of rDNS
Reverse DNS is critical for email deliverability. Most mail servers perform a reverse DNS lookup on incoming SMTP connections and may reject or penalize email from IPs without valid reverse DNS. A properly configured reverse DNS entry that matches the sending server's hostname (forward-confirmed reverse DNS) signals that the server is legitimate.
Beyond email, reverse DNS is useful for security logging and network diagnostics. When reviewing server logs, IP addresses with reverse DNS entries are easier to identify than bare IP addresses. Network monitoring tools use reverse DNS to associate traffic with hostnames.
Setting up reverse DNS requires coordination with your IP address provider (hosting company or ISP), since PTR records are managed in the IP block owner's zone, not your domain's zone. This is a common point of confusion - you cannot configure reverse DNS through your regular DNS provider.
Testing Your Configuration
A DNS health checker performs reverse DNS lookups on your server's IP addresses and verifies they match your domain (forward-confirmed reverse DNS). If reverse DNS is missing or mismatched, contact your hosting provider to configure PTR records.
Check DNS Health