【发布时间】:2018-05-18 09:29:02
【问题描述】:
早安 当通过 Wordpress 上的 Contact Form 7 发送电子邮件时,我在邮件标题上获取 SPF Pass 时遇到了一些麻烦。
通过 Contact From 7 发送的邮件经常进入垃圾邮件,在查看邮件源标头时,我可以看到站点 IP 未指定为允许的发件人。
ARC-Authentication-Results: i=1; mx.google.com;
spf=neutral (google.com: *serverIP* is neither permitted nor denied by
best guess record for domain of www-data@ubuntu) smtp.mailfrom=www-data@ubuntu;
dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=*domain*
Return-Path: <www-data@ubuntu>
Received: from ubuntu (*domain*. [*serverIP*])
by mx.google.com with ESMTP id 91-v6si4638670wre.46.2018.05.17.07.10.20;
Thu, 17 May 2018 07:10:20 -0700 (PDT)
Received-SPF: neutral (google.com: *serverIP* is neither permitted nor
denied by best guess record for domain of www-data@ubuntu) client-
ip=*ServerIP*;
Authentication-Results: mx.google.com;
spf=neutral (google.com: *ServerIP* is neither permitted nor denied by
best guess record for domain of www-data@ubuntu) smtp.mailfrom=www-
data@ubuntu;
dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=*Domain*
Received: by ubuntu (Postfix, from userid 33)
id 036C93F7D3; Thu, 17 May 2018 14:10:20 +0000 (UTC)
SPF 记录均已在 DNS 设置中设置,并且在通过 Google 的 SPF 测试工具检查时是正确的 我们正在使用 Google 企业应用程序。 DKIM、DMARC 和 SPF 一切正常,所以不知道为什么它说 SPF Neutral 和 DMARC 失败...
非常感谢任何帮助。
【问题讨论】: