0

I plan to host my own mail server on a VPS. I understand that I need to set up a reverse DNS entry to prevent commonly used mail services from categorizing my email as spam. Where should the reverse DNS be configured? On the VPS or on my domain host under the DNS records?

mr_js
  • 101
  • 1

2 Answers2

1

Reverse lookups are on the form of d.c.b.a.in-addr.arpa. where d.c.b.a represents the IP address a.b.c.d.

From this we can see that the zone follows IP addresses, not domain names.

Thus the owner of the IP block (likely your service provider) will have to configure the reverse DNS entry for you.

vidarlo
  • 6,654
  • 2
  • 18
  • 31
0

We had to have our ISP setup our reverse records when we hosted our mail server years back.

FACTORY909
  • 103
  • 7