我的一个WordPress网站上的垃圾邮件存在问题。我正在测试一个Gmail帐户。我不确定为什么电子邮件是从主机see.seekmomentum.com收到的,而不是帐户rodriguez-music.com的域名。
这是设置的SPF记录:
“v = spf1 + a + mx + ip4:198.57.217.77 + a:see.seekmomentum.com + include:see.seekmomentum.com~all”
以下是电子邮件标题:
Delivered-To: adam@seekmomentum.com
Received: by 10.36.78.75 with SMTP id r72csp813793ita;
Thu, 12 Feb 2015 18:43:53 -0800 (PST)
X-Received: by 10.67.8.98 with SMTP id dj2mr11270446pad.134.1423795433239;
Thu, 12 Feb 2015 18:43:53 -0800 (PST)
Return-Path: <rodrigue@see.seekmomentum.com>
Received: from see.seekmomentum.com (see.seekmomentum.com. [198.57.217.77])
by mx.google.com with ESMTPS id c2si1020944pas.234.2015.02.12.18.43.52
for <adam@seekmomentum.com>
(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Thu, 12 Feb 2015 18:43:53 -0800 (PST)
Received-SPF: none (google.com: rodrigue@see.seekmomentum.com does not designate permitted sender hosts) client-ip=198.57.217.77;
Authentication-Results: mx.google.com;
spf=none (google.com: rodrigue@see.seekmomentum.com does not designate permitted sender hosts) smtp.mail=rodrigue@see.seekmomentum.com
Received: from rodrigue by see.seekmomentum.com with local (Exim 4.82)
(envelope-from <rodrigue@see.seekmomentum.com>)
id 1YM6ES-0008GV-4P
for adam@seekmomentum.com; Thu, 12 Feb 2015 21:43:52 -0500
To: adam@seekmomentum.com
Subject: WP Mail SMTP: Test mail to adam@seekmomentum.com
Date: Fri, 13 Feb 2015 02:43:52 +0000
From: Rodriguez Music <sales@rodriguez-music.com>
Message-ID: <4bb4be1574fad992ef467c20edccc40e@www.rodriguez-music.com>
X-Priority: 3
X-Mailer: PHPMailer 5.2.7 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - see.seekmomentum.com
X-AntiAbuse: Original Domain - seekmomentum.com
X-AntiAbuse: Originator/Caller UID/GID - [504 500] / [47 12]
X-AntiAbuse: Sender Address Domain - see.seekmomentum.com
X-Get-Message-Sender-Via: see.seekmomentum.com: authenticated_id: rodrigue/from_h
X-Source: /usr/bin/php
X-Source-Args: /usr/bin/php /home/rodrigue/public_html/wp-admin/options- general.php
X-Source-Dir: rodriguez-music.com:/public_html/wp-admin
This is a test email generated by the WP Mail SMTP WordPress plugin.
答案 0 :(得分:1)
这里实际上有几个问题:
无论出于何种原因,SMTP服务器都将Return-Path域设置为see.seekmomentum.com。你需要弄清楚为什么会发生这种情况。你是如何发送这封电子邮件的?
rodriguez-music.com的SPF记录被破坏了。你包括see.seekmomentum.com,它没有SPF记录。
要解决您的直接问题,您只需使用相关IP地址向see.seekmomentum.com添加SPF记录即可。但是你应该理解为什么返回路径域不是你所期望的,特别是如果你计划添加DMARC(你应该)。