我正在使用 Google Apps 通过我的私人域发送邮件。我已使用 WHM 将 DNS记录TXT
设置"v=spf1 include:_spf.google.com ~all"
为mydomain.com.
谷歌建议。
当我发送一堆 SMTP 邮件时,我会将 SPF 通行证发送到从 发送到外部域的电子邮件[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
的专用 IP 在哪里mydomain.com
?
知道这是为什么吗?尽管我已将服务器设置为通过 Google 发送 SMTP,但它似乎只是覆盖了发送到本地域的电子邮件。我尝试将记录更改TXT
为,"v=spf1 ipv4:123.123.123.123 include:_spf.google.com ~all"
但结果相同。
提前致谢。
答案1
更改 SPF 记录后您等待了多长时间?TXT 记录的 TTL 是多少?根据您提供的信息,您似乎已正确配置它。DNS 是缓存和复制系统,因此根据 TTL 的长度,您可能需要数小时或数天的时间。
编辑:我相信你有一个拼写错误它应该是“ip4:123.123.123.123”在此检查您的 SPF 是否有效http://www.openspf.org/。