We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
How to solve missing /var/log/roundcubemail/errors.log on CentOS
How to solve missing /var/log/roundcubemail/errors.log on CentOS
You must to edit:
And remove last "/" from:
It must looks like this:
/var/log/roundcubemail/errors.log file will be automaticaly created on RoundCube login fail or similar.
Code: Select all
sudo nano /etc/roundcubemail/config.inc.php
Code: Select all
$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
Code: Select all
$rcmail_config['log_dir'] = '/var/log/roundcubemail';