From: Rob Chanter (no email)
Date: Mon Feb 05 2007 - 00:52:29 EST
On Fri, Feb 02, 2007 at 09:50:39PM +0100, mouss wrote:
>
> grep "postfix/smtpd.*: connect from" /var/log/maillog | sed 's/.*connect
> from//' | sort|uniq
A slight variation: ... | sort | uniq -c | sort -n
and here, at least 75% of distinct connecting hosts only connect once in any
given day.
cheers
rob
|
|
|