Page 1 of 1

How to solve missing /var/log/roundcubemail/errors.log on CentOS

Posted: Tue Jun 25, 2019 8:10 pm
by Wibols
You must to edit:

Code: Select all

sudo nano /etc/roundcubemail/config.inc.php
And remove last "/" from:

Code: Select all

$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
It must looks like this:

Code: Select all

$rcmail_config['log_dir'] = '/var/log/roundcubemail';
/var/log/roundcubemail/errors.log file will be automaticaly created on RoundCube login fail or similar.