Re: [exim] FAST QUEUE DELIVERY!!

Top Page
Delete this message
Reply to this message
Author: Tom Kistner
Date:  
To: ppp2005
CC: exim-users
Subject: Re: [exim] FAST QUEUE DELIVERY!!
ppp2005@??? wrote:

> Every Thursday and Friday we send a mailing to our customers (9000 users).
> To not load much the server we use the QUEUE_ONLY option, but messages late hours and hours to be delivered, is very slow.
>
> Are there any way to sent them all faster like postfix do?


Spawn a bunch of queue runners from your mailing script after the
messages have been queued up (exim -q &). 10-20 should be ok.

Alternatively, reduce the daemon's queue runner interval to like -q1m
and set queue_run_max to 20. Then you'll have 20 runners pumping
messages after 20 minutes.

/tom