|
|
沙发

楼主 |
发表于 2011-5-14 09:24:18
|
只看该作者
还是我自己来吧,昨天经过了多次的测试,终于是成功了!上面的设置中,对于webmail.domain.com缺少一个A记录,所以检测的时候会提示SPF check: softfail这时你可以添加一条A记录到你的邮局的IP上,如果你的邮局的IP跟外发中显示的IP不一致的话,那么就配置到外发显示的IP上,比如我的邮局是通过XXX.XXX.XXX.10的网关外发的,而实际的邮局IP是XXX.XXX.XXX.85,这时设置webmail.domain.com到XXX.XXX.XXX.10的A记录即可。
或许这样设置也是可以的(没有经过测试):
webmai.domain.com到v=spf1 mx ~all得TXT记录【这里把A去掉了】
昨天搜索资料,发现了一个专门检测SPF的邮箱,只要你发送邮件到check-auth@verifier.port25.com,系统就自动回复检测的报告给你:
我的邮局一开始检测是下面的结果:
This message is an automatic response from Port25's authentication verifier
service at verifier.port25.com. The service allows email senders to perform
a simple check of various sender authentication mechanisms. It is provided
free of charge, in the hope that it is useful to the email community. While
it is not officially supported, we welcome any feedback you may have at
<verifier-feedback@port25.com>.
Thank you for using the verifier,
The Port25 Solutions, Inc. team
==========================================================
Summary of Results
==========================================================
SPF check: softfail
DomainKeys check: neutral
DKIM check: neutral
Sender-ID check: softfail
SpamAssassin check: ham
后面我添加多了一条A记录,SPF检测就通过了,结果如下:
==========================================================
Summary of Results
==========================================================
SPF check: pass
DomainKeys check: neutral
DKIM check: neutral
Sender-ID check: pass
SpamAssassin check: ham |
|