> perhaps changing the delay to 0... why did you change it at all?

Is setting it to 0 not allowing it to send out as quickly as possible with
no delay at all?

I set it to 1s because I was attempting to configure 10 messages per second
(default_destination_concurrency_limit (10) *
default_destination_rate_delay (1) = 10 per second).


I'm clearly lost - how can I ensure 10 messages per second maximum sending
rate? A delay of 0 doesn't compute for me.

On Wed, Feb 23, 2022 at 10:29 AM Matus UHLAR - fantomas <uh...@fantomas.sk>
wrote:

> On 23.02.22 10:21, Russell Jones wrote:
> >That configuration option only takes whole seconds - How can I achieve 10
> >messages per second with it?
>
> default_destination_rate_delay (default: 0s)
>
> perhaps changing the delay to 0... why did you change it at all?
>
>
> >On Wed, Feb 23, 2022 at 10:12 AM Yves-Marie Le Pors Chauvel <
> >ym.leporschau...@ccmbenchmark.com> wrote:
> >> You have to change your default_destination_rate_delay, as said in the
> >> documentation :
> >>
> >> *The default amount of delay that is inserted between individual message
> >> deliveries to the same destination and over the same message delivery
> >> transport.*
> >>
> >> So, in your case, it sends only 1 message every second.
>
> 1 message every second per 1 connection, with
> default_destination_concurrency_limit=10 it should mean up to 10 messages
> per second.
>
>
> >> Le mer. 23 févr. 2022 à 17:08, Russell Jones <arjone...@gmail.com> a
> >> écrit :
> >>> I am struggling to understand why my postfix configuration is not
> >>> allowing me to send 10 messages per second through my configured
> relayhost.
> >>> When watching the logs, it is sending 1 message per second.
> >>>
> >>> initial_destination_concurrency = 10
> >>> default_destination_concurrency_limit = 10
> >>> default_destination_rate_delay = 1s
> >>>
> >>> smtp    inet    n       -       n       -       -       smtpd -o
> >>> smtpd_sasl_auth_enable=no -o myhostname=mail.example.com
> >>>
> >>>
> >>> To me, this is saying "send 10 messages every 1 second". To Postfix,
> this
> >>> doesn't seem to be happening.
> >>>
> >>> Could I have some help with gaining some insight into what I'm missing?
>
>
> --
> Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
> Warning: I wish NOT to receive e-mail advertising to this address.
> Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
> Due to unexpected conditions Windows 2000 will be released
> in first quarter of year 1901
>

Reply via email to