邮件服务器的PTRlogging

如果我们出站电子邮件的域名是mail.example.com,并且此域名的MXlogging(邮件服务器)是:

mail1.example.com和mail2.example.com在这种情况下,PTRlogging的是什么:

192.168.1.1 - mail.example.com 192.168.1.2 - mail.example.com 

要么

 192.168.1.1 - mail1.example.com 192.168.1.2 - mail2.example.com 

问候

与mxlogging没有任何关系,发送邮件和传入邮件可以通过单独的服务器进行路由。

PTR应该始终与服务器的主机名匹配。 所以如果你有两个出站服务器mail1.example.commail2.example.com,那么正确的PTR将是

 mail1.example.com for the IP of mail1.example.com mail2.example.com for the IP of mail2.example.com 

应该是这样的:IN PTR mail1.domain.com。 (在第一个域名区域)IN PTR mail2.domain.com。 (在secound域的区域)