Re: [Exim] How to invoke queue runners the right way

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: exim-users
Assumpte: Re: [Exim] How to invoke queue runners the right way
Marc Haber wrote:

>>Exim doesn't die. :-)
>
> If the hardware is OK, and the system doesn't kill random processes
> from memory overcomittment.


I think exim would be your least problem in this case.

> So you would actually advise to only have queue runners started from
> cron in a situation where an exim process starting regular queue
> runners isn't desireable, and you would advise to have an exim -q30m
> running even if the exim listening on port 25 it configured to start
> from inetd?


At least it helps to keep everything under control, The queue-runner
daemon will never start more then queue_runner_max processes, starting
the queuerunner from cron can lead to problems with LARGE and slowly
delvering queues, just think about a broken connection, which drops 50%
of your packets. What if cron starts a queuerunner every 10 minutes in
this case?

Nico