Re: [Exim] Feature request: intelligent throttling

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Darren Casey
Data:  
Para: exim-users
Assunto: 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