我正在使用Google Apps通过我的私人域发送邮件。 我已经使用WHM将我的DNS TXTlogging设置为mydomain.com. "v=spf1 include:_spf.google.com ~all" mydomain.com. 正如Google所build议的那样 。
当我发送一堆SMTP邮件时,我将SPF传递给从[email protected]发送到外部域的[email protected] 。 但是,去[email protected]电子邮件会得到一个软失败,如下所示:
Received-SPF: softfail (google.com: domain of transitioning [email protected] does not designate 123.123.123.123 as permitted sender) client-ip=123.123.123.123; Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning [email protected] does not designate 123.123.123.123 as permitted sender) [email protected]
其中123.123.123.123是mydomain.com的专用IP。
任何想法,为什么这是? 即使我已经设置服务器通过谷歌发送SMTP,它似乎只是覆盖了电子邮件到本地域。 我试图将TXTlogging更改为"v=spf1 ipv4:123.123.123.123 include:_spf.google.com ~all"但得到相同的结果。
提前致谢。
在更改SPFlogging后,您等了多久? 什么是TXTloggingTTL? 根据您提供的信息,您似乎已经正确configuration了它。 DNS被caching和复制系统,所以你需要花费几个小时或几天的时间基于TTL的长度。
编辑:我相信你有一个错字应该是“ip4:123.123.123.123”检查你的SPF是vaild在这里http://www.openspf.org/ 。