From 256f7f82fef14dcfd9722cc00c39aa29a4c06ef6 Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Sun, 8 Sep 2024 02:04:00 +0200
Subject: Roundcube: Set $config['max_recipients'] = 15 to avoid timeout.

Cf. msgid=<ZFe5tjHTGbVemNTD@fripost.org>
---
 roles/webmail/tasks/roundcube.yml | 2 ++
 1 file changed, 2 insertions(+)

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"                 }
-- 
cgit v1.2.3