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 -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
