使用谷歌应用程序纠正SPF记录

时间:2009-07-04 11:43:59

标签: email dns google-apps spf

我正在使用google apps,谷歌正在处理我的电子邮件。

我在Google的帮助论坛中创建了SPF记录,但SPF记录未通过,请使用check-auth@verifier.port25.com和spf-test@openspf.org进行验证。

搜索了一下后,我发现谷歌提到的SPF

v=spf1 include:aspmx.googlemail.com ~all

错误和错误,在咨询了一位核心程序员之后,我们创建了一个SPF记录

v=spf1 a mx include:_netblocks.google.com include:aspmx.googlemail.com include:_spf.google.com ~all

这使用上述方法通过了测试。 但是,当我向a###l@ind############.org发送电子邮件时,它显示传递失败并显示以下消息

Delivery to the following recipient failed permanently:

    a###l@ind##########cer.org

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 The sender did not meet Sender Policy Framework rules. Please see http://spf.pobox.com (state 18).

但是,如果我从雅虎或Gmail发送邮件成功发送,有人可以帮助我吗?

3 个答案:

答案 0 :(得分:62)

以下TXT记录适用于我:

v=spf1 include:_spf.google.com ~all

答案 1 :(得分:3)

v=spf1 a mx include:aspmx.googlemail.com include:_spf.google.com ~all

答案 2 :(得分:1)

v=spf1 include:_spf.google.com ~all可能是谷歌告诉你的内容,但他们Google Apps Toolbox MX checker失败了:(

相关问题