我搜索了这个问题,找到了一些答案,但不知道如何解决,问题是我对这一切真的很笨!
我配置了 Postfix,并按照安装说明完成了所有操作。它发送了电子邮件,但被标记为垃圾邮件!标题如下:
Delivered-To: [email protected]
Received: by 10.223.86.203 with SMTP id t11cs837410fal;
Wed, 12 Jan 2011 04:02:21 -0800 (PST)
X-pstn-nxpr: disp=neutral, [email protected]
X-pstn-nxp: bodyHash=9c6d0c64fa3a4d663c9968e9545c47d77ae0242e, headerHash=1ab8726bd17a23218309165bd20fe6e0911627cd, keyName=4, rcptHash=178929be6ed8451d98a4df01a463784e6c59b3b4, sourceip=174.121.4.154, version=1
Received: by 10.100.190.13 with SMTP id n13mr537609anf.76.1294833740396;
Wed, 12 Jan 2011 04:02:20 -0800 (PST)
Return-Path: <[email protected]>
Received: from psmtp.com ([74.125.245.168])
by mx.google.com with SMTP id w2si1297960anw.132.2011.01.12.04.02.19;
Wed, 12 Jan 2011 04:02:20 -0800 (PST)
Received-SPF: pass (google.com: domain of [email protected] designates 174.121.4.154 as permitted sender) client-ip=174.121.4.154;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of [email protected] designates 174.121.4.154 as permitted sender) [email protected]
Received: from source ([174.121.4.154]) by na3sys010amx168.postini.com ([74.125.244.10]) with SMTP;
Wed, 12 Jan 2011 12:02:19 GMT
Received: from localhost (server [127.0.0.1])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by brasilyacht.com.br (Postfix) with ESMTP id 87C121290142;
Wed, 12 Jan 2011 09:50:29 -0200 (BRST)
From: YachtBrasil <[email protected]>
Reply-To: Vendas <[email protected]>
Cc: YachtBrasil <[email protected]>
To: [email protected]
Subject: teste
Date: Wed, 12 Jan 2011 09:50:29 -0200
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
MIME-Version: 1.0
Message-Id: <[email protected]>
X-pstn-2strike: clear
X-pstn-neptune: 0/0/0.00/0
X-pstn-levels: (S: 1.96218/99.81787 CV:99.9000 FC:95.5390 LC:95.5390 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
X-pstn-settings: 3 (1.0000:1.0000) s cv gt3 gt2 gt1 r p m c
X-pstn-addresses: from <[email protected]> [db-null]
我不知道如何解决这个问题,我认为这是 DNS 问题,但我已在 tinydns 中标记了 spf =(
我可以检查什么来了解为什么这封邮件被标记为垃圾邮件?任何帮助都将不胜感激!
谢谢,抱歉我的英语不好。
答案1
首先,您需要一个静态地址,其中包含指向 A 记录的 PTR 记录。否则,您看起来就像一个垃圾邮件发送者。
为您的邮件服务器添加 SPF 记录,以允许其发送电子邮件。类似这样的内容v=spf1 a -all
比较合适。我建议邮件服务器 FQDN(完全限定域名)不应与您的域名相同。类似mail.example.com
或smtp.example.com
域的内容example.com
比较合适。域应该有一个 SPF 记录v=spf1 mx ?all
,例如,尽管我更喜欢v=spf1 mx -all
一切正常。
考虑在所有外发电子邮件中添加 DKIM 签名。
答案2
您找不到任何解决方案,因为没有单一的解决方案 - 大多数答案中都解释了这一点。
大多数提供商不会告诉您他们用于分类垃圾邮件的方法。贝叶斯过滤的性质导致管理员实际上不知道过滤器如何将邮件分类为垃圾邮件。
您已经设置了 SPF - 但是您的记录是否受到限制?
"v=spf1 a mx ?all"
- 显然不是。
您是否限制了消息的发送速率?您的主机是否出现在任何 RBL 中?
不幸的是,如果没有大量的知识/努力/反复试验,这个问题是无法真正解决的
答案3
我认为这不是 spf 问题。
Received-SPF: pass (google.com: domain of [email protected] designates 174.121.4.154 as permitted sender) client-ip=174.121.4.154;
如您所见,您的服务器通过了 spf 检查。顺便说一下,您可以在这里测试您的 spf 记录:SPF 记录测试工具
问题可能出在内容分析上,你可以在附加标题中看到:X-pstn-*