Re: IIS SMTP server - won't send to our mail server
- From: David Thielen <david@xxxxxxxxxxxx>
- Date: Wed, 04 Jan 2006 11:23:00 -0700
Hi;
The log is below. The O/S is Windows 2003 with all the latest service
packs. The MX record is good because we get email fine from the rest
of the world.
However... the MX record is for the external IP address of the mail
server, not the internal one (we use NAT on our firewall). And the
webserver box is also our external DNS box.
??? - thanks - dave
On Wed, 04 Jan 2006 04:37:36 GMT, jeff.nospam@xxxxxxxx (Jeff Cochran)
wrote:
>
>Check SMTP log entries. Tell us what OS versions. Make sure you have
>valid sender and destination addresses, and that the system can
>resolve the MX record for the destination domain.
>
>Jeff
>
>On Tue, 03 Jan 2006 19:39:13 -0700, David Thielen <david@xxxxxxxxxxxx>
>wrote:
>
>>Asking again.
>>
>>thanks - dave
>>
>>
>>On Wed, 28 Dec 2005 20:14:06 -0700, David Thielen <david@xxxxxxxxxxxx>
>>wrote:
>>
>>>Hi;
>>>
>>>I am testing using the IIS SMTP server for when my web app
>>>(java-based, not asp) sends an email. The java code to send the mail
>>>reports success (and returned an error the first time until I allowed
>>>a relay from my test system).
>>>
>>>Note: In this case I am sending from my workstation (running IIS to
>>>test) to the SMTP server on the web server which is sending email to
>>>me - where our mail server is exchange on a second server. All 3 boxes
>>>are on the same subnet and behind the firewall. One thing that might
>>>be an issue, the web server (SMTP box) is our external DNS server so
>>>it will probably get the external IP address of our mail (exchange)
>>>server. And the firewall won't allow a connection that goes out and
>>>loops back in. Could this be the issue?
>>>
>>>The log shows the following (the IP address is my workstation, where I
>>>am running the java app on IIS from):
>>>21:13:22 192.168.200.129 EHLO - 250
>>>21:13:22 192.168.200.129 MAIL - 250
>>>21:13:22 192.168.200.129 RCPT - 250
>>>21:13:22 192.168.200.129 RCPT - 250
>>>21:13:22 192.168.200.129 DATA - 250
>>>21:13:22 192.168.200.129 QUIT - 240
>>>
>>>
>>>When I ran the test, I first had two files in
>>>c:\InetPub\mailroot\Queue
>>>(there is a To: and a BCC:). Then after about a minute there were 6
>>>files in
>>>the Badmail directory.
>>>
>>>The .BDR file is:
>>>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.
>>> order@xxxxxxxxxxxx
>>>
>>>Any ideas?
>>
>>
>>david@at-at-at@windward.dot.dot.net
>>Windward Reports -- http://www.WindwardReports.com
>>me -- http://dave.thielen.com
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
.
- Follow-Ups:
- Re: IIS SMTP server - won't send to our mail server
- From: Jeff Cochran
- Re: IIS SMTP server - won't send to our mail server
- References:
- Re: IIS SMTP server - won't send to our mail server
- From: David Thielen
- Re: IIS SMTP server - won't send to our mail server
- From: Jeff Cochran
- Re: IIS SMTP server - won't send to our mail server
- Prev by Date: Re: IIS SMTP server - won't send to our mail server
- Next by Date: Problem met with while implementing SMTP event sink with C#
- Previous by thread: Re: IIS SMTP server - won't send to our mail server
- Next by thread: Re: IIS SMTP server - won't send to our mail server
- Index(es):
Relevant Pages
|