> From: Ivan Kr?l > I want to send many messages to one domain, so I have ?queue_only?. > When is queue filled, I execute exim ?q. In this case exim send only > one message per connection. On other hand, when I use exim ?qq, exim > send too many messages in one connection regardless I have set > ?smtp_accept_queue_per_connection?.
In the transport: driver = smtp serialize_hosts = * connection_max_messages = 5 Then you needn't "queue_only". -- ## List details at https://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/
