Re: [exim] handling Yahoo

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: John W. Baxter
Data:  
Para: exim-users
Assunto: Re: [exim] handling Yahoo
On 11/6/06 1:54 AM, "Philip Hazel" <ph10@???> wrote:

> Exim will be quite happy with the command
>
> exim -q15m -Rff yahoo.com
>
> It will start a daemon that starts a queue run with that -Rff option
> every 15 minutes. That's all it will do. Of course, this is no different
> from using cron to do the same thing.


Hmmm. It seems to me that (aside from the already discussed small issue
that it doesn't start a queue run with -Rff every 15 minutes), what actually
happens isn't equivalent to doing the appropriate thing from cron because in
the cron case I *think* that limits on the number of active queue runners
running at one time can't be enforced.

--John