I could not find a definitive answer to this question online and I'd appreciate some help.
We have a dedicated server for our website. We also use it to send out bulk emails (ALWAYS by request, NEVER unsolicited or spam). We are trying to set up a PTR
record and there's one thing I simply can't understand:
If I send out email from someone@example.com
, and example.com
's A
record is x.x.x.x, then in order for my IP not to be considered a spammer, the PTR
record for x.x.x.x must point to:
example.com
?- any of
example.com
'sMX
records? - the name of the domain as it appears in the SMTP banner you receive when connecting to
example.com:25
? - all/none/any of the above?
Thanks for helping out!