我使用 1and1 Ionos 作为我的电子邮件服务器 - 我无法向使用 google gmail 的人发送电子邮件
spf record v=spf1 include:_spf.perfora.net include:_spf.kundenserver.de ~all
我不知道我能做什么——我更新了 spf 2x
需要帮助
SMTP error from remote server for TEXT command, host: gmail-smtp-in.l.google.com (142.251.4.27) reason:
550-5.7.26 The MAIL FROM domain [bhbfunding.com] has an SPF record with a hard
550-5.7.26 fail policy (-all) but it fails to pass SPF checks with the ip:
550-5.7.26 [74.208.4.194]. To best protect our users from spam and phishin g,
550-5.7.26 the message has been blocked. Please visit
550-5.7.26 https://support.google.com/mail/answer/81126#authentication fo r more
550 5.7.26 information. x10-20020a056902102a00b0066cc0f73bbasi6170373ybt.4
86 - gsmtp
答案1
Google 的错误表明您的电子邮件是通过 IP 发送的74.208.4.194
。快速 Whois 表明这是 1&1 电子邮件服务器。
_spf.perfora.net
似乎将此 IP 包含在其范围内,因此此记录:
v=spf1 include:_spf.perfora.net include:_spf.kundenserver.de ~all
是正确的。但是,您的域名现在有以下 SPF 记录:
v=spf1 include:secureserver.net -all
这是 GoDaddy 的 SPF 记录。这就是 Google 拒绝该电子邮件的原因。
使用正确的 SPF 记录。如果您从 1&1 发送和GoDaddy,您可能需要将两者结合起来。确保您在正确的地方更改记录;bhbfunding.com 当前设置为使用 GoDaddy 的名称服务器,因此您需要在那里更改 SPF。