Russell Jones:
> > 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.
>
Short answer:
Use randmap to select from 10 delivery agents.
sender_dependent_default_transport_maps = randmap{smtp1:, smtp2:, ...}
Use rate delays of 1s.
smtp1_transport_rate_delay = 1s
smtp2_transport_rate_delay = 1s
....
Wietse
-