我知道有几篇关于此问题的帖子,而且我已经读了一段时间了,但我仍然无法解决我的问题。
我正在使用 postfix 运行 ISPconfig,但我不明白为什么我发出的电子邮件在 gmail 和 outlook.com 中被标记为垃圾邮件。
- 反向 DNS 没问题
- 我设置了 SPF DKIM 和 DMARC(当我在 Gmail 电子邮件的标题中查看时,它显示通过,Outlook 也是如此)
- 我没有被列入黑名单
- Mxtoolbox 检查正常(它仅返回与 SOA 过期值和同一网络上的名称服务器相关的警告)
- HELO 返回正确的名称
- 我尝试了电子邮件/纯文本等中的不同内容……
- 我更改了标题以显示正确的主机名,而不是 localhost
- 我尝试使用其他 IP
- 我没有使用该服务器来发送批量电子邮件。
这是我发送邮件到的结果[电子邮件保护]。
==========================================================
Summary of Results
==========================================================
SPF check: pass
DomainKeys check: neutral
DKIM check: pass
Sender-ID check: pass
SpamAssassin check: ham
以下是发送至 Gmail 的电子邮件内容:
Delivered-To: [email protected]
Received: by 10.37.115.87 with SMTP id o84csp2701146ybc;
Wed, 14 Oct 2015 02:24:12 -0700 (PDT)
X-Received: by 10.180.23.231 with SMTP id p7mr27203112wif.30.1444814652908;
Wed, 14 Oct 2015 02:24:12 -0700 (PDT)
Return-Path: <[email protected]>
Received: from xxx.xxx.fr (xxx.xxx.fr. [xxx.xxx.xxx.xxx])
by mx.google.com with ESMTPS id ao6si9344594wjc.158.2015.10.14.02.24.12
for <[email protected]>
(version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Wed, 14 Oct 2015 02:24:12 -0700 (PDT)
Received-SPF: pass (google.com: domain of [email protected] designates xxx.xxx.xxx.xxx as permitted sender) client-ip=xxx.xxx.xxx.xxx;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of [email protected] designates xxx.xxx.xxx.xxx as permitted sender) [email protected];
dkim=pass [email protected];
dmarc=pass (p=QUARANTINE dis=NONE) header.from=xxx.fr
Received: from mail.xxx.fr (mail.xxx.fr [127.0.0.1])
by mail.xxx.fr (Postfix) with ESMTP id 761538392E
for <[email protected]>; Wed, 14 Oct 2015 11:24:12 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xxx.fr; h=
user-agent:message-id:from:from:date:date
:content-transfer-encoding:content-type:content-type
:mime-version:subject:subject; s=default; t=1444814652; x=
1446629053; bh=ZRVRT3UM6A3vr5Bjs0V90xDPq6+kbcb9HUlVjWHZ8Vc=; b=Y
pcDBU5OXZZsskSavKUNkbU8+TApXPx98+fJCXc4/5UkEXuLa7fNT/8HWidm0m8y2
chyd8e03x3u7keKwLXdKQz4SOoo1baIdB55DwY0tNebusGegoxnARAoVk1RoqO1E
e4FlvW5FkG4CNlPrFDEa0FKvURIDy+5g/dpS89k6UY=
X-Virus-Scanned: Debian amavisd-new at mail.xxx.fr
Received: by mail.xxx.fr (Postfix, from userid 33)
id 525068392A; Wed, 14 Oct 2015 11:24:12 +0200 (CEST)
To: <[email protected]>
Subject: Envoi depuis webmail
X-PHP-Originating-Script: 0:main.inc
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8;
format=flowed
Content-Transfer-Encoding: 7bit
Date: Wed, 14 Oct 2015 11:24:12 +0200
From: Damien Lxxxxxxx <[email protected]>
Message-ID: <[email protected]>
X-Sender: [email protected]
User-Agent: Roundcube Webmail/0.7.2
Bonjour,
Merci de me recontacter.
您知道我的设置有什么问题吗?
谢谢。
答案1
经过几天的研究,我成功让它运转起来。
我在我的服务器上添加了另一个 IP 故障转移(不同的 IP 范围),现在它可以正常工作。
我认为谷歌有自己的黑名单,而我 IP 的前所有者可能正在发送垃圾邮件。他们说这与内容有关,但事实并非如此,因为我发送了完全相同的电子邮件,但 SPF 和反向都错了,而且邮件还是通过了,所以这完全与 IP 有关。