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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Graeme Fowler
日付:  
To: exim-users
題目: 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