email - spamassassin rdns 反向 DNS

标签 email phpmailer php spamassassin reverse-dns

Spamassasin 在我的电子邮件中给出以下标记:

*

0.8 RDNS_NONE Delivered to internal network by a host with no rDNS

"This test checks to see if there is a reverse DNS entry for the last untrusted relay. Note that this may be done by interpreting information in the relevant Received header - if reverse DNS checks are not performed by the first trusted relay, or if they are not recorded in the Received header, this test will be triggered (regardless of the actual rDNS status)."

*

我能在我的电子邮件中看到的唯一 ip 是 94.143.11.2 -> 你可以将 dns 反向到 trophymanager.com。 Google 和 hotmail 对此没有问题 - 但 Spamassassin 给了它一个标志 - 我在这里错过了什么?

最佳答案

不确定 spamassassin,但许多邮件过滤器/MTA(例如后缀)只接受 rDNS 条目,如果它是 Forward-confirmed .在您的情况下,前向确认不起作用:

dig -x 94.143.11.2 +short
man01.trophymanager.com.

但是man01.trophymanager.com没有A记录。

创建 DNS 记录:

man01.trophymanager.com A 94.143.11.2

Spamassassin 可能不会再提示了。

关于email - spamassassin rdns 反向 DNS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12297861/

相关文章:

java - 使用 Apache James 发送的邮件未送达

python - Django 1.8 和 Gmail - SMTPAuthenticationError 用户名和密码不被接受

PHPMailer - OpenSSL 错误

PHPMailer 发送消息,但将 CLIENT/SERVER 对话框返回给浏览器

javascript - 如何使用 JavaScript 发送电子邮件?

email - 将 Google Apps gmail 与 Symfony nahomail 插件结合使用

php - Zend_Db_Table 加入查询 vs 数据库 View

php - 使用 PHP 在 SQL 列中输出不同的值

php - 创建 csv 文件时结果为空

php - Nginx - 重定向 404 PHP 文件