通过iis SMTP发送电子邮件时,X-Spam-Threshold非常高

我试图通过在IIS 6上configuration的服务器2003上的SMTP发送电子邮件,但我得到的X – 垃圾邮件的阈值是95,我想这是由于我的一些客户没有得到他们的电子邮件。 以下步骤我已经执行。

  1. 创build了新的SMTP虚拟主机
  2. 列出项目并指定我想要发送电子邮件的域名。
  3. 授予连接到本地IP地址(10.8.1.100)。
  4. 中继允许每个人通过select“除下面的列表之外的所有”选项,并保持列表为空。
  5. 在访问>>身份validation我保持“匿名访问”检查,因为我限制在防火墙的端口,所以没有人可以从外面访问它。
  6. 邮件大小保持在20 MB左右(这是我使用本地IIS SMTP服务发送邮件的原因)。

我已经为我的服务器公共IP地址添加了SPFlogging。 并在头下面收到电子邮件发送。 任何帮助将不胜感激。

Return-Path: <[email protected]> Delivered-To: [email protected] Received: from smtp10.gate.ord1b (smtp10.gate.ord1b.xxx.xxx [10.130.68.10]) by store70a.mail.ord1a (SMTP Server) with ESMTP id B2B2E2A00FA for <[email protected]>; Mon, 15 Sep 2014 02:18:33 -0400 (EDT) X-Spam-Threshold: 95 X-Spam-Score: 0 X-Spam-Flag: NO X-Virus-Scanned: OK X-MessageSniffer-Scan-Result: 0 X-MessageSniffer-Rules: 0-0-0-1427-c X-CMAE-Scan-Result: 0 X-CNFS-Analysis: v=2.1 cv=ZunUdbLG c=1 sm=0 tr=0 a=Ig/UrxbkpOvRMQZiVkaGsg==:117 a=Ig/UrxbkpOvRMQZiVkaGsg==:17 a=mbVGFswbRTQA:10 a=HiVRdRxlSPgA:10 a=IkcTkHD0fZMA:10 a=RJWJd0NSAAAA:8 a=ZgKmBCKBAAAA:8 a=vGnWA2o9rr4c4ZYpt7QA:9 a=QEXdDO2ut3YA:10 a=RspQMrS_l_MA:10 a=0M4cGgZ80zEA:10 X-Orig-To: [email protected] X-Originating-Ip: [xx.xx.xx.xx] Received: from [xx.xx.xx.xx] ([xx.xx.xx.xx:50602] helo=xxx.xxx) by smtp10.gate.ord1b.xxx.xxx (envelope-from <[email protected]>) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 38/6F-11405-9B486145; Mon, 15 Sep 2014 02:18:33 -0400 Received: from AMAZONA-XXXXX ([10.8.1.100]) by xxx.xxx with Microsoft SMTPSVC(7.5.7601.17514); Mon, 15 Sep 2014 02:15:43 -0400 Date: Mon, 15 Sep 2014 02:15:43 -0400 (EDT) From: [email protected] To: [email protected] Message-ID: <[email protected]> Subject: check this mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailer: ColdFusion 9 Application Server X-OriginalArrivalTime: 15 Sep 2014 06:15:43.0469 (UTC) FILETIME=[7B10E1D0:01CFD0AC] 

这个头是好的,对于分析是没有用的。 X-Spam-Threshold在接收端设置,它是内部(可configuration的)评分阈值,将邮件分类为垃圾邮件(并且不能影响)。 你应该看看X-Spam-Score在这个例子中很好。

为了进一步调查看看你的服务器日志,并find你的邮件没有交付的地方。 接收方通常会给出非常明确的拒绝消息的理由。