Re: [exim] How do you get multiple messages sent via the sam…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Lena
日付:  
To: exim-users
題目: Re: [exim] How do you get multiple messages sent via the same smarthost SMTP connection?
> From: Adam Nielsen

> Exim seems to make
> a separate SMTP connection to the smarthost for each message.


> From reading the docs it seems that Exim is supposed to reuse SMTP
> connections, but for some reason this isn't happening for me.


I'm not sure, but you can try:

begin transports
remote_smtp:
driver = smtp
serialize_hosts = *

This solution is better (if it works) because messages will not wait for
next queue run.