繁体   English   中英

由于SPF记录失败,电子邮件将以gmail垃圾邮件发送-WordPress

[英]Email going to spam in gmail because SPF records fail - WordPress

我在一个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.

实际上这里有几个问题:

  1. 出于任何原因,SMTP服务器都将Return-Path域设置为see.seekmomentum.com。 您需要弄清楚为什么会这样。 您如何发送此电子邮件?

  2. rodriguez-music.com的SPF记录已损坏。 其中包括没有SPF记录的see.seekmomentum.com。

要解决您的迫在眉睫的问题,您只需添加一个SPF记录到see.seekmomentum.com即可,其中包含有问题的IP地址。 但是您应该了解为什么Return-Path域不是您期望的,特别是如果您计划添加DMARC(您应该这样做)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM