Re: [Exim] logging into mysql database

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Christoph Kliemt
Fecha:  
A: exim-users
Asunto: 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