Re: How can IIS SMTP be forced to send delivery status notifications?
- From: "Sanford Whiteman" <swhitemanlistens-software@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 01 Sep 2009 22:52:14 -0400
The closest thing that I can think of to do this is to have IIS use a smart host that does not support (has it disabled) ESMTP. However this will mean that no other servers down stream would see the DSN requests.
It's not just that no downstream servers would send DSNs with this setup -- which indeed itself defeats the concept, as you say -- it's also that a relayed DSN would _always_ be sent by the client, since the smart host will always accept the message. It would be useless information. Might as well not announce DSN at the zero-hop and just let the original client take care of it in that case.
Better but still insufficient would be turning off _outbound_ ESMTP to the remote domain and sending regular HELO. At least in this case the client would be actually connecting to the remote MX and could determine whether the message actually got relayed, delayed, or rejected.
But only a custom outbound event sink or batch job would truly fill the bill.
-- Sandy
------------------------------------
Sanford Whiteman, Chief Technologist
Broadleaf Systems, a division of
Cypress Integrated Systems, Inc.
------------------------------------
.
- Follow-Ups:
- Re: How can IIS SMTP be forced to send delivery status notifications?
- From: Grant Taylor
- Re: How can IIS SMTP be forced to send delivery status notifications?
- References:
- How can IIS SMTP be forced to send delivery status notifications?
- From: Peter Gibbons
- Re: How can IIS SMTP be forced to send delivery status notifications?
- From: Grant Taylor
- How can IIS SMTP be forced to send delivery status notifications?
- Prev by Date: Re: How can IIS SMTP be forced to send delivery status notifications?
- Next by Date: Re: How can I configure IIS 6.0 SMTP to use different TCP Ports for multiple remote domains?
- Previous by thread: Re: How can IIS SMTP be forced to send delivery status notifications?
- Next by thread: Re: How can IIS SMTP be forced to send delivery status notifications?
- Index(es):
Relevant Pages
|