I added to Roundcube configuration file config/config.inc.php this option:
$config['log_logins'] = true;
so I can track logins to riundcube and see if there are accounts compromised, but every time I upgrade roundcube, this option goes away because it's overwritten by the new version.
How to keep this option during roundcube upgrades?
$config['log_logins'] = true;
so I can track logins to riundcube and see if there are accounts compromised, but every time I upgrade roundcube, this option goes away because it's overwritten by the new version.
How to keep this option during roundcube upgrades?