"Ace Fekay [MVP]"
In
Lot's of assumptions here I'm sorry to say, on my part and your part.
sorry i couldnt be clearer...lol ive read and looked at so many things
latley my brain is fried....
If dcdiag says AD is fine and error free, then it more likely is. It seems
you have a configuration problem elsewhere causing mail not to flow.
i figured as much
The nslookup "problem" you may be speaking of is probably something like it
saying (and I;m guessing here with the LIMITED info you provided) that it
can't find server name or domain name or along those lines. This is a
message saying that it cannot find YOUR DNS server name in YOUR reverse
zone. If you don;t have one, create a reverse zone for your internal private
subnet and make sure a PTR entry exists for your DNS server.
i have a pointer record, and its also has a name server record
If nslookup is working when you select to use an external server, then I am
assuming that ISA is allowing DNS query traffic to your internal subnet,
that is if you are testing nslookup using an external server from a machine
on the internal private subnet, unless of course you are testing it from the
ISA server.
correct i can use nslookup from any machine and the reverse query's work
when i tell it to use the same forwarder ip's
To test if the forwarders are working, why not just select to use the
forwarders with nslookup to see if they answer queries. If they do, then
there;s nothing wrong with the forwarders.
Maybe the issue is with your ISA config. It sounds like the mail server is
not properly published. Maybe it's also an ISA rule to allow DNS traffic, or
a combo of both. We'll need much more specific info about ISA and how it's
configured, it's role (Secure NAT or just web caching, etc). This maybe more
suitable for the ISA newsgroup, depending on your respones.
securenat
i though of that too, but if i use telnet to port 25 on an external smtp
server (ex mx4.hotmail.com) it talks,
i cant send an email, but i expect that because i am trying to use it from
the outside. the point is that i can connect
and go through the motions of an email test. if i use the internal smtp
server i get a unable to relay error when i try to set the rcpt to: account
Sorry, I just had to go over all the possibilities and factors affecting a
possible diagnosis.
no again, sorry i couldnt have been clearer
when i use smtpdiag with the internal dns it gives an error
THE DNS SERVER (IP ADDRESS) DID NOT RETURN A VALID SOA RECORD
but if i use smtpdiag with the -d external dns server ip it still fails the
internal one when it checks, but the external one passes.
i only figured it had something to do with dns because i cant resolve
external ips even with forwarders set up
this is what i get from dnsdiag with internal dns servers
C:\WINNT\system32\inetsrv>dnsdiag
www.hotmail.com -s 192.168.48.16
Created Async Query:
--------------------
QNAME =
www.hotmail.com
Type = MX (0xf)
Flags = UDP default, TCP on truncation (0x0)
Protocol = UDP
DNS Servers: (DNS cache will not be used)
192.168.48.16
Connected to DNS 192.168.48.16 over UDP/IP.
Received DNS Response:
----------------------
Error: 9002
Description: Not available.
Querying via DNSAPI:
--------------------
QNAME =
www.hotmail.com
Type = A (0x1)
Flags = DNS_QUERY_TREAT_AS_FQDN, (0x1000)
Protocol = Default UDP, TCP on truncation
Servers: (DNS cache will not be used)
192.168.48.16
Received DNS Response:
----------------------
Error: 1460
Description: Not available.
Cannot resolve using DNS only, calling gethostbyname as last resort.
This will query
- Global DNS servers.
- DNS cache.
- WINS/NetBIOS.
- .hosts file.
Target hostnames and IP addresses
---------------------------------
HostName: "
www.hotmail.com"
206.24.192.250
this is what i get with external servers set up
C:\WINNT\system32\inetsrv>dnsdiag
www.hotmail.com -s 198.164.30.2
Created Async Query:
--------------------
QNAME =
www.hotmail.com
Type = MX (0xf)
Flags = UDP default, TCP on truncation (0x0)
Protocol = UDP
DNS Servers: (DNS cache will not be used)
198.164.30.2
Connected to DNS 198.164.30.2 over UDP/IP.
Received DNS Response:
----------------------
Error: 0
Description: Success
These records were received:
www.hotmail.com CNAME
www.hotmail.com.nsatc.net
www.hotmail.com.nsatc.net CNAME
www.hotmail.aate.nsatc.net
nsatc.net SOA (SOA records are not used by us)
Processing MX/A records in reply.
Sorting MX records by priority.
Querying via DNSAPI:
--------------------
QNAME =
www.hotmail.com
Type = A (0x1)
Flags = DNS_QUERY_TREAT_AS_FQDN, (0x1000)
Protocol = Default UDP, TCP on truncation
Servers: (DNS cache will not be used)
198.164.30.2
Received DNS Response:
----------------------
Error: 0
Description: Success
These records were received:
www.hotmail.com CNAME
www.hotmail.com.nsatc.net
www.hotmail.com.nsatc.net CNAME
www.hotmail.aate.nsatc.net
www.hotmail.aate.nsatc.net A 66.35.214.30
nsatc.net (Record type = 2) Unknown record type
nsatc.net (Record type = 2) Unknown record type
nsatc.net (Record type = 2) Unknown record type
nsatc.net (Record type = 2) Unknown record type
nsatc.net (Record type = 2) Unknown record type
l.ns.nsatc.net A 216.206.179.6
c.ns.nsatc.net A 64.240.90.167
a.ns.nsatc.net A 206.25.8.69
us-ny-3.ns.nsatc.net A 64.152.2.44
us-wa-4.ns.nsatc.net A 208.172.91.5
Processing CNAME:
www.hotmail.com CNAME
www.hotmail.com.nsatc.net
Processing CNAME:
www.hotmail.com.nsatc.net CNAME
www.hotmail.aate.nsatc.net
www.hotmail.com.nsatc.net is an alias for
www.hotmail.com.nsatc.net
www.hotmail.com is an alias for
www.hotmail.com
1 A record(s) found for
www.hotmail.aate.nsatc.net
Target hostnames and IP addresses
---------------------------------
HostName: "
www.hotmail.com"
66.35.214.30
both of these were done from the dns server.
i can give you the messages from the smtpdiag tool too if you want
man thanks alot for looking, i am behind the 8 ball here
undr