AA record missing = mails rejected

Quadri, Jay Jay.Quadri at gmk.cwplc.com
Sun Nov 19 01:03:51 UTC 2000


 
I have a  problem, an ISP (demon) will not receive mails from my mail relay
because apparently, my AA record flag is not set in my name server.  

When ever I query any of my host  using dig,  my name server header shows
this:
 dig @neptune.cwplc.com. www.cwplc.com <http://www.cwplc.com> .
 
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUERY SECTION:
;;      www.cwplc.com <http://www.cwplc.com> , type = A, class = IN

 
 
 
AS you can see the flags reads: flags: qr rd ra; 
It should be:   flags: qr aa rd ra;    
 
I have re-checked my zone files and I can't see anything wrong with it,
Could you please help?
 
my logs doesn't show anything nasty.  
 
 
#named.conf  file:
options {
# This is a /etc/named.conf to manage the cwplc.com domain
        directory "/var/named";
check-names     master  fail;
check-names     slave   warn;
check-names     response ignore;
recursion yes;
fetch-glue yes;
query-source    address * port  53 ;
};
zone "." {
        type hint;
        file "named.root";
};
zone "0.0.127.in-addr.arpa"  {
        type master;
        file "db.127.0.0";
}; 
zone "cwplc.com" in {
        type master;
        file "db.cwplc.com";
};
zone "11.44.195.in-addr.arpa"   {
        type master;
        file "db.195.44.11";
};
----------------------------------------------------
 
db.cwplc.com  db file
 
.       IN      SOA     neptune.cwplc.com. davem.cwplc.com. (
                        20000922123     ; Serial YYYYMMDDXX
                        10800           ; Refresh after 3 hours
                        3600            ; Retry after 1 hour
                        604800          ; Expire after 7 days
                        43200 )         ; TimeToLive 12 hours(43200)
;
; Name Servers
;
cwplc.com.      IN NS   neptune.cwplc.com.
cwplc.com.      IN NS   orion.cwplc.com.

 
www.cwplc.com <http://www.cwplc.com> .                  IN A    206.142.4.70

cwplc.com.              MX       100 xpoldn.cwplc.com.
cwplc.com.              MX       200 relay.cwplc.com.
cwplc.com.              MX       300 mx.cwplc.com.    
 
----------------------------------------------------
 
11.44.195.in-addr.arpa.         IN SOA  neptune.cwplc.com.
davem.xpoldn.cwplc.co
m. (
                        2000073107  ;serial
                        10800   ;refresh 3 hours
                        3600    ;retry after 1 hour
                        604800  ;expire after week
                        86400 ) ;ttl of 1 day
;
;  Name Servers
;
11.44.195.in-addr.arpa. IN NS   neptune.cwplc.com.
11.44.195.in-addr.arpa. IN NS   orion.cwplc.com.
;
; Addresses for canonical names
;
70.11.44.195.in-addr.arpa.      IN PTR  www.cwplc.com <http://www.cwplc.com>
.  

                                                               
---------------------------------------------------------
0.0.127.in-addr.arpa.   IN SOA  neptune.cwplc.com. davem.xpoldn.cwplc.com. (
                        200011181       ;serial
                        10800   ;refresh 3 hours
                        3600    ;retry 1 hour
                        604800  ;expire 1 week
                        86400)  ;min ttl 1 day
0.0.127.in-addr.arpa.   IN NS   neptune.cwplc.com.
1.0.0.127.in-addr.arpa. IN PTR  localhost.    
------------------------------------------------------------
 
Thanks in advance.
 
Cheers
Jay Quadri
 
 
 
 
 
 
 
 


-- Binary/unsupported file stripped by Listar --
-- Type: image/gif
-- File: Chess.gif




More information about the bind-users mailing list