Re: [Exim] logging into mysql database

Pàgina inicial
Delete this message
Reply to this message
Autor: Christoph Kliemt
Data:  
A: exim-users
Assumpte: Re: [Exim] logging into mysql database
Markus Eckerl <me@???> writes:

> Hallo, we are using exim since several years. Now all logging
> information should go into a mysql databae. Has anybody done something
> like this? Off course we will need some help for doing this.


Not all logging, but some...

warn message = X-first-contact
     condition = ${lookup pgsql{ select contact_log( '$sender_helo_name', '$sender_host_address'::inet ) }}


contact_log is a stored procedure that does some logging, too. But to do
something like this with mysql is a bad idea.

\\// christoph