smtp; 551 Mailhost在域的阻止列表中

时间:2012-12-31 21:05:26

标签: iis iis-7 smtp

我们在Windows 2008(SP2)上托管了一个运行iis 7.0的网站

我们网站上的其中一个页面在提交后会发送一封信息性电子邮件至info@mywebdomain.com。电子邮件将发送到运行网站的同一服务器上的localhost smtp服务器。这一直工作到12月10日,现在总是失败。

我可以说,看起来我需要从smtp服务器的域阻止列表中删除mywebdomain.com。但是,我无法弄清楚如何做到这一点。我得知在iis 7.0下运行的smtp服务器实际上是通过iis 6.0管理器配置的。我展开了“本地计算机”,右键单击“SMTP虚拟服务器#1”(列表中唯一的一个)并选择了“属性”。我没有在任何标签中看到任何看起来可以用来解锁域名的内容。

任何帮助将不胜感激!!!详情如下:

mywebdomain - substituted to keep this posting hopefully anonymous; but this domain is hosted on our server and is available on the internet

mwd3.mwd.local - again substituted for anonymity; but this is effectively localhost

From: postmaster@mwd3.mwd.local
To: webadmin@mywebdomain.com
Date: Mon, 10 Dec 2012 11:29:29 -0600
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
    boundary="9B095B5ADSN=_01CDCE88DCFE2F9B00000001mwd3.mwd.local"
X-DSNContext: 7ce717b1 - 1196 - 00000002 - 00000000
Message-ID: <f69aZbLAX00000001@mwd3.mwd.local>
Subject: Delivery Status Notification (Failure)

This is a MIME-formatted message.  
Portions of this message may be unreadable without a MIME-capable mail program.

--9B095B5ADSN=_01CDCE88DCFE2F9B00000001mwd3.mwd.local
Content-Type: text/plain; charset=unicode-1-1-utf-7

This is an automatically generated Delivery Status Notification.

Delivery to the following recipients failed.

       info@mywebdomain.com

--9B095B5ADSN=_01CDCE88DCFE2F9B00000001mwd3.mwd.local
Content-Type: message/delivery-status

Reporting-MTA: dns;mwd3.mwd.local
Received-From-MTA: dns;mwd3.mwd.local
Arrival-Date: Mon, 10 Dec 2012 11:29:25 -0600

Final-Recipient: rfc822;info@mywebdomain.com
Action: failed
Status: 5.5.0
Diagnostic-Code: smtp;551 Mailhost is on domain's block list (Mode: normal)

--9B095B5ADSN=_01CDCE88DCFE2F9B00000001mwd3.mwd.local
Content-Type: message/rfc822

Received: from mwd3.mwd.local ([127.0.0.1]) by mwd3.mwd.local with Microsoft SMTPSVC(7.0.6002.18222);
     Mon, 10 Dec 2012 11:29:25 -0600
From: <webadmin@mywebdomain.com>
To: info@mywebdomain.com
Subject: Consumer Q & A
Date: Mon, 10 Dec 2012 11:29:25 -0600
Message-ID: <20121210-11292530-342c@mwd3.mwd.local>
MIME-Version: 1.0
Return-Path: webadmin@mywebdomain.com
X-OriginalArrivalTime: 10 Dec 2012 17:29:25.0305 (UTC) FILETIME=[E6549290:01CDD6FB]

The following information was submitted at 12/10/2012 11:29:25 AM from Consumer Q&A.

Body of the email

1 个答案:

答案 0 :(得分:0)

格雷格,

感谢您的评论。我将其标记为添加对帖子有用的内容,因为它不是答案。

我花了一些时间来弄清楚如何获得SMTP成绩单。

对于阅读这篇文章的其他人来说,我就是这样做的。适应您自己的情况。我能够停止/启动虚拟SMTP服务器,因为客户端给了我许可,因为它无法完成它的设置目的。

