roundcube logs
roundcube logs
Is there any way to activate the roundcube logs?
I have tried several things without success. there is the path /var/log/roundcube but it is empty
I have tried several things without success. there is the path /var/log/roundcube but it is empty
Re: roundcube logs
Config file for roundcube is held in /etc/roundcube and symlinked from the /var/lib/roundcube directory.
- logdir in there for me was set to /var/log/roundcubemail, which doesn't exist. Change to /var/log/roundcube
- logdir must be writeable by apache (www-data perhaps?). Check
- Also had to add this line to /etc/roundcube/apache2.conf in the Directory /var/lib/roundcube stanza
php_admin flag open_basedir none
This allows roundcube to write to the log dir. Actually all dirs. Probably a bit unsafe, but OK for debugging. Any better setting suggestions ?
- logdir in there for me was set to /var/log/roundcubemail, which doesn't exist. Change to /var/log/roundcube
- logdir must be writeable by apache (www-data perhaps?). Check
- Also had to add this line to /etc/roundcube/apache2.conf in the Directory /var/lib/roundcube stanza
php_admin flag open_basedir none
This allows roundcube to write to the log dir. Actually all dirs. Probably a bit unsafe, but OK for debugging. Any better setting suggestions ?