nanog mailing list archives
Re: incoming smtp from v6 addresses
From: James Cloos <cloos () jhcloos com>
Date: Wed, 04 Jan 2012 21:23:20 -0500
"RB" == Randy Bush <randy () psg com> writes:
7.8% is over ipv6 transport but only 2% of outgoing deliveries are over ipv6.
This is incoming only, mostly mailing lists (including a few *busy* ones):
:; zgrep -Ec 'client=[^[]+\[[^]]+:' /var/log/mail.info* |awk -F: '{i+=$NF} END {print i}'
33966
:; zgrep -Ec 'client=[^[]+\[[0-9]+\.' /var/log/mail.info* |awk -F: '{i+=$NF} END {print i}'
176978
so 19.19% ipv6.
That is somewhat biased by the fact that debian and, IIRC, gnome lists
are sent from ipv6-capable hosts and their bugs lists are among the
busiest lists.
For outgoing, s/client/relay/ which results in about 4.75% ipv6.
-JimC
--
James Cloos <cloos () jhcloos com> OpenPGP: 1024D/ED7DAEA6
grep --color=yes -Ec 'client=[^[]+\[[^]]+:' /var/log/mail.info
Current thread:
- incoming smtp from v6 addresses Randy Bush (Jan 04)
- Re: incoming smtp from v6 addresses Phil Regnauld (Jan 04)
- Re: incoming smtp from v6 addresses Randy Bush (Jan 04)
- Re: incoming smtp from v6 addresses Jared Mauch (Jan 04)
- Re: incoming smtp from v6 addresses Leo Bicknell (Jan 04)
- Re: incoming smtp from v6 addresses Suresh Ramasubramanian (Jan 04)
- Re: incoming smtp from v6 addresses James Cloos (Jan 04)
- Re: incoming smtp from v6 addresses Christopher Morrow (Jan 04)
- Re: incoming smtp from v6 addresses Randy Bush (Jan 04)
- Re: incoming smtp from v6 addresses Phil Regnauld (Jan 04)
- Re: incoming smtp from v6 addresses Sebastian Spies (Jan 04)
- Re: incoming smtp from v6 addresses Phil Regnauld (Jan 04)
- Re: incoming smtp from v6 addresses Simon Perreault (Jan 04)
- Re: incoming smtp from v6 addresses Mike Tancsa (Jan 04)
- Re: incoming smtp from v6 addresses Dave Israel (Jan 04)
- Re: incoming smtp from v6 addresses Bernhard Schmidt (Jan 06)
