On 9/15/2011 11:27 AM, Mickael B wrote:
> About this seting,
> 
>> yahoo_connection_cache_reuse_limit = 15s
>> yahoo_connection_reuse_time_limit = 20s
>> yahoo_connection_cache_time_limit = 1s
> 
> I suppose it's compatible with transport map in transport.db
> 
> Maybe I can put in master.cf
> 
> yahoo       unix  -       -       n       -       1       smtp -o
> smtp_connection_cache_reuse_limit=15s -o
> smtp_connection_reuse_time_limit=20s smtp_connection_cache_time_limit=1s

That's more likely to have an effect, but it still won't do what
you're asking.  Note that postfix connection reuse is time-based,
not message count based.  There's no way to explicitly limit to 20
messages per connection.  You're probably better off leaving these
at their defaults.

And you still have a process limit of 1 in that line.  You'll need
to raise it if you want concurrency higher than 1.


  -- Noel Jones

Reply via email to