Mark Foster [1/30/2004 4:11 AM] :
> Jan 29 14:30:40.340 queries: info: client 127.0.0.1#3427: query: localhost IN AAAA
> Anyone know why this IPV6 lookup happens and or how It can be suppressed?
> Thanks.
If your kernel has ipv6 capablity and exim, and your resolver are
compiled with v6 support ... and even more so if you have ::1 as an
alias for localhost in /etc/hosts ...
Philip sent me this some months back - I have it in my rbl lookups
section in exim4 to avoid trying rbl lookups for v6 hosts.
condition = ${if
match{${mask:$sender_host_address/0}}{${mask:::0/0}}{no}{yes}}
--
linux@??? (Suresh Ramasubramanian)
jaharkes@ravel:/usr/src$ mv linux Gnu/Linux
mv: cannot move `linux' to `Gnu/Linux': No such file or directory
jaharkes @ cs.cmu.edu in reply to RMS on linux.kernel