On Wed, 23 Oct 2002, Nico Erfurth wrote:
> You should either run exim as queue-run-daemon (exim -q5m) or after you
> enqueued everything, run exim once like this exim -q to send out the
~~~~
> mails, run exim -q (via a cronjob or as daemon), until all mails are sent
> out.
'periodically' has been working much better for me. i'm having
very aggressive timeouts configured, and an running
exim -bpru | exiqsumm | sed '1,4d;$d;s/^.*\ \(.[^\ ]*$\)/\1/' | \
xargs -P 10 -n 1 exim -v -qqR
periodically from cron. it's blazing fast.
--
(void)