Len,
    Thank you very much for your help. Your input is very helpful. I will contact my ISP for the solution. I had follow your advice to check on the spool directory and the only problem is that the smtp received the mail but could not deliver to the user (user not found error). I had check the spelling of the user and every thing seems to be ok.
    Yesterday, after we change a new IP and it seem to work. According to the ISP once the TELCO came in to repair(or change?) the wiring, we had to use a new IP instead of the old one.
 
    Thank you again.
----- Original Message -----
From: Len Conrad
Sent: Friday, June 09, 2000 10:37 PM
Subject: Re: [IMail Forum] DNS help

   I had a problem right now that the Imail server will not deliver mail sometime but on another time it is ok. This happened after the DSL modem crash and TELCO send someone here to repaired.

    Can someone take a lot at this DNS setting and tell me it is ok, you help is mush appreciated.



06/09/00 13:32:20 dig meritekusa.com @ 208.145.136.10

Dig [EMAIL PROTECTED] (208.138.153.10) ...

That looks ok, Gary, except, as is often the case, your delegation is screwed up.  See DNS Expert report sent privately.

The root have your ns as:

 dig @f.root-servers.net meritekusa.com ns

; <<>> DiG 8.2 <<>> @f.root-servers.net meritekusa.com ns
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6
;; flags: qr rd; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
;; QUERY SECTION:
;;      meritekusa.com, type = NS, class = IN

;; ANSWER SECTION:
meritekusa.com.         2D IN NS        NS.GUS.NET.
meritekusa.com.         2D IN NS        NS1.GUS.NET.

but you've added more ns's in your zone file:

 dig @ns.gus.net meritekusa.com ns

; <<>> DiG 8.2 <<>> @ns.gus.net meritekusa.com ns
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 3
;; QUERY SECTION:
;;      meritekusa.com, type = NS, class = IN

;; ANSWER SECTION:
meritekusa.com.         1D IN NS        ns.gus.net.
meritekusa.com.         1D IN NS        ns1.gus.net.
meritekusa.com.         1D IN NS        ns2.gus.net.
meritekusa.com.         1D IN NS        ns3.gus.net.

You're SOA record is bad:


# dig @ns.gus.net meritekusa.com soa

; <<>> DiG 8.2 <<>> @ns.gus.net meritekusa.com soa
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 3
;; QUERY SECTION:
;;      meritekusa.com, type = SOA, class = IN

;; ANSWER SECTION:
meritekusa.com.         1D IN SOA       meritekusa.com. hostmaster.gus.net. (
                                        8               ; serial
                                        3H              ; refresh
                                        1H              ; retry
                                        1W              ; expiry
                                        1D )            ; minimum


It lists meritekusa.com as the authoritative NS but meritekusa.com is not even a NS. ez to fix.

gus.net is auth for the reverse, and .216 is defined, more or less:

http://www.samspade.org/t/dnl.cgi?a=208.138.153.216

but all of the is just smoke, we need to see your imail\spool\sysMMDD.txt log file to see why you're having pb's.

Len

Reply via email to