summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-09-08 02:04:00 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-09-08 02:04:07 +0200
commit256f7f82fef14dcfd9722cc00c39aa29a4c06ef6 (patch)
treef1bcd9abc4433514cea0fe27c8d6734274cf9e6e
parent35deeed568da88a388247343b58370eeab42cb75 (diff)
Roundcube: Set $config['max_recipients'] = 15 to avoid timeout.
Cf. msgid=<ZFe5tjHTGbVemNTD@fripost.org>
-rw-r--r--roles/webmail/tasks/roundcube.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml
index c186354..bd174bc 100644
--- a/roles/webmail/tasks/roundcube.yml
+++ b/roles/webmail/tasks/roundcube.yml
@@ -123,6 +123,8 @@
- { var: smtp_auth_type, value: "'PLAIN'" }
- { var: smtp_user, value: "'%u'" }
- { var: smtp_pass, value: "'%p'" }
+ # avoid timeout
+ - { var: max_recipients, value: "15" }
# System
- { var: force_https, value: "true" }
- { var: login_autocomplete, value: "2" }