为什么我得到这个邮件服务器configuration错误?

<<The configuration of your mail servers and your DNS are not ok! The report of the test is: mail.mydomain.com. -> mydomain.com -> 78.47.63.148 -> static.148.63.47.78.clients.your-server.de Spam recognition software and RFC821 4.3 (also RFC2821 4.3.1) state that the hostname given in the SMTP greeting MUST have an A record pointing back to the same server.>> 

我有一个logging,指出mail.mydomain.com 78.47.63.148(这是我给我的IP地址为我的VPS)所有其他logging都很好,所以什么是错的,我应该创build什么logging,以使其正确? 谢谢

如果您的服务器在SMTP问候中将自己标识为mail.mydomain.com,则您的IP的反向DNS需要为mail.mydomain.com。 目前这是static.xxx名称。

您需要让您的提供者更改您的反向DNS或更改您的邮件服务器以将其自身标识为static.148.63.47.78.clients.your-server.de。 如果您更改了问候语,那么该静态名称也应该有一条指向IP的Alogging,这可能已经做了。