From 3e902d7b3a2a97ebfceddbef678ea14087eabf15 Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Sat, 4 Jul 2015 14:46:31 -0400 Subject: [PATCH] Define roundcube_errors_log in paths-common.conf Remove from paths-debian --- config/paths-common.conf | 2 ++ config/paths-debian.conf | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/paths-common.conf b/config/paths-common.conf index 837d339a..bf3cfb6a 100644 --- a/config/paths-common.conf +++ b/config/paths-common.conf @@ -62,5 +62,7 @@ solidpop3d_log = %(syslog_local0)s mysql_log = %(syslog_daemon)s +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 3c4c65f8..4c27dac8 100644 --- a/config/paths-debian.conf +++ b/config/paths-debian.conf @@ -35,5 +35,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