Sorry that was a typo, I meant I checked for
"destination_recipient_limit" and did not have anything set with that
name in main.cf.
On 1/18/2016 6:32 PM, Russell Jones wrote:
Hi Wietse,
Thanks for replying! I have not set that. Everything I have set for
this I provided in my initial email. I double checked to see if I had
anything set for "destination_concurrency" and I do not.
On 1/18/2016 11:02 AM, Wietse Venema wrote:
Russell Jones:
Hi all,
I am trying to lower the concurrency for emails sent to *.rr.com
domains. I have configured the following, can anyone please tell me
what
I am missing? Thanks in advance!
In main.cf:
transport_maps = hash:/etc/postfix/transport
default_destination_concurrency_limit = 2
slow_destination_concurrency_limit = 1
slow_destination_rate_delay = 1s
Did you by any chance set slow_destination_recipient_limit=1? That
would a mistake. As documented, that schedules rates and concurrencies
per recipient instead of per domain.
Wietse