通过isp的smtp服务器发送邮件没有收到

以下邮件有什么问题?

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)>' 

但电子邮件地址存在。

我以为我已经固定了SPFlogging,所以它(不应该)是这样的。 不过,邮件似乎被过滤为垃圾邮件…

任何人可以帮忙?

该邮件正在从195.238.6.178发送,但在撰写您的域名的SPFlogging时说

 v=spf1 include:spf.protection.outlook.com ip4:195.13.7.0/27 -all 

发送IP地址不包含在SPFlogging中,并configuration为失败( -all )。

您应该向ISP询问其出站邮件服务器的地址列表(或CIDR块),并将其添加到您的SPFlogging中。 现在,你可以在最后更改为~all (软失败)。

问题是域(duboccage.be)有一个SPFlogging设置,不允许邮件从mailrelay011.isp.belgacom.be ,只能从mailrelay011.belgacom.be 。 短期解决scheme是将mailrelay011.isp.belgacom.be添加到SPFlogging:

 v=spf1 include:spf.protection.outlook.com ip4:195.13.7.0/27 a:mailrelay011.belgacom.be a:mailrelay011.isp.belgacom.be -all 

但是,您可能要考虑一下这样一个事实,即ISP没有义务为邮件服务器保留这个名称,它可能会随时更改。 为了确保您的邮件得到交付,请使用与您的域名相关的邮件服务器,并保证SPFlogging的有效性。