My Reverse DNS (PTR) Record Is Not Working
My Reverse DNS (PTR) Record Is Not Working
- Go to Network > Reverse DNS and verify the PTR record is set correctly.
- Check the status column:
- Unset — no PTR record configured. Click Edit to set one.
- Propagating — the record was just changed. DNS propagation can take up to 24 hours.
- Propagated — the record is live and resolving correctly.
- Verify your PTR value is a valid fully qualified domain name (e.g.,
mail.yourdomain.com). - The domain in your PTR record should have a matching A record pointing back to your IP (forward-confirmed reverse DNS).
- Click Reload to force a propagation check.
- Test from your server:
dig -x YOUR_SERVER_IPto see what resolves.
Proper rDNS is essential for email servers. Most providers will reject email from IPs without matching PTR records.