From 8b6633842f07ef917e59024aee566af5a14501be Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sat, 3 Apr 2021 12:00:30 -0700 Subject: [PATCH 1/2] Add Debian roundcube_errors_log path --- config/paths-debian.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/paths-debian.conf b/config/paths-debian.conf index e096f9727e..1f5ea37d43 100644 --- a/config/paths-debian.conf +++ b/config/paths-debian.conf @@ -26,3 +26,5 @@ exim_main_log = /var/log/exim4/mainlog # was in debian squeezy but not in wheezy # /etc/proftpd/proftpd.conf (SystemLog) proftpd_log = /var/log/proftpd/proftpd.log + +roundcube_errors_log = /var/log/roundcube/errors.log From 3822bb84d41c4bb804456cc2ff31694e28cf7635 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sat, 3 Apr 2021 13:10:59 -0700 Subject: [PATCH 2/2] Update paths-common instead --- config/paths-common.conf | 5 ++++- config/paths-debian.conf | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/paths-common.conf b/config/paths-common.conf index 7383cafe4f..f76fc480ea 100644 --- a/config/paths-common.conf +++ b/config/paths-common.conf @@ -90,7 +90,10 @@ solidpop3d_log = %(syslog_local0)s mysql_log = %(syslog_daemon)s mysql_backend = %(default_backend)s -roundcube_errors_log = /var/log/roundcube/errors +# Filename changed from "errors" to "errors.log" in Roundcube 1.4 +# https://github.com/roundcube/roundcubemail/pull/313 +roundcube_errors_log = /var/log/roundcube/errors.log + /var/log/roundcube/errors # Directory with ignorecommand scripts ignorecommands_dir = /etc/fail2ban/filter.d/ignorecommands diff --git a/config/paths-debian.conf b/config/paths-debian.conf index 1f5ea37d43..e096f9727e 100644 --- a/config/paths-debian.conf +++ b/config/paths-debian.conf @@ -26,5 +26,3 @@ exim_main_log = /var/log/exim4/mainlog # was in debian squeezy but not in wheezy # /etc/proftpd/proftpd.conf (SystemLog) proftpd_log = /var/log/proftpd/proftpd.log - -roundcube_errors_log = /var/log/roundcube/errors.log