Hi all,
Does the PTR record have to match the MX record or can it match the domain name?
Below is example.com zone file:
Code:
$ORIGIN example.com.
example.com. IN MX 10 mail
example.com. IN A 1.1.1.1
mail IN A 1.1.1.1
Will setting the PTR to example.com work or does it HAVE to point to mail.example.com?
Code:
1.1.1.1 IN PTR example.com
OR
1.1.1.1 IN PTR mail.example.com
DOes it matter? will both work?