[exim] Logging to a database

Etusivu
Poista viesti
Vastaa
Lähettäjä: Christian G. Warden
Päiväys:  
Vastaanottaja: exim-users
Aihe: [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