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_

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

force smtp tls from certain senders

2010-06-02 Thread m listus
Hi again, I need to tell postfix to force smtp only for certain senders. I read http://www.postfix.org/TLS_README.html which helps me get tls running w/ postfix, plus "Client TLS limitations". I'm thinking of using smtpd with smtpd_tls_wrappermode=yes on a different port. But my main problem i