I’m new to rolling my own mail server, Mail-in-a-Box. I notice that by default there is a 10 minute webmail/Roundcube session lifetime.
I see that can be changed by setting:
$config['session_lifetime'] = <something-more-than-10>;
in /usr/loca/lib/roundcubemail/config/config
. But at the top of that file it says:
Do not edit. Written by Mail-in-a-Box. Regenerated on updates.
I’ve searched the Setup Guide, Maintenance Guide, and forums here, but don’t see where I should be setting session_lifetime such that it won’t be overwritten on upgrade.
Can someone please tell me where/what should be modified? Thanks.