Hello, 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”. Do you know how to send messages in one connection?
My configuration: queue_only = true queue_run_max = 50 remote_max_parallel = 14 smtp_accept_queue_per_connection = 11 smtp_accept_max_per_connection = 12 smtp_connect_backlog = 50 smtp_accept_max = 500 deliver_queue_load_max = 10 Thanks for your advice, Ivan -- ## 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/