再次注意,即使运行IIS 7,IIS 6也用于管理SMTP服务器。

  1. 打开“Internet信息服务(IIS)6.0管理器”
  2. 我在“帮助”菜单中找到了启用日志记录的说明:

    To enable logging that uses an ASCII text format
    ... Select the SMTP virtual server, and then click Properties on the Action menu. 
    
    On the General tab, select Enable logging. 
    
    In the Active log format drop-down menu, select a log format. 
    
    Click Properties, and then on the General tab, specify the New log schedule. 
    
    If you select Hourly, Daily, Weekly, or Monthly, a new log file is created at those intervals. 
    
    If you select Unlimited file size, only a single log file is created. 
    
    If you select When file size reaches, you can specify the maximum size of the log file and a new log file is created when the current log file reaches that size. 
    
    On the General tab, under Log file directory, specify the location where the log files will be stored. 
    
    If you have selected the World Wide Web Consortium (W3C) Extended Logging format, click the Advanced tab, and then select the extended logging options you want to track.
    
  3. 我将记录目标设置为新文件夹,以确保它不会与其他记录混淆。

  4. 我打开了“高级”标签中的每个选项。然后我停下来启动了虚拟服务器。

  5. 我使用了一个尚未运行的网站功能发送了一封电子邮件(请求信息)

  6. 当我试图查看日志时,它说它正在使用中。所以我停止了虚拟SMTP服务器,复制了日志的内容,然后再次启动虚拟SMTP服务器。

  7. 我发现有效的是客户端使用mxlogic.net进行垃圾邮件过滤。当垃圾邮件通过他们的服务时,他经常联系他们。我怀疑当他在12月10日与他们联系时,他们阻止了他的地址而不是冒犯垃圾邮件的人。但这只是猜测。

    他们承认他的IP地址处于封闭的IP范围内。他们在几分钟内解决了问题,问题现在得到了解决。

    您可以在下面的转录中看到第一个OutboundConnectionResponse正在启动与mxlogic.net服务器的对话。最后一行是使用mxlogic.net服务器关闭传输通道。在两者之间你可以看到几条消息,“551 + Mailhost + + + on + domain + block + list”

        #Software: Microsoft Internet Information Services 7.0
        #Version: 1.0
        #Date: 2013-01-03 17:29:41
        #Fields: date time c-ip cs-username s-sitename s-computername s-ip s-port cs-method cs-uri-stem cs-uri-query sc-status sc-
    
        win32-status sc-bytes cs-bytes time-taken cs-version cs-host cs(User-Agent) cs(Cookie) cs(Referer) 
        2013-01-03 17:29:41 127.0.0.1 mwd3.mwd.local SMTPSVC1 MWD3 127.0.0.1 0 HELO -         +mwd3.mwd.local 250 0 38 19 0 SMTP - - - -
        2013-01-03 17:29:41 127.0.0.1 mwd3.mwd.local SMTPSVC1 MWD3 127.0.0.1 0 MAIL -         +FROM:+<webadmin@mywebdomain.com> 250 0 45 33 0 SMTP - - - -
        2013-01-03 17:29:41 127.0.0.1 mwd3.mwd.local SMTPSVC1 MWD3 127.0.0.1 0 RCPT -         +TO:+<info@mywebdomain.com> 250 0 29 27 0 SMTP - - - -
        2013-01-03 17:29:41 127.0.0.1 mwd3.mwd.local SMTPSVC1 MWD3 127.0.0.1 0 DATA - +<20130103-11294182-2d84@mwd3.mwd.local> 250 0 123 456 63 SMTP - - - -
        2013-01-03 17:29:41 127.0.0.1 mwd3.mwd.local SMTPSVC1 MWD3 127.0.0.1 0 QUIT - mwd3.mwd.local 240 78 63 4 0 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 220+p02c12m113.mxlogic.net+ESMTP+mxl_mta-6.16.0-0+[4d461940.13484498.00-2360];+Thu,+03+Jan+2013+10:29:41+-0700+(MST);+NO+UCE,+INBOUND 0 0 133 0 47 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 EHLO - mwd3.mwd.local 0 0 4 0 47 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 250-p02c12m113.mxlogic.net 0 0 26 0 63 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 MAIL - FROM:<webadmin@mywebdomain.com> 0 0 4 0 63 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 250+Sender+Ok 0 0 13 0 94 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 RCPT - TO:<info@mywebdomain.com> 0 0 4 0 94 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 551+Mailhost+is+on+domain's+block+list+(Mode:+normal) 0 0 53 0 188 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 RSET - - 0 0 4 0 188 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 250+Reset+Ok 0 0 12 0 219 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 RSET - - 0 0 4 0 266 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 250+Reset+Ok 0 0 12 0 297 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 MAIL - FROM:<> 0 0 4 0 297 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 250+Sender+Ok 0 0 13 0 312 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 RCPT - TO:<webadmin@mywebdomain.com> 0 0 4 0 312 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 551+Mailhost+is+on+domain's+block+list+(Mode:+normal) 0 0 53 0 406 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 RSET - - 0 0 4 0 406 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 250+Reset+Ok 0 0 12 0 422 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionCommand SMTPSVC1 MWD3 - 25 QUIT - - 0 0 4 0 437 SMTP - - - -
        2013-01-03 17:29:41 208.65.145.12 OutboundConnectionResponse SMTPSVC1 MWD3 - 25 - - 221+p02c12m113.mxlogic.net+Service+closing+transmission+channel+[13484498.00] 0 0 77 0 453 SMTP - - - -