yunohost/data/templates/postfix
Julien Rabier 7ccd6e1348
fix destination concurrency
Hi,
Postfix has this very peculiar behavior where the target of some config keys changes depending on the value. 
Here, if `smtp_destination_concurrency_limit` is set to 1, then according to http://www.postfix.org/postconf.5.html#default_destination_concurrency_limit it doesn't mean "1 concurrent mail per domain, but per recipiend address".

So, if set to 1, it means we can send any volume of e-mails concurrently (with a 5s delay) if all recipient addresses are different.
In order to avoid this, we should increase the value to restore the expected behavior (concurrency per domain, not per recipient).
2020-05-11 21:37:17 +00:00
..
plain Swap 'main' in permission namespace 2019-09-13 16:31:02 +02:00
main.cf fix destination concurrency 2020-05-11 21:37:17 +00:00
postsrsd [fix] This need quotes because this can be sourced by another program 2019-06-05 17:33:53 +02:00