OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: improved logging and special loganalyzer

From: mouss (mlist.onlyfree.fr)
Date: Thu Feb 01 2007 - 15:38:18 CST


peter pilsl wrote:
>
> I need a loganalyzer which helps me to find certain mails where the
> users claims that they are lost. I looked at various postfix
> loganalyzer that collect statistical data but I need something where I
> feed a postfix log in and get a list of all mails with DATE, FROM, TO,
> STATUS.
> I'm just writing something in perl, but I'm sure there is already
> somethings out there.
>
> Second it would be very handy to get a list that also includes the
> Subjects, so looking for certain emails would be much more easier.

bcc to $recipientcopy.$domain and deliver this to an sql db. then use
whatever tool to access the db (SQLyog, pgadmin, phpłyadmin, ...).

>
> Earlier I used sendmail with a homemade perl-mailer where it was easy
> to implement such a function. But now I use postfix/cyrus and dont
> know where to create such a list in this chain. (I'm quite a
> postfix-newbie)
>
> thnx,
> peter
>
>