Re: [Exim] exim -qff, unreachable MX hosts and retry behavio…

Top Page
Delete this message
Reply to this message
Author: Tamas TEVESZ
Date:  
To: Marc Haber
CC: exim-users
Subject: Re: [Exim] exim -qff, unreachable MX hosts and retry behavior
On Mon, 28 Apr 2003, Marc Haber wrote:

> Or am I probably better off by trying exim -Rff for each domain that I
> have messages waiting in the queue?


probably. i'm using it like:

exim -bpru | exiqsumm | sed '1,4d;$d;s/^.*\ \(.[^\ ]*$\)/\1/' | \
xargs -P 10 -n 1 exim -v -qqR

(hi micmac :)

and it cleans the queue blazing fast. if you combine this with an
alternative conffile where you set things like *_timeout aggressively,
it can be even faster.

i'm not saying it doesn't put a certain kind of load on the system,
but it goes away fast anyway.

--
[-]
... and the rest is silence.