Re: [exim] Issue with large mail queue

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim-users
Subject: Re: [exim] Issue with large mail queue
On Wed, 2009-11-25 at 16:31 -0200, Fernando Morgenstern wrote:
> Do you have any recommendations of what should i check or what can i
> change to improve exim performance and make it use all available
> resources?


Simply run multiple queue runners from the command line:

exim -q &

By default, Exim only spins off a single queue runner per queue run
period, so an alternative is to reconfigure your system to run the queue
(say) every minute. That way you'll probably end up with a ridiculous
number of queue runners at the same time, but they'll process the queue
fairly efficiently.

Also, if you haven't already, run Exim with a split queue. It makes
directory parsing much quicker. See the docs for the option on how to do
that.

Graeme