What is a PTR Record?

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:


What a PTR Record Is Used For

PTR records are commonly used for:

Many mail servers check PTR records before accepting messages.


Why PTR Records Matter for Email

If you send email from your own server, a correct PTR record can help reduce:

Best practice:

This is called forward-confirmed reverse DNS (FCrDNS).


Important Difference: PTR Records Are Not Usually Managed in Domain DNS

Unlike A, MX, TXT, or CNAME records, PTR records are usually controlled by:

Because the IP owner controls reverse DNS zones.


How to Set a PTR Record

If You Use a VPS / Dedicated Server

  1. Log in to your server provider panel

  2. Find Networking, IP Management, or Reverse DNS

  3. Select your server IP

  4. Enter the hostname

Example:

IP Address

PTR Hostname

192.0.2.10

mail.yourdomain.com

  1. Save changes

If Managed by Provider

Open a support request and ask them to set reverse DNS for your IP.


Example PTR Record

Type

IP Address

Value

PTR

192.0.2.10

mail.yourdomain.com


Important Notes


How Long Does It Take?

PTR changes usually begin quickly, but full propagation may take:


Common Problems

Email Rejected

Possible reasons:

Cannot Edit PTR

Possible reason:


Best Practice for Mail Servers

Set these together:


Need Help?

If you need PTR/reverse DNS configured, contact your server provider or email support@govaio.com with:

Govaio Support will guide you on the correct process.