PTR (pointer) is a DNS record mapping an IP address to a domain name. It’s the “reverse” of an A record: A → IP, PTR → IP to domain.
\n
Why you need it
\n
- Mail delivery: Gmail and Yahoo mail servers check PTR — if your server IP has no PTR, mail goes to spam
- Security logs: logs show names instead of raw IPs — easier to analyze
- Corporate requirements: some networks won’t accept a server without correct PTR
\n
The catch
\n
PTR lives not in your domain’s DNS zone but in a special in-addr.arpa zone owned by the IP owner — i.e. the server provider. You can’t set PTR yourself — you have to ask the provider.
\n
How to request PTR at Navju Cloud
\n
If you have a Navju Cloud VPS or dedicated server:
\n
- Open a support ticket
- Provide: server IP and desired name (usually
mail.yourdomain.tjorserver1.yourdomain.tj) - Before requesting, create a regular A record for that name pointing to the same IP — otherwise mail servers will be suspicious
- PTR will be set up within an hour
\n
Verification
\n
dig -x 195.158.10.20 +short\n# or\nhost 195.158.10.20
\n
It should return your name.
