On Thu, 18 Apr 2002, Randy Bush wrote:
> >> wish i could, but i am no longer v6 connected.
> > I want(ed) to see what exim would return as the lookup for these
> > hosts. -d11 -bt should, IIRC, still work without the need of having
> > IPv6 connectivity.
>
> looks like ph10's guess was correct, the A is being returned before the
> AAAA. i suspect my v6 friends would ask that AAAA be preferred even if
> it is not first.
> roam.psg.com:/usr/src# exim -d 11 -bt itojun@???
^^^^^^^
Randy,
Did you notice that you mistyped the command?
It should be:
exim -d11 -bt itojun@???
Otherwise, it appears you get this:
> Recipients:
> 11
> -bt
<snip>
> Delivery address list:
> 11@???
> -bt@???
> itojun@???
etc.
[As a sidenote, that doesn't appear to happen with 3.35:
pts/0 juha@vimfuego:/$ /usr/sbin/exim -d11 -bt itojun@???
Exim version 3.35 debug level 11 uid=500 gid=0
Berkeley DB: Sleepycat Software: DB 2.4.14: (6/2/98)
itojun@???
deliver to itojun@???
router = lookuphost, transport = remote_smtp
host sh1.iijlab.net [202.232.15.98] MX=10
pts/0 juha@vimfuego:/$ /usr/sbin/exim -d 11 -bt itojun@???
Exim version 3.35 debug level 11 uid=500 gid=0
Berkeley DB: Sleepycat Software: DB 2.4.14: (6/2/98)
itojun@???
deliver to itojun@???
router = lookuphost, transport = remote_smtp
host sh1.iijlab.net [202.232.15.98] MX=10
]
--
Juha Saarinen