mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Avoid to send simultaneously too much emails
This commit is contained in:
parent
59ff76591b
commit
73d42fd51a
1 changed files with 4 additions and 0 deletions
|
@ -154,3 +154,7 @@ smtpd_milters = inet:localhost:11332
|
|||
|
||||
# Skip email without checking if milter has died
|
||||
milter_default_action = accept
|
||||
|
||||
# Avoid to send simultaneously too much emails
|
||||
smtp_destination_concurrency_limit = 1
|
||||
default_destination_rate_delay = 12s
|
||||
|
|
Loading…
Add table
Reference in a new issue