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

Sub*_*der 34 email dns spf google-apps

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

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

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

v=spf1 include:aspmx.googlemail.com ~all
Run Code Online (Sandbox Code Playgroud)

在咨询了一位铁杆程序员之后,我们创建了一个SPF记录

v=spf1 a mx include:_netblocks.google.com include:aspmx.googlemail.com include:_spf.google.com ~all
Run Code Online (Sandbox Code Playgroud)

这通过了使用上述方法的测试.但是,当我向a####@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).
Run Code Online (Sandbox Code Playgroud)

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

Ala*_*avi 63

以下TXT记录适用于我:

v=spf1 include:_spf.google.com ~all
Run Code Online (Sandbox Code Playgroud)

  • Google支持网站会验证以下信息:http://www.google.com/support/a/bin/answer.py?answer = 178723 (16认同)
  • 为了Google员工的利益,此处的记录包括Google,以及您网域的MX和A记录:`v = spf1 a mx include:_spf.google.com~all (13认同)
  • 是.这是正确的设置.aspmx.googlemail.com已被_spf.google.com取代 (5认同)
  • 不确定你想要mx,因为我不认为谷歌使用相同的服务器作为接收发送.任何人都可以验证吗? (2认同)