A PTR Record (Pointer Record) is a DNS record used for reverse DNS (rDNS). Instead of pointing a domain name to an IP address like an A record, a PTR record points an IP address back to a hostname.
Example:
Forward DNS: mail.yourdomain.com → 192.0.2.10
Reverse DNS (PTR): 192.0.2.10 → mail.yourdomain.com
PTR records are commonly used for:
Email server reputation and deliverability
Spam filtering checks
Server identity verification
Logging and network diagnostics
Many mail servers check PTR records before accepting messages.
If you send email from your own server, a correct PTR record can help reduce:
Spam folder delivery
Rejected outbound mail
Suspicious server reputation
Best practice:
Server IP → PTR → mail.yourdomain.com
mail.yourdomain.com should also have an A record pointing back to the same IP
This is called forward-confirmed reverse DNS (FCrDNS).
Unlike A, MX, TXT, or CNAME records, PTR records are usually controlled by:
Your VPS provider
Dedicated server provider
Cloud hosting provider
ISP / network owner
Because the IP owner controls reverse DNS zones.
Log in to your server provider panel
Find Networking, IP Management, or Reverse DNS
Select your server IP
Enter the hostname
Example:
IP Address | PTR Hostname |
|---|---|
192.0.2.10 | mail.yourdomain.com |
Save changes
Open a support request and ask them to set reverse DNS for your IP.
Type | IP Address | Value |
|---|---|---|
PTR | 192.0.2.10 | mail.yourdomain.com |
PTR records point IP to hostname
The hostname should resolve back to the same IP
Only the IP owner/provider can usually edit PTR records
PTR is especially important for mail servers
PTR changes usually begin quickly, but full propagation may take:
A few minutes to begin
Up to 24 hours globally
Possible reasons:
Missing PTR record
PTR hostname does not match server identity
Hostname does not resolve back to same IP
Possible reason:
Reverse DNS controlled by hosting provider, not domain DNS panel
Set these together:
A Record: mail.yourdomain.com → server IP
PTR Record: server IP → mail.yourdomain.com
MX Record: domain receives mail via mail host
SPF / DKIM / DMARC TXT records
If you need PTR/reverse DNS configured, contact your server provider or email support@govaio.com with:
Server IP address
Desired hostname
Hosting provider name
Govaio Support will guide you on the correct process.