Re: [exim] More messages then ?smtp_accept_queue_per_connect…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Lena
Data:  
Para: exim-users
Tópicos Antigos: [exim] More messages then “smtp_accept_queue_per_connection” in one connection
Assunto: Re: [exim] More messages then ?smtp_accept_queue_per_connection? in one connection
> 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".