• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question AUTODISCONNECT WEBMAIL ROUNDCUBE

SOSINFO

New Pleskian
Hello,

I need to increase time to autodisconnect client on webmail with RoundCube V 1.4.11. Anybody know how to do this ?

Thanks of you answer.
 
The configuration file of Plesk-Roundcube is /usr/share/psa-roundcube/config/config.inc.php and the defaults are in the same directory in the file defaults.inc.php

By default, Roundcube has a session timeout of 10 minutes. If you want to change that then you can edit config.inc.php and add:

Code:
// Session lifetime in minutes
$config['session_lifetime'] = 30;

This will set the session timeout to 30 minutes.
 
Back
Top