Every time I install/update roundcube on servers, I have to add manually this line to config.inc.php:
$config['log_logins'] = true;
in this way roundcube records in file logs/userlogins.log all login attempts and can see real IP address of people logging in and check if they are legitimate or accouns are compromised.
It is possible to have that option saved by default on every install/upgrade of roundcube instead of havint to set it manually?
$config['log_logins'] = true;
in this way roundcube records in file logs/userlogins.log all login attempts and can see real IP address of people logging in and check if they are legitimate or accouns are compromised.
It is possible to have that option saved by default on every install/upgrade of roundcube instead of havint to set it manually?