我有一个Debian服务器与几个不同的域名网站。其中一些网站使用Wordpress,然后使用PHP的邮件功能发送邮件。
我安装了"sendmail“,以便服务器能够从PHP发送邮件。我们为我们的客户使用谷歌应用程序,所以不需要设置一个常规的邮件服务器。
现在,服务器在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/how-to-remove-ip-in-cbl-spamhaus/
你能帮我弄清楚如何配置服务器吗?
# 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-minimalbigbysomedomain.dk是一个合成域。实际上,我在这台服务器上还有一个域名以及其他域名。
bigby也是一个虚构的名字。这在现实中也是另一回事。
发布于 2014-08-19 09:13:35
https://serverfault.com/questions/622381
复制相似问题