[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem z eximem



On Mon, Dec 08, 2008 at 10:56:11PM +0100, tower wrote:
> W jaki sposób zdiagnozowac co sie dzieje i w miare szybko zapobiec 
> pojawieniu sie na blacklistach?

exiwhat
awk '$4 ~ /[-=]>/ {print $5}' /var/log/exim4/mainlog |sort |uniq -c|sort -n # adresaci
awk '$4 ~ /<=/    {print $5}' /var/log/exim4/mainlog |sort |uniq -c|sort -n # nadawcy

-- 
Marcin Owsiany <porridge@debian.org>             http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


Reply to: