Re: [exim] 45.10 Outgoing batched SMTP (4.69)

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim-users
Subject: Re: [exim] 45.10 Outgoing batched SMTP (4.69)
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