[148131] in North American Network Operators' Group
Re: incoming smtp from v6 addresses
daemon@ATHENA.MIT.EDU (Randy Bush)
Wed Jan 4 05:27:50 2012
Date: Wed, 04 Jan 2012 19:26:59 +0900
From: Randy Bush <randy@psg.com>
To: Phil Regnauld <regnauld@nsrc.org>
In-Reply-To: <20120104101556.GA8280@macbook.bluepipe.net>
Cc: North American Network Operators' Group <nanog@nanog.org>
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
>> 7.8% is over ipv6 transport
>> but only 2% of outgoing deliveries are over ipv6.
> What's your primary configuration ? Hub, end user system ?
the main smtp receiver and sender for maybe 100 users and a few
dozen mailing list of small to lower middle class size.
> Care to share the methodology ? I can run some stats, but want
> to be sure we're comparing the same thing :)
hold your nose
zgrep '<=.*\[....:' /var/spool/exim/log/main* | wc
zgrep '<=' /var/spool/exim/log/main* | wc
and the ever failthful bc :)
randy