Re: limit messages per connection

2010-05-28 Thread Wietse Venema
m listus: > So I need to tell postfix to send at most 20 messages per connection, > and reconnect again. Wietse: > See http://www.postfix.org/CONNECTION_CACHE_README.html m listus: >So I guess the default behavior does fill my needs (10 < max=20). >smtp_connection_cache_reuse_limit (default: 10)

Re: limit messages per connection

2010-05-28 Thread m listus
Hello Wietse, So I guess the default behavior does fill my needs (10 < max=20). smtp_connection_cache_reuse_limit (default: 10) Thank you! Regards, mlistus --- On Sat, 5/29/10, Wietse Venema wrote: > From: Wietse Venema > Subject: Re: limit messages per connection > To: &quo

Re: limit messages per connection

2010-05-28 Thread Wietse Venema
m listus: > Hello everyone, > > I'm having a problem with postfix smtp delivery. > One of our destination sites has its servers stopping receiving messages when > they reach 20, and that is per connection. > > So I need to tell postfix to send at most 20 messages per connection, and > reconnect

limit messages per connection

2010-05-28 Thread m listus
Hello everyone, I'm having a problem with postfix smtp delivery. One of our destination sites has its servers stopping receiving messages when they reach 20, and that is per connection. So I need to tell postfix to send at most 20 messages per connection, and reconnect again. I looked up smtp_