nanog mailing list archives
Re: incoming smtp from v6 addresses
From: Christopher Morrow <morrowc.lists () gmail com>
Date: Wed, 4 Jan 2012 22:45:18 -0500
On Wed, Jan 4, 2012 at 5:26 AM, Randy Bush <randy () psg com> wrote:
hold your nose zgrep '<=.*\[....:' /var/spool/exim/log/main* | wc zgrep '<=' /var/spool/exim/log/main* | wc and the ever failthful bc :)
err... one of 4 MX's for home email... (I'll catch the others later on)
v6 inbound: $ egrep '\[2...:' /tmp/today.from |wc -l
244
v4 inbound: $ egrep -v '\[2...:' /tmp/today.from |wc -l
135591
percent v4:
135591/(244+135591) * 100
99.82
v6 outbound: $ egrep '\[2...:' /tmp/today.to |wc -l
198
v4 outbound: $ egrep -v '\[2...:' /tmp/today.to |wc -l
196
a note about the OUT numbers... I was apparently
bouncing/connection-refusing to a relay over v6 :( so.... 2 REAL
connections out, 196 failures, w00t! (this mailserver does little
'out' email apparently)
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)
