> 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.
I tried this, but it seems to have a slightly different result. It does only make one connection to the smarthost, but once it has sent that message it skips all remaining messages in the queue because the single allowed smarthost connection is in use. (Perhaps because it was doing it in parallel.) This means that only one message is sent each time the queue runs, so for 1000 messages the queue will need to be run through 1000 times! Even if it was changed so that no parallel deliveries were permitted, it looks like it will still disconnect from the smarthost after each message. Thanks for the suggestion though! Cheers, Adam. -- ## 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/
