Dear all folks,

A contact us form of our site (IIS 6.0) using cdonts objects to create an
email sending to a specific internal email account.
The mail is created successfully at c:\inetpub\mailroot\pickup. At the
end
the mail is undeliverable and goes to c:\inetpub\mailroot\badmail.

When I open the *.bdr files at c:\inetpub\mailroot\badmail, it shows the
few
lines below

Unable to deliver this message because the follow error was encountered:
"This message is a delivery status notification that cannot be
delivered.".

The specific error code was 0xC00402C7.


The message sender was <>.


The message was intended for the following recipients.
xxx@ourowndomain.com



In addition, In IIS6.0 event viewer, event 4000 is shown.


The SMTP services and Default SMTP Virtual Server are disabled in IIS 6.0
server. The message is not delivered as expected from IIS6.0 to one of
our
Exchange 2003 server.

I have goes through microsoft KB and try several resolutions it still not
working. According to user, it does work before and I have make no change
to the IIS 6.0 Server. Other DNS, WINS and Exchange 2003 are all seems to
be normal.


Thanks in advance,
PK


--
I am using the free version of SPAMfighter for private users.
It has removed 1160 spam emails to date.
Paying users do not have this message in their emails.
Try www.SPAMfighter.com for free now!

Re: Mails aren't delivered from IIS6.0 to Exchange 2003 by jeff

jeff
Sat Aug 06 11:07:54 CDT 2005

On Sat, 6 Aug 2005 00:23:44 +0800, "Kuen" <gowithmenow@yahoo.com>
wrote:

>A contact us form of our site (IIS 6.0) using cdonts objects to create an
>email sending to a specific internal email account.

Start by dropping CDONTS, it's been deprecated. Move to CDO.

>The mail is created successfully at c:\inetpub\mailroot\pickup. At the
>end
>the mail is undeliverable and goes to c:\inetpub\mailroot\badmail.

Why are you using a pickup folder method?

>When I open the *.bdr files at c:\inetpub\mailroot\badmail, it shows the
>few
>lines below
>
>Unable to deliver this message because the follow error was encountered:
>"This message is a delivery status notification that cannot be
>delivered.".
>
>The specific error code was 0xC00402C7.
>
>
>The message sender was <>.
>
>
>The message was intended for the following recipients.
> xxx@ourowndomain.com
>
>
>
>In addition, In IIS6.0 event viewer, event 4000 is shown.
>
>
>The SMTP services and Default SMTP Virtual Server are disabled in IIS 6.0
>server. The message is not delivered as expected from IIS6.0 to one of
>our
>Exchange 2003 server.

What did you expect to deliver it? CDONTS only uses a local server,
if SMTP is disabled, nothing is available to deliver the mail.

>I have goes through microsoft KB and try several resolutions it still not
>working. According to user, it does work before and I have make no change
>to the IIS 6.0 Server. Other DNS, WINS and Exchange 2003 are all seems to
>be normal.

If it worked before and there was no change, it would work now. :)

Switch to CDO. Then use the SMTPServer to designate the Exchange
server. No pickup, nop installing SMTP, CDO sends it to the Exchange
server for delivery.

Jeff