N nango Verified User Joined May 13, 2006 Messages 92 Oct 5, 2017 #1 Hi In my centos 6 with DA I have roundcube and need to change session time out for clients to 4Hr. where is roundcube config file? I installed it with CB2.
Hi In my centos 6 with DA I have roundcube and need to change session time out for clients to 4Hr. where is roundcube config file? I installed it with CB2.
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,721 Location www.poralix.com Oct 5, 2017 #2 Hello, Check this https://help.directadmin.com/item.php?id=365
N nango Verified User Joined May 13, 2006 Messages 92 Oct 16, 2017 #3 Thanks vi /var/www/html/roundcubemail-1.3.1/config/defaults.inc.php Code: // Session lifetime in minutes $config['session_lifetime'] = 240; Chnaged from 10 min to 240 add line to: /var/www/html/roundcubemail-1.3.1/config/config.inc.php // Session lifetime in minutes $config['session_lifetime'] = 240; Save readonly file in vi: :w !sudo tee %
Thanks vi /var/www/html/roundcubemail-1.3.1/config/defaults.inc.php Code: // Session lifetime in minutes $config['session_lifetime'] = 240; Chnaged from 10 min to 240 add line to: /var/www/html/roundcubemail-1.3.1/config/config.inc.php // Session lifetime in minutes $config['session_lifetime'] = 240; Save readonly file in vi: :w !sudo tee %