From: mouss (no email)
Date: Fri Feb 02 2007 - 15:50:39 EST
Rocco Scappatura wrote:
>
> I have tried it.. Very nice and detailed.. but I would like to have a
> report of all the IP that succesfully have established an SMTP
> connection.. It's possible to have a such report with this logwatch?
>
>
grep "postfix/smtpd.*: connect from" /var/log/maillog | sed 's/.*connect
from//' | sort|uniq
|
|
|