gpt4 book ai didi

smtp - GMail SMTP SPF 问题

转载 作者:行者123 更新时间:2023-12-01 09:29:22 25 4
gpt4 key购买 nike

关于从应用程序通过 GMails SMTP 服务器发送的电子邮件被标记为垃圾邮件的问题已经有很多讨论。

阅读其他帖子我无法弄清楚我的问题。我的电子邮件最终仍然是 SPF 中性的。

在我的 *(捕获所有)DNS 条目中,我在 TXT 记录中:

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

在 mu @(域)DNS 条目中,我有相同的 TXT 记录:

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

我创建了一个反向 DNS 条目,它工作正常(执行 nslookup)。

当我查看电子邮件中的消息源时:

Return-Path: <www-data@www.mydomain.com>
Received: from www.mydomain.com (www.mydomain.com [X.X.X.X]) by
mx.google.com with ESMTP id q3si1105184anp.111.2011.09.13.08.56.55; Tue, 13
Sep 2011 08:56:55 -0700 (PDT)
Received-SPF: neutral (google.com: x.x.x.x is neither permitted nor
denied by best guess record for domain of www-data@www.mydomain.com)
client-ip=x.x.x.x;
Authentication-Results: mx.google.com; spf=neutral (google.com: x.X.x.X
is neither permitted nor denied by best guess record for domain of
www-data@www.domain.com) smtp.mail=www-data@www.domain.com

x.x.x.x 在所有地方都相等。并且反向查找显示 www.mydomain.com

我不明白消息。问题是 x.x.x.x 发送到 gmail 还是 gmail 将其转发到最终目的地。在这种情况下,电子邮件被发送到 anotherdomain.com(也由 gmail 托管)。

我还有一个 TXT google-site-verification 条目。这会导致任何冲突吗?

很抱歉没有公开真正的值(value)。我的老板会杀了我。 :(

我会非常高兴在这件事上得到任何帮助。我无法靠自己取得任何进展。

最好的问候,

尼克拉斯

最佳答案

尝试:

v=spf1 a mx ip4:x.x.x.x include:_spf.google.com ~all

如果你的ip地址在A记录中,你可能不需要ip4声明。

更多信息在这里:http://www.openspf.org/SPF_Record_Syntax

关于smtp - GMail SMTP SPF 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7405059/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com