我search了这个问题,发现了一些答案,但不知道如何解决,问题是,我真的愚蠢的所有这一切!
我configuration了后缀,并完成了如何安装如何告知。 它发送电子邮件,但被标记为垃圾邮件! 标题是这一个:
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 rpmc X-pstn-addresses: from <[email protected]> [db-null]
我没有想法如何解决这个问题,我认为这是dns问题,但我已经标记了我的tinydns =
有什么我可以检查,知道为什么这封电子邮件被标记为垃圾邮件? 任何帮助将不胜感激!
谢谢你,对不起我的英文不好。
首先你需要一个带PTRlogging的静态地址指向你的Alogging。 否则你看起来像一个垃圾邮件发送者
为您的邮件服务器添加SPFlogging,以便发送电子邮件。 就像v=spf1 a -all一样。 我build议邮件服务器FQDN(完全合格的域名)不应该与您的域名相同。 像example.com mail.example.com或smtp.example.com是适当的。 该域应该有一个像v=spf1 mx ?all一样的SPFlogging,尽pipe我更喜欢v=spf1 mx -all 。
考虑将DKIM签名添加到所有外发电子邮件。
前段时间,我在设置电子邮件服务器上发了一篇文章。 你可能想看看它和我的电子邮件政策 。
你找不到解决办法,因为没有一个解决办法 – 这在大部分答案中都有解释。
大多数提供商不会告诉你他们用来分类垃圾邮件的方法。 贝叶斯过滤的性质导致pipe理员实际上不知道filter如何将消息分类为垃圾邮件的情况。
你已经build立了SPF – 但是你的logging有限制吗?
"v=spf1 a mx ?all"
你是否限制了你的信息? 你是主机出现在任何RBL?
不幸的是,这不是没有很多的知识/努力/试验+错误真正解决
我认为这不是一个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检查。 顺便说一句。 在这里你可以testing你的SPFlogging: SPFloggingtesting工具
可能是内容分析的问题,你可以在附加头文件中看到:X-pstn- *
受Postini保护
解释邮件标题标签