<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="Calibri">I am having difficulty configuring reverse
        DNS.  This has been a problem for over a year between my
        server(s) and my ISP, AT&T.  Specifically, I cannot  eMail
        to any recipient that requires rDNS verification, e.g.,
        SBCglobal.net, Comcast.net, or AOL.  Very frustrating.<br>
        <br>
        Two examples of dig:<br>
        <br>
        # dig -t mx alpha.archaxis.net<br>
        ANSWER: 0, AUTHORITY: 1, <br>
        <br>
        Why does this first example, digging the FQDN of
        alpha.archaxis.net reports one authority but no answers?<br>
        <br>
        # dig -t mx archaxis.net<br>
        ANSWER: 2, AUTHORITY: 0, <br>
        <br>
        . . .yet this second example. digging the FQDN of archaxis.net
        reports no authority but 2 answers?<br>
        <br>
        (The) ;; ANSWER SECTION: (of both examples) reports: <br>
        archaxis.net.           10800   IN      MX      30
        bravo.archaxis.net.<br>
        archaxis.net.           10800   IN      MX      20
        alpha.archaxis.net.<br>
        <br>
        In both cases, the reported server is an AT&T server ;;
        SERVER: 68.94.157.9#53<br>
        . . .why shouldn’t this “point” to my server, 162.202.233.81 and
        not AT&T’s?<br>
        <br>
        I have coded my BIND 9 in-addr.arpa zone file as follows:<br>
        <br>
      </font><font face="Calibri">$ORIGIN   233.202.162.in-addr.arpa.</font><br>
      <font face="Calibri">$TTL 3h</font><br>
      <font face="Calibri">@       IN   SOA      ns1.archaxis.net. 
        me.archaxis.net. (</font><br>
      <font face="Calibri">                          2017012002    ;
        Serial</font><br>
      <font face="Calibri">                                1h      ;
        Refresh</font><br>
      <font face="Calibri">                                1h      ;
        Retry</font><br>
      <font face="Calibri">                                1h      ;
        Expire</font><br>
      <font face="Calibri">                                1h )    ;
        Negative cashing TTL</font><br>
      <br>
      <font face="Calibri">                3600    IN   NS  
        ns1.archaxis.net.</font><br>
      <font face="Calibri">                3600    IN   NS  
        ns2.archaxis.net.</font><br>
      <br>
      <font face="Calibri">80              3600    IN   PTR 
        network.archaxis.net.</font><br>
      <font face="Calibri">81              3600    IN   PTR 
        alpha.archaxis.net.</font><br>
      <font face="Calibri">82              3600    IN   PTR 
        bravo.archaxis.net.</font><br>
      <font face="Calibri">87              3600    IN   PTR 
        broadcast.archaxis.net.</font><br>
      <br>
      <font face="Calibri">What is wrong?  Is this my problem, or with
        AT&T?<br>
      </font><br>
    </p>
  </body>
</html>