[afnog] Support Please - MCA-T Domain

Stephane Bortzmeyer bortzmeyer at nic.fr
Fri Feb 13 16:09:53 UTC 2009


On Fri, Feb 13, 2009 at 01:36:57PM +0300,
 Frank Habicht <geier at geier.ne.tz> wrote 
 a message of 11 lines which said:

> dig -x <src-ip-of-outgoing-mail>
>
> dig <result-of-above-dig>

dig, by default, only queries A records. You should also test:

dig AAAA <result-of-above-dig>

Also, all these commands may return several results so you may need a
loop (pseudo-code, untested):

for name in $(dig +short -x $OUTGOING_EMAIL); do
   dig A $name
   dig AAAA $name
   check-results
done



More information about the afnog mailing list