我相信我的情况非常普遍。我有一个网站,其设置如下。注册商是 Network Solutions。DNS 指向 Host Gator 上的网络服务器和托管在 Google 应用上的电子邮件。
最近,从域发送的电子邮件([电子邮件保护])在主机 gator 上开始进入 Google 应用托管的一个帐户的垃圾邮件([电子邮件保护])。
我知道我需要设置 SPF 记录和 DKIM 密钥,所以我本周早些时候就这么做了。现在一切都已传播,但它仍然不起作用。从 domain.com 发送的所有邮件都会被归为垃圾邮件[电子邮件保护]。从 domain.com 发送电子邮件到其他电子邮件地址(不是 gmail)似乎没问题。
这不太可能是标题问题,因为我已尝试过多种标题设置。
- 注册商:Network Solutions - 在此设置 DKIM 和 SPF 记录
- 网络主机:Host Gator - 我尝试在这里设置 SPF,但开始想也许我应该做网络解决方案
- 电子邮件:Google Apps - 生成密钥并启用 DKIM
按键已被修改,因此不必费心确保它们在屏幕之间匹配:)
网络解决方案:
Google 应用设置:
总结:从我的 hostgator 网站发送的电子邮件被归类为 gmail 垃圾邮件。我是不是做错了什么,还是我对它的工作原理存在根本性的误解?
也许 DKIM 还没有完全传播?这就是我在 Google Apps 中等待点击“激活”的原因。
Delivered-To: [email protected]
Received: by 10.107.39.139 with SMTP id n133csp1108697ion;
Sun, 6 Mar 2016 10:25:27 -0800 (PST)
X-Received: by 10.202.94.132 with SMTP id s126mr11449426oib.34.1457288727279;
Sun, 06 Mar 2016 10:25:27 -0800 (PST)
Return-Path: <[email protected]>
Received: from gateway32.websitewelcome.com (gateway32.websitewelcome.com. [192.185.145.102])
by mx.google.com with ESMTPS id n206si9214038oif.52.2016.03.06.10.25.27
for <[email protected]>
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Sun, 06 Mar 2016 10:25:27 -0800 (PST)
Received-SPF: pass (google.com: domain of [email protected] designates 192.185.145.102 as permitted sender) client-ip=192.185.145.102;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of [email protected] designates 192.185.145.102 as permitted sender) [email protected]
Received: from cm1.websitewelcome.com (cm.websitewelcome.com [192.185.0.102])
by gateway32.websitewelcome.com (Postfix) with ESMTP id E8B7E30F18F0A
for <[email protected]>; Sun, 6 Mar 2016 12:25:26 -0600 (CST)
Received: from gator3081.hostgator.com ([50.87.144.100])
by cm1.websitewelcome.com with
id SiRR1s00X2AB1R601iRSyK; Sun, 06 Mar 2016 12:25:26 -0600
Received: from ccaw by gator3081.hostgator.com with local (Exim 4.86_1)
(envelope-from <[email protected]>)
id 1acdMr-000HzA-8r
for [email protected]; Sun, 06 Mar 2016 12:25:25 -0600
To: [email protected]
Subject: Request from CCAW.net
X-PHP-Script: ccaw.net/old/test.php for 108.78.164.226
MIME-Version: 1.0
Content-type: text/plain; charset=iso-8859-1
From: Al <[email protected]>
Reply-To: Recipient Name <[email protected]>
Subject: Request from CCAW.net
X-Mailer: PHP/5.4.45
Message-Id: <[email protected]>
Date: Sun, 06 Mar 2016 12:25:25 -0600
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - gator3081.hostgator.com
X-AntiAbuse: Original Domain - gmail.com
X-AntiAbuse: Originator/Caller UID/GID - [33055 500] / [47 12]
X-AntiAbuse: Sender Address Domain - gator3081.hostgator.com
X-BWhitelist: no
X-Source-IP:
X-Exim-ID: 1acdMr-000HzA-8r
X-Source: /opt/php54/bin/php-cgi
X-Source-Args: /opt/php54/bin/php-cgi /home3/ccaw/public_html/old/test.php
X-Source-Dir: ccaw.net:/public_html/old
X-Source-Sender:
X-Source-Auth: ccaw
X-Email-Count: 1
X-Source-Cap: Y2NhdztjY2F3O2dhdG9yMzA4MS5ob3N0Z2F0b3IuY29t
SPF Record now set
答案1
- 您是否为指向您的域名的 IP 设置了反向 DNS?
- 在 gmail 邮箱中,您应该检查应用发送的电子邮件的标题。然后检查 Google 是否接受您的 dkim/spf 设置。
- 您应该启用https://dmarc.org您的域名才能获得结果。(也许您认为您正确设置了 DKIM,但实际上存在问题)。
(对于我的域名,DKIM 与 Gmail 配合良好。)
答案2
有很多项目需要正确配置才能获得最佳的发送电子邮件效果,很多时候大多数项目都是现成的。花点时间把你的电子邮件通过邮件测试检查所有内容的工具。您会惊讶于有多少不同的项目会影响电子邮件的传递。