• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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