From 64e603611a7844f1c2f5698ce610b1fc361fcc6b Mon Sep 17 00:00:00 2001 From: downtownallday Date: Fri, 29 May 2020 19:39:10 -0400 Subject: [PATCH] Additional fix required for #1761 --- setup/webmail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/webmail.sh b/setup/webmail.sh index 075d9bf1..62e0c6e0 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -188,7 +188,7 @@ mkdir -p /var/log/roundcubemail /var/tmp/roundcubemail $STORAGE_ROOT/mail/roundc chown -R www-data.www-data /var/log/roundcubemail /var/tmp/roundcubemail $STORAGE_ROOT/mail/roundcube # Ensure the log file monitored by fail2ban exists, or else fail2ban can't start. -sudo -u www-data touch /var/log/roundcubemail/errors +sudo -u www-data touch /var/log/roundcubemail/errors.log # Password changing plugin settings # The config comes empty by default, so we need the settings