|
Home > Archive > IIS and SMTP > February 2006 > smtp issue
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi all, I have a domain network and am having an issue sending out email via
the smtp server. If I use OE on the actual SMTP Server itself then the email
goes through fine. If a client on another server in the network tries to
send it, I get the following NDR:-
From: postmaster@DC1.apponedc.local
To: whoson@apponedc.local
Date: Tue, 7 Feb 2006 11:27:11 -0600
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary=" 9B095B5ADSN=_01C62C0AA9130E3200000001DC1
.apponedc.loc"
X-DSNContext: 7ce717b1 - 1196 - 00000002 - 00000000
Message-ID: <iSnRMWuLn0000001f@DC1.apponedc.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=_01C62C0AA9130E3200000001DC1
.apponedc.loc
Content-Type: text/plain; charset=unicode-1-1-utf-7
This is an automatically generated Delivery Status Notification.
Delivery to the following recipients failed.
param@mycompany.net
-- 9B095B5ADSN=_01C62C0AA9130E3200000001DC1
.apponedc.loc
Content-Type: message/delivery-status
Reporting-MTA: dns;DC1.apponedc.local
Received-From-MTA: dns;WEB1
Arrival-Date: Tue, 7 Feb 2006 11:27:08 -0600
Final-Recipient: rfc822;param@appone.net
Action: failed
Status: 5.7.1
Diagnostic-Code: smtp;550 5.7.1 Requested action not taken: message refused
-- 9B095B5ADSN=_01C62C0AA9130E3200000001DC1
.apponedc.loc
Content-Type: message/rfc822
Received: from WEB1 ([172.18.0.150]) by DC1.apponedc.local with Microsoft
SMTPSVC(6.0.3790.1830);
Tue, 7 Feb 2006 11:27:08 -0600
To: param@mycompany.net, jdevitt@lafamilyforum.us
From: whoson@apponedc.local
Subject: WhosOn Test Email
Date: Tue, 7 Feb 2006 17:27:08 GMT
Message-Id: <59671160l.1023706704l1240008l3l@apponedc.local>
Return-Path: whoson@apponedc.local
X-OriginalArrivalTime: 07 Feb 2006 17:27:08.0609 (UTC)
FILETIME=[B8F6EB10:01C62C0B]
This is a test email from WhosOn
-- 9B095B5ADSN=_01C62C0AA9130E3200000001DC1
.apponedc.loc--
Any ideas?
| |
| Sanford Whiteman 2006-02-07, 6:02 pm |
| >Any ideas?
You should look at the SMTP server logs -- NDRs are a first cue that
delivery has failed, but the "meat" will always be in the logs.
In this case, my best guess is that you are using the unpublished
..local domain to originate mail to the outside, and some link in the
chain is choking on address verification.
--Sandy
|
|
|
|
|