>Someone trying to send us mail today has been getting it bounced back and
>reporting an error
>
>"<[EMAIL PROTECTED]>: Name service error for eeplace.com: Host found but no
>data found of requested type"

which type was that?

# dig eeplace.com mx

; <<>> DiG 8.3 <<>> eeplace.com mx
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUERY SECTION:
;;      eeplace.com, type = MX, class = IN

;; ANSWER SECTION:
eeplace.com.            12H IN MX       10 mail.eeplace.com.

;; AUTHORITY SECTION:
eeplace.com.            12H IN NS       ns1.ixmail.hkcix.com.
eeplace.com.            12H IN NS       ns2.ixmail.hkcix.com.

;; ADDITIONAL SECTION:
mail.eeplace.com.       12H IN A        202.181.203.69
ns1.ixmail.hkcix.com.   12H IN A        202.181.230.228
ns2.ixmail.hkcix.com.   12H IN A        202.181.230.229


mgw1# dig eeplace.com a

; <<>> DiG 8.3 <<>> eeplace.com a
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUERY SECTION:
;;      eeplace.com, type = A, class = IN

;; ANSWER SECTION:
eeplace.com.            12H IN A        202.181.163.146

;; AUTHORITY SECTION:
eeplace.com.            12H IN NS       ns1.ixmail.hkcix.com.
eeplace.com.            12H IN NS       ns2.ixmail.hkcix.com.


That error didn�t say what record type it couldn�t find but above, right 
now, I find all the MX and A records I need to deliver mail.

even the reverse for the MX is cool:

mgw1# dig -x  202.181.203.69

; <<>> DiG 8.3 <<>> -x
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUERY SECTION:
;;      69.203.181.202.in-addr.arpa, type = ANY, class = IN

;; ANSWER SECTION:
69.203.181.202.in-addr.arpa.  12H IN PTR  mail.eeplace.com.

;; AUTHORITY SECTION:
203.181.202.in-addr.arpa.  12H IN NS  ns1.hkcix.com.
203.181.202.in-addr.arpa.  12H IN NS  ns2.hkcix.com.

and eeplace.com domain checks out clean with DNS Expert

>Is this a problem with our server or theres??

Your DNS for eeplace is very good.  I expect they�re screwed either in that 
their DNS is broken when querying yours, or their mail server is screwed.

Have them try to send again, sometimes errors are intermittant.

Finally, turn on query logging in BIND and see what their NS is looking 
for, although beware of negative caching value. yours is too long at 12H:

mgw1# dig mail.eeplace.com soa

; <<>> DiG 8.3 <<>> mail.eeplace.com soa
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;      mail.eeplace.com, type = SOA, class = IN

;; AUTHORITY SECTION:
eeplace.com.            12H IN SOA      ns1.ixmail.hkcix.com. 
dleung.ixmail.hkcix.com. (
                                         2830252842      ; serial
                                         5M              ; refresh
                                         1M              ; retry
                                         2W              ; expiry
                                         12H )           ; minimum

Note that the last field in SOA is now "negative TTL" as interpreted by 
latest versions of BIND8 and BIND9.  IIRC, it defaults to a max of 3H.

Len


http://MenAndMice.com/DNS-training
http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K
http://IMGate.MEIway.com  : Build free, hi-perf, anti-abuse mail gateways


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to