I already read this but the cache connection are in time and I prefer to use
the cache connection per message
If I do that :
smtp_connection_cache_on_demand = yes
smtp_connection_cache_destinations = hotmail.com
And I want to limit to hotmail destination to send per open connection over
10 messages.
Then close the connection
Because I need also to setup the rate delay to limit the number of
connection per time unit for exemple limit the number of connection per
hours

Mick



-----Message d'origine-----
De : owner-postfix-us...@postfix.org
[mailto:owner-postfix-us...@postfix.org] De la part de lst_ho...@kwsoft.de
Envoyé : mardi 18 octobre 2011 17:08
À : postfix-users@postfix.org
Objet : Re: Message sent per open connection

Zitat von Mickael B <m...@brainw1.net>:

> Hi,
>
>
>
> I try to change the source code of postfix to allow postfix to send more
> than one message per open connection.
>
> I want to create a new value like message_per_open_connect=
>
> I use the rate delay >0 that for the concurrency limit at 1.
>
> I also try to change this setting in source code and change the
concurrency
> force at 1 when rate delay >0.
>
> I want to create a transport map and define the a specifique concurrency
> with rate delay >0
>
>
>
> For exemple :
>
>
>
> Rate delay at 6s
>
> Concurrency limit at 3
>
>
>
> Has anyone ever tried to change the source code as well?

Maybe you are missing this one:

http://www.postfix.org/CONNECTION_CACHE_README.html

Regards

Andreas

Reply via email to