I send several weekly newsletters where a number of the e-mails are all relayed to a separate host. I would like to rate limit the traffic to this host. I tried using:
smtp_destination_concurrency_limit = 5 smtp_destination_rate_delay = 1s smtp_extra_recipient_limit = 5 these evidentially apply to the final destination, not the relay. What are the correct options for rate-limiting the traffic to the relay host? ...don support (at) microtechniques.com