Question
How to enable additional webmail logging on Plesk server?
Answer
RoundCube webmail
-
Connect to the server via SSH.
-
Add the following into
/usr/share/psa-roundcube/config/config.inc.php
file using any text editors like vi:// Log successful/failed logins to <log_dir>/userlogins.log
$config['log_logins'] = true;
Note: Additional logs will be recorded into /var/log/plesk-roundcube/userlogins.log
file.