> 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. -- ## 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/
