|
Home > Archive > IIS and SMTP > August 2005 > IIS, SMTP, and DNS resolution
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 |
IIS, SMTP, and DNS resolution
|
|
| googleboy 2005-08-12, 2:54 am |
| Hi there.
I have a webserver (windows2000 running cdosys) that generates a lot of
emails to a particular domain. This domain is of a customer that is
directly connected and wishes me to configure the server with a hosts
entry to point to the inside address of their mail server.
I have done this, but tcpdumps on the firewall indicate that the
system is still attempting to resolve DNS for this domain via our DNS
server and then send the mail out via the public address. I can ping
the name of the mail server and it seems to use the hosts entry fine,
but the auto generated messages via iis do not do this.
Please help me understand IIS/CDOSys DNS better so that I might
understand why it is behaving this way.
TIA!
Googleboy
| |
| Jeff Cochran 2005-08-14, 5:55 pm |
| On 11 Aug 2005 21:06:15 -0700, "googleboy" <mynews44@yahoo.com> wrote:
>I have a webserver (windows2000 running cdosys) that generates a lot of
>emails to a particular domain. This domain is of a customer that is
>directly connected and wishes me to configure the server with a hosts
>entry to point to the inside address of their mail server.
>
>I have done this, but tcpdumps on the firewall indicate that the
>system is still attempting to resolve DNS for this domain via our DNS
>server and then send the mail out via the public address. I can ping
>the name of the mail server and it seems to use the hosts entry fine,
>but the auto generated messages via iis do not do this.
>
>Please help me understand IIS/CDOSys DNS better so that I might
>understand why it is behaving this way.
IIS/SMTP will use the network DNSsettings, and I thought the hosts
first, but if you're having trouble why not add the customer's zone in
your DNS instead of hosts?
Jeff
| |
| Roopesh 2005-08-19, 2:56 am |
| To route mail to a particular host for a particular domian you can try using
smart host configuration instead of DNS. Configure the smathost pointing to
internal IP address of the destination domain's SMTP server. This has to be
done on your SMTP server
http://www.microsoft.com/technet/pr...0b39c2b2b6.mspx (Configuring Smart Hosts (IIS 6.0))
Hope this helps..
Regards
Roopesh
"googleboy" wrote:
> Hi there.
>
> I have a webserver (windows2000 running cdosys) that generates a lot of
> emails to a particular domain. This domain is of a customer that is
> directly connected and wishes me to configure the server with a hosts
> entry to point to the inside address of their mail server.
>
> I have done this, but tcpdumps on the firewall indicate that the
> system is still attempting to resolve DNS for this domain via our DNS
> server and then send the mail out via the public address. I can ping
> the name of the mail server and it seems to use the hosts entry fine,
> but the auto generated messages via iis do not do this.
>
> Please help me understand IIS/CDOSys DNS better so that I might
> understand why it is behaving this way.
>
> TIA!
>
> Googleboy
>
>
|
|
|
|
|