Debian-Wheezy
黑名單上的伺服器
我有一個 Debian Wheezy 伺服器,其中包含多個具有不同域的網站。其中一些網站使用 Wordpress,然後使用 PHP 的郵件功能來發送郵件。
我安裝了“sendmail”,以便伺服器能夠從 PHP 發送郵件。我們為客戶使用 Google Apps,因此無需設置正常郵件伺服器。
現在伺服器在 www.spamhaus.org 被列入黑名單並收到以下消息:
This IP address is HELO'ing as "localhost.localdomain" which violates the relevant standards (specifically: RFC5321).
我嘗試按照這些網站上的說明進行操作,但沒有成功:http: //www.cardiothink.com/downloads/README.spamhaus-and-blocked-email.html http://centosbeginer.wordpress.com/2011/07 /12/如何刪除 ip-in-cbl-spamhaus/
你能幫我弄清楚如何配置伺服器嗎?
文件:/etc/hosts
# nameserver config # IPv4 127.0.0.1 somedomain.dk xxx.xxx.xxx.xxx server.somedomain.dk bigby # # IPv6 ::1 ip6-localhost ip6-loopback xxxx::0 ip6-localnet xxxx::0 ip6-mcastprefix xxxx::1 ip6-allnodes xxxx::2 ip6-allrouters xxxx::3 ip6-allhosts xxxx:xxx:xxx:xxxx::2 Debian-76-wheezy-64-minimal
文件:/etc/主機名
bigby
somedomain.dk 是一個組成的域。實際上,我在此伺服器上擁有的另一個域名以及其他域。
bigby 也是一個虛構的名字。這也是現實中的另一件事。
看起來您發送的 HELO 名稱錯誤。
嘗試用於以下文章的解決方案: 如何使用 sendmail 指定傳出 HELO?
如果這沒有幫助,您能否提供有關您的 sendmail 配置的更多資訊?