|
Home > Archive > IIS and SMTP > May 2005 > failed when Sending to External MAil on IIS6.0 win2003 server
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]
| Author |
failed when Sending to External MAil on IIS6.0 win2003 server
|
|
|
| i just migrate from Win 2000 to win 2003 server. i have few web application
which allows sending email to external recipient likes hotmail, and yahoo.the
same email send to both internal mail as well as external mail recipients.
the Internal recipient can receive the email while the external mail
recipient is unable to receive. while when the internal recipient forwarded
the same email to the external mail recipient, the external mail recipient
is able to receive the email .
the mail have to pass through mailMarshal before sending out. the email to
be send out to external email is pending on the MailMarshal. the MailMarshal
return the following error message:
Your message
Subject: "TEST"
could not be delivered to some or all of the intended recipients.
User<abc@hotmail.com> - (554 5.5.2 Invalid data in message)
Additional Information
======================
Original Sender: <abc@.abc.com>
Sender-MTA: <10.2.1.3>
Remote-MTA: <64.4.50.239>
Reporting-MTA: <mmsmtpgw.abc.com>
MessageName: <B0003d74fa.00000001.mml>
Last-Attempt-Date: <10:50:02 Fri, 27 May 2005>
any ideas on it??? help!!! any solution???
| |
| Jeff Cochran 2005-05-31, 6:03 pm |
| On Mon, 30 May 2005 23:37:22 -0700, pey
<pey@discussions.microsoft.com> wrote:
>i just migrate from Win 2000 to win 2003 server. i have few web application
>which allows sending email to external recipient likes hotmail, and yahoo.the
>same email send to both internal mail as well as external mail recipients.
>the Internal recipient can receive the email while the external mail
>recipient is unable to receive. while when the internal recipient forwarded
>the same email to the external mail recipient, the external mail recipient
>is able to receive the email .
>
>the mail have to pass through mailMarshal before sending out. the email to
>be send out to external email is pending on the MailMarshal. the MailMarshal
>return the following error message:
>
>Your message
>Subject: "TEST"
>could not be delivered to some or all of the intended recipients.
>
>
>User<abc@hotmail.com> - (554 5.5.2 Invalid data in message)
>
>
>
>Additional Information
>======================
>Original Sender: <abc@.abc.com>
>Sender-MTA: <10.2.1.3>
>Remote-MTA: <64.4.50.239>
>Reporting-MTA: <mmsmtpgw.abc.com>
>MessageName: <B0003d74fa.00000001.mml>
>Last-Attempt-Date: <10:50:02 Fri, 27 May 2005>
>
>
>
>
> any ideas on it??? help!!! any solution???
Have you tried without MailMarshal? Have you tried the MailMarshal
support for an indication of what this message might indicate?
Jeff
| |
|
| yes i tried without MailMarshal. SAME thing happened!
"Jeff Cochran" wrote:
> On Mon, 30 May 2005 23:37:22 -0700, pey
> <pey@discussions.microsoft.com> wrote:
>
>
> Have you tried without MailMarshal? Have you tried the MailMarshal
> support for an indication of what this message might indicate?
>
> Jeff
>
|
|
|
|
|