Re: [Exim] Feature request: intelligent throttling

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Darren Casey
Fecha:  
A: exim-users
Asunto: Re: [Exim] Feature request: intelligent throttling
> You could probably build something for yourself that played these kinds
> of games, by writing a program to maintain the information in a DBM
> file, and using ${run to update it (taking care with locking).
>
> Another way to maintain the data would be via a program that tails the
> Exim reject log file.


Using metalog (http://sourceforge.net/projects/metalog/) you can have
regex's that will scan the different logs and run scripts etc.. based on the
results

We use it for POP before SMTP and password failures etc... its very easy to
configure and just replaces syslogd

Regards
Darren