无法向Google Apps地址发送电子邮件; Gmail会收到相同的电子邮件

时间:2013-02-28 18:43:06

标签: gmail google-apps spf

我有一个安装了Webform模块的Drupal网站,可以向拥有Google应用帐户的一小群人发送电子邮件。它曾经工作;现在,没有任何改变,他们根本没有收到消息。他们不是垃圾邮件;他们只是永远不会到达期间但是,如果我将自己的个人Gmail地址作为收件人,我收到的很好......不是垃圾邮件或其他任何内容。

我想也许问题是我的域名(在MediaTemple上托管)没有SPF记录,所以我添加了一个:

v=spf1 include:spf.mail01.mtsvc.net include:_spf.google.com ~all

然而,谷歌仍然不喜欢它。当我查看我在个人帐户中收到的邮件标题时,它会说:

Delivered-To: me@gmail.com
Received: by 10.195.13.109 with SMTP id ex13csp22977wjd;
        Thu, 28 Feb 2013 09:58:05 -0800 (PST)
X-Received: by 10.49.16.135 with SMTP id g7mr12547512qed.8.1362074284935;
        Thu, 28 Feb 2013 09:58:04 -0800 (PST)
Return-Path: <info@freeyourlegs.com>
Received: from freeyourlegs.com (freeyourlegs.com. [72.10.49.208])
        by mx.google.com with ESMTPS id fo1si2728187qab.100.2013.02.28.09.58.04
        (version=TLSv1 cipher=RC4-SHA bits=128/128);
        Thu, 28 Feb 2013 09:58:04 -0800 (PST)
Received-SPF: softfail (google.com: domain of transitioning info@freeyourlegs.com does not designate 72.10.49.208 as permitted sender) client-ip=72.10.49.208;
Authentication-Results: mx.google.com;
       spf=softfail (google.com: domain of transitioning info@freeyourlegs.com does not designate 72.10.49.208 as permitted sender) smtp.mail=info@freeyourlegs.com
Received: (qmail 1658 invoked by uid 48); 28 Feb 2013 09:58:04 -0800
Date: 28 Feb 2013 09:58:04 -0800
Message-ID: <20130228175804.1656.qmail@freeyourlegs.com>
To: me@gmail.com
Subject: Form submission from: Schedule an Appointment
X-PHP-Originating-Script: 10001:mail.inc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8Bit
X-Mailer: Drupal Webform (PHP/5.3.5)
Errors-To: info@freeyourlegs.com
Sender: info@freeyourlegs.com
From: "Vein Care Institute" <info@freeyourlegs.com>

我对“softfail ...不指定为允许的发件人”位置感到困惑。此外,每个选项组合(包括v = spf1 + all)都会在http://www.kitterman.com/spf/validate.html的SPF测试仪上给出一个HELO / EHLO软件故障(即使我目前的记录确实“通过”) “根据测试人员的说法。

我知道为我的域设置了反向DNS。

我错过了什么?

1 个答案:

答案 0 :(得分:3)

首先要尝试的是纠正SPF记录。我建议:

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

spf.mail01.mtsvc.net中的IP范围与电子邮件来自的IP不匹配 - 我查找了MediaTemple,他们的说明适用于您随身携带电子邮件的时间。该电子邮件来自该网站的IP,即72.10.49.208

编辑:如果这不能解决问题,则问题可能出在发送服务器上。建议你查看这篇文章(及其中的链接):

can't send email to addresses at my own domain