If your business emails keep sliding into spam folders, or your IT provider has muttered something about “reverse DNS” and left you none the wiser, then the humble PTR record is worth ten minutes of your time. It is one of those behind-the-scenes settings that most people never think about, right up until the day it causes a problem; and when it does, it can quietly undermine your email, your reputation and your ability to reach customers. We say this to clients all the time: the unglamorous plumbing of the internet is exactly the stuff that bites you when it is set up wrong.
The good news is that a PTR record is not nearly as intimidating as it sounds. In this guide we will explain what it is in plain English, why it matters for your business, how it gets set up, and the common mistakes that trip people up, so you can talk to your host with confidence rather than a blank stare.
So, what exactly is a PTR record?
A PTR record, short for pointer record, is a piece of DNS information that maps an IP address back to a domain name. That is the reverse of what most people picture. Normally, DNS takes a friendly name like yourbusiness.co.uk and finds the numeric IP address behind it. A PTR record does the opposite: it starts with the IP address and points back to the name, which is why the whole process is called reverse DNS.
Think of it like a phone book that works both ways. Usually you look up a person’s name to find their number; reverse DNS is looking up the number to confirm whose it is. Mail servers around the world lean on this backwards lookup to sanity-check who is really sending a message, which is precisely why the record matters so much for email.

