34

我正在使用谷歌应用程序,谷歌正在处理我的电子邮件。

我在 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###########cer.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).

但是,如果我从 Yahoo 或 Gmail 发送邮件,它会成功发送,有人可以帮我吗?

4

3 回答 3

63

以下TXT记录对我有用:

v=spf1 include:_spf.google.com ~all
于 2009-07-04T11:53:25.917 回答
3
v=spf1 a mx include:aspmx.googlemail.com include:_spf.google.com ~all
于 2010-02-03T18:12:51.200 回答
1

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

于 2014-01-31T13:13:09.197 回答