On Tue, 2009-03-24 at 11:20 -0400, B. Cook wrote: > Anyone have anything they could share from past practice?
Yep. Make sure Exim runs in "queue only" mode as a daemon, which will result in ezmlm punting the messages into Exim's queue (while Exim then does not try to deliver them straight away). Alternatively flag the domains in question as "queue_smtp_domains". Then run a queue runner periodically (how frequently is up to you) and Exim will automatically attempt to deliver as many messages as possible down the one connection. If you want to be clever about it, run the queue runner as "exim -qq" which will definitely attempt to deliver as many messages as possible down the one connection. The docs giving the detail are over there -> ;-) 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/