Why a PTR record matters for your business
It is tempting to file reverse DNS under “someone else’s problem”, but the effects land squarely on your business, especially if you send email from your own server or a dedicated IP address.
It protects your email deliverability
When your mail server sends a message, the receiving server often checks whether the sending IP address has a matching PTR record. If it does not, or if the name does not line up, your email is far more likely to be flagged as suspicious and dumped in the spam folder. For a business chasing enquiries and sending invoices, that is a quiet disaster.
It builds trust and reputation
A correctly configured PTR record is a signal of a legitimate, well-run mail setup. Over time, that consistency helps build a healthy sending reputation, which makes every future email more likely to land where it should.
It helps with troubleshooting and security
Reverse DNS is a handy tool for network administrators tracing where traffic comes from, spotting dodgy connections and keeping logs meaningful. A tidy PTR setup makes the whole system easier to understand when something does go wrong.
How a PTR record gets set up, step by step
Here is the sequence we walk clients through. The key thing to understand up front is that, unlike most DNS records, the PTR record usually lives with whoever controls the IP address, which is normally your hosting provider rather than your domain registrar.
Step one: confirm you have a static IP
Reverse DNS only makes sense on a fixed, dedicated IP address. If you are on shared hosting, the provider typically manages this for you, so check what you actually have before going further.
Step two: decide the hostname
Choose the fully qualified name the IP should point back to, for example mail.yourbusiness.co.uk. This should match the name your mail server presents when it says hello to other servers.
Step three: ask whoever owns the IP
Because the PTR record sits in a special reverse zone controlled by the IP owner, you usually request it from your hosting company or internet provider rather than editing it yourself.
Step four: line up your forward record too
For everything to check out, the forward lookup should agree with the reverse one. In other words, the name should point to the IP and the IP should point back to the name. This matching pair is what fussy mail servers want to see.
Step five: test it
Once it has had time to take effect, use a reverse DNS lookup tool or send a test email to a checking service to confirm the record resolves and matches. Patience helps, because DNS changes are never instant.
PTR records compared with the DNS records you already know
It helps to see where the PTR record sits alongside its more famous cousins, so here is a quick, plain comparison:
- A record: maps a domain name to an IP address, the everyday forward lookup that gets people to your website.
- PTR record: maps an IP address back to a domain name, the reverse lookup that vouches for your mail server.
- MX record: tells the world which server handles email for your domain, working hand in hand with reverse DNS.
- SPF record: lists which servers are allowed to send email on your behalf, another anti-spam safeguard.
- PTR versus the rest: the PTR is the only one of these that starts from the number and works backwards, which is exactly why it lives in a different place.
You do not need to memorise all of these, but knowing they are a team, each doing a job, makes the whole picture far less daunting.
A real-world example of a PTR record at work
Picture a small accountancy firm that decides to run its own mail server so it has full control over client correspondence. Everything looks fine in testing, but within a week clients start saying they never received important emails, and a few turn up in junk folders days late. The culprit turns out to be reverse DNS: the firm’s dedicated IP address has no PTR record at all, so the big email providers treat every message with suspicion. Once the hosting company adds a PTR record pointing the IP back to mail.thefirm.co.uk, and confirms the forward record points the other way to match, deliverability improves almost overnight. Messages that once languished in spam start arriving in the inbox where they belong. It is a textbook example of how one small, invisible setting can quietly make or break something as vital as client communication; and it is exactly the sort of thing we check as a matter of course when we set up hosting for a business, precisely because it is so easy to overlook and so painful to diagnose after the fact.
Best practices we swear by
A little care with reverse DNS saves a lot of grief later, and these habits cost nothing but attention.
- Match forward and reverse: always make sure the name points to the IP and the IP points back to the name; mismatches are the number one cause of trouble.
- Use a meaningful hostname: a clear name like mail.yourbusiness.co.uk is easier to manage than something cryptic.
- Keep it consistent with your mail server: the name in the PTR record should be the same one your server announces itself with.
- Document the setup: note which IP maps to which name, so future changes are painless rather than a mystery.
- Test after every change: verify with a lookup tool and allow time for the change to spread before you panic.
Common mistakes that trip people up
We have rescued plenty of businesses from email woes that traced straight back to reverse DNS. The usual suspects are easy to avoid once you know them.
The first is having no PTR record at all, which is common on new servers and quietly hurts deliverability from day one. The second is a mismatch, where the reverse name and the forward name disagree, so the checks fail even though a record exists. The third is trying to add the record at your domain registrar, when it actually needs to be set by whoever controls the IP address; this sends people round in circles. Finally, folk often expect instant results and start changing things again after a couple of minutes, when in reality DNS needs time to settle. Make one change, then wait, then test.
Where reverse DNS is heading next
The fundamentals of the PTR record are stable, but the pressure around email trust keeps rising. As inboxes get stricter about spam and impersonation, the expectation that legitimate senders have clean, matching reverse DNS is only growing. The wider adoption of newer internet addressing, alongside the familiar system, means reverse lookups are becoming a little more involved, though the principle stays the same. For most small businesses the practical takeaway is simply this: getting reverse DNS right is shifting from a nice-to-have to a basic expectation, and the sooner it is sorted, the smoother your email life will be.
Do I need a PTR record for my business?
If you send email through a shared service such as a mainstream email host, they handle reverse DNS for you and you need not lift a finger. If you send from your own mail server on a dedicated IP address, then yes, a correct PTR record is close to essential for reliable delivery. When in doubt, ask your provider what is already in place.
Who is responsible for setting up a PTR record?
Whoever controls the IP address, which is almost always your hosting company or internet provider. This catches people out, because most DNS records are managed at the registrar, but the reverse zone is a special case. A quick support request to your host is usually all it takes.
How long does a PTR record take to work?
It depends on the settings involved, but changes can take anywhere from a few minutes to a day or so to fully take effect across the internet. The best approach is to make the change, give it time and then test with a reverse DNS lookup rather than expecting instant results.
Your quick PTR record checklist
- Static IP: you have a dedicated address that reverse DNS can attach to.
- Matching names: forward and reverse lookups agree with each other.
- Right owner: the record is set by whoever controls the IP, usually your host.
- Server aligned: the hostname matches what your mail server announces.
- Tested: a lookup confirms it resolves before you call it done.
Ready to get your email landing where it should?
A correctly configured PTR record is one of those quiet foundations that keeps your business email trusted, your reputation healthy and your messages out of the spam folder where they belong. If reverse DNS, hosting and email settings make your head spin, you are far from alone, and you do not have to untangle it by yourself. Get in touch with Delivered Social for friendly, plain-English help with your website, hosting and email, and let us keep the technical plumbing working quietly in the background so you can get on with running your business.


































