以下电子邮件有什么问题?
1-
Diagnostic information for administrators:
Generating server: mailrelay002.isp.belgacom.be
[email protected]
[195.47.247.194]
Remote Server returned '<[195.47.247.194] #5.0.0 smtp; 5.1.0 - Unknown address error 554-'5.7.1 <[email protected]>: Recipient address rejected: Please see http://www.openspf.org/why.html?sender=ino%40duboccage.be&ip=195.238.6.175&receiver=mx-r.one.com' (delivery attempts: 0)>'
Original message headers:
Message-ID: <[email protected]>
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AksFAO6clFHCTg4N/2dsb2JhbABbglOwGQGRdxR/dIJgHDs7AUY3iBCcTI10oU8SD4JTgQYDqHKDEjo
Received: from 13.14-78-194.adsl-static.isp.belgacom.be (HELO V-FILE02)
([194.78.14.13]) by relay.skynet.be with ESMTP; 16 May 2013 10:49:41 +0200
MIME-Version: 1.0
From: <[email protected]>
To: <[email protected]>
2 -
Diagnostic information for administrators:
Generating server: mailrelay011.isp.belgacom.be
[email protected]
[195.47.247.197]
Remote Server returned '<[195.47.247.197] #5.0.0 smtp; 5.1.0 - Unknown address error 554-'5.7.1 <[email protected]>: Recipient address rejected: Please see http://www.openspf.org/why.html?sender=ino%40duboccage.be&ip=195.238.6.178&receiver=mx-q.one.com' (delivery attempts: 0)>'
但电子邮件地址是存在的。
我以为我已经修复了 spf 记录,所以(不应该)是那样。不过,邮件似乎被过滤为垃圾邮件……
有谁可以帮忙吗?
答案1
该邮件由 发送195.238.6.178
,但在撰写本文时,您的域名的 SPF 记录显示
v=spf1 include:spf.protection.outlook.com ip4:195.13.7.0/27 -all
发送 IP 地址未包含在 SPF 记录中,并且配置为硬失败 ( -all
)。
您应该向您的 ISP 索取其出站邮件服务器的地址列表(或 CIDR 块),并将其添加到您的 SPF 记录中。目前,您可以~all
在最后更改为(软故障)。
答案2
问题在于域名 (duboccage.be) 设置了 SPF 记录,不允许从 投递邮件mailrelay011.isp.belgacom.be
,只允许从投递邮件mailrelay011.belgacom.be
。短期解决方案是mailrelay011.isp.belgacom.be
向 SPF 记录添加以下内容:
v=spf1 include:spf.protection.outlook.com ip4:195.13.7.0/27 a:mailrelay011.belgacom.be a:mailrelay011.isp.belgacom.be -all
但是,您可能需要考虑这样一个事实:ISP 没有义务为邮件服务器保留此名称,它可能会随时更改。为了确保您的邮件能够送达,请使用与您的域名相连并保证 SPF 记录有效性的邮件服务器。