yunohost/data
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
..
actionsmap Add a --human-readable option to diagnosis_show() and a --email to diagnosis_run() to email issues found by cron job 2020-05-09 01:46:28 +02:00
bash-completion.d Generate yunohost_completion.py during debian builds 2019-04-02 01:53:10 +02:00
helpers.d Merge pull request #972 from YunoHost/wget-timeout 2020-05-04 14:23:36 +02:00
hooks Ugh smaller treshold because people have exactly 500MB ... 2020-05-11 00:44:37 +02:00
other [enh] Improve DNSBL check 2020-04-18 17:08:46 +02:00
templates fix destination concurrency 2020-05-11 21:37:17 +00:00
helpers [fix] follow up directory move /usr/share/yunohost/helpers 2016-03-12 00:15:15 +01:00