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
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
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
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
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