• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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