[exim] Logging to a database

Top Page
Delete this message
Reply to this message
Author: Christian G. Warden
Date:  
To: exim-users
Subject: [exim] Logging to a database
I've written a script to parse Exim's mainlog and store log data in a
MySQL database. The main goal was to make it easier to organize log
data from multiple MTAs, so I'm hoping that others in a similar
situation will find it useful. This is the first public release so I
would appreciate any feedback.

It's written in PHP, but much of the log parsing is originally based on
eximstats.

If you're interested in checking it out, it's available at:
http://www.postica.com/software/exidblog/

Christian