• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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