如何将PTRlogging与不同的域相匹配?

我对PTRlogging有点困惑,以及如何正确设置。

这是目前的设置:

一个网站:domain.com,在这个网站上我有一个mailaddress [email protected]。 在domain.com上,我有一个显示问卷调查的iframe,这个问卷是在otherdomain.com上托pipe的。

在问卷中的某个时刻,用户将从发件人[email protected]得到一封确认邮件,该邮件是从smtp.otherdomain.com的邮件服务器发送的。

  • 在domain.com上,我在SPFlogging中添加了smtp.otherdomain.com的IP地址。
  • 在domain.com上,我有一个PTRlogging设置为它所在的服务器的IP地址
  • 在otherdomain.com有一个PTRlogging设置为smtp.otherdomain.com

在大多数情况下,发送邮件很好,然而上周我得到了这样的消息:550不一致或没有DNS PTRlogging的“the otherdomain.com”

这些邮件并没有在“@ freenet.de”邮件帐户的收件箱中结束。

我怎样才能解决这个问题?

@Gerb你正试图通过smtp.otherdomain.com从[email protected]发送邮件。 为了确保您的邮件正常工作,您只需要以下内容。

  • SPFlogging允许smtp.otherdomain.com作为允许的发件人(你已经做了)
  • PTRlogging发送服务器smtp.otherdomain.com(如果smtp.otherdomain.com的IP是111.222.111.222那么应该有一个指向smtp.otherdomain.com/ 111.222.111.222的PTRlogging)

注意

  • 请注意,如果您有多个使用smtp.otherdomain.com服务器发送电子邮件的IP,那么所有IP都应该有PTR。
  • 这里smtp.otherdomain.com是你的邮件服务器的名字。 (例如,在qmail中,postfix的myhostname或/ var / qmail / me的内容)