Am 21.05.2013 12:54, schrieb A.L.E.C:
anything useful and that RC also modifies the path to "error_log" log on machines with reporting-cronjobs for the global logfile and you have to watch it's log seperatly is also not fine
Some peaple would say it's an adventage. You can configure Roundcube to log to syslog, you can also set log_dir to any directory
you can do this with any application if you want / need please realize that it is a bad attitude to override admin settings on application level
if any random application would do this it leads to no longer have any predictable server setup
<Directory "/usr/share/roundcubemail"> php_value error_log "whatever_path"
</Directory>
<Directory "/usr/share/roundcubemail"> php_value error_log "syslog"
</Directory>