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

Top Page
Delete this message
Reply to this message
Author: Lena
Date:  
To: exim-users
Subject: 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.