【发布时间】:2012-12-31 21:05:26
【问题描述】:
我们有一个网站托管在 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
【问题讨论】:
-
由于您的 MTA 没有在 DSN 消息中包含足够多的信息以致没有多大用处,因此如果您发布显示失败的 SMTP 会话记录(如果您愿意,可以编辑,但有什么意义呢?——在其他地方重复会更有帮助!)。