From 3a46ee073c272ebe6a0dfb40b2308a120e494a5a Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Mon, 20 Dec 2021 11:36:56 +0100 Subject: [PATCH] Make roundcube use SESSION_TIMEOUT --- webmails/roundcube/config.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webmails/roundcube/config.inc.php b/webmails/roundcube/config.inc.php index e5a7e3c6..12929b45 100644 --- a/webmails/roundcube/config.inc.php +++ b/webmails/roundcube/config.inc.php @@ -13,6 +13,7 @@ $config['log_driver'] = 'stdout'; $config['zipdownload_selection'] = true; $config['enable_spellcheck'] = true; $config['spellcheck_engine'] = 'pspell'; +$config['session_lifetime'] = {{ SESSION_TIMEOUT // 60 }}; // Mail servers $config['default_host'] = '{{ FRONT_ADDRESS or "front" }}';