Re: Understanding concurrency limits

2023-01-18 Thread Wietse Venema
Viktor Dukhovni: > On Wed, Jan 18, 2023 at 12:45:02AM +, Sean Hennessey wrote: > > > Thanks,I did realize after I sent the email that what was probably > > happening was the delay was the overiding controller, and not working > > as in addition as I thought it would. > > Once you have multi-s

Re: Understanding concurrency limits

2023-01-17 Thread Viktor Dukhovni
On Wed, Jan 18, 2023 at 12:45:02AM +, Sean Hennessey wrote: > Thanks,I did realize after I sent the email that what was probably > happening was the delay was the overiding controller, and not working > as in addition as I thought it would. Once you have multi-second delays, concurrency is po

Re: Understanding concurrency limits

2023-01-17 Thread Sean Hennessey
t: Re: Understanding concurrency limits Sean Hennessey: > In master.cf > smtp-tar unix -- y - 1 smtp > -o syslog_name=postfix/$service_name > > In main.cf > smtp-tar_destination_rate_delay = 600s RTFM, this puts 600s delay between deliver

Re: Understanding concurrency limits

2023-01-17 Thread Wietse Venema
Sean Hennessey: > In master.cf > smtp-tar unix -- y - 1 smtp > -o syslog_name=postfix/$service_name > > In main.cf > smtp-tar_destination_rate_delay = 600s RTFM, this puts 600s delay between deliveries as in: deliver one meessage wait 600s deliver one mee

Understanding concurrency limits

2023-01-17 Thread Sean Hennessey
In master.cf smtp-tar unix -- y - 1 smtp -o syslog_name=postfix/$service_name In main.cf smtp-tar_destination_rate_delay = 600s smtp-tar_destination_concurrency_limit = 3 smtp-tar_destination_recipient_limit = 2 smtp-tar_initial_destination_concurrency=2 I