From 0d0f431fdebeb62fd77d7d347b12c1ae85982571 Mon Sep 17 00:00:00 2001 From: Paul Cammish Date: Tue, 22 Mar 2022 13:31:27 +0000 Subject: [PATCH] Clean up logging warning for mail and webmail --- CHANGELOG | 6 ++++++ mail/debian/changelog | 6 ++++++ mail/exim4/sympl.d/00-main/50-tls-options | 2 +- webmail/conf-available/sympl-webmail.conf | 2 +- webmail/debian/changelog | 6 ++++++ 5 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c5cb1669..4af78965 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ CHANGELOG --------- +2022-03-22 + sympl-mail + * Clean up logging warning in exim main.log + sympl-webmail + * Fix log warnings from Roundcube in user.log + 2021-12-13 sympl-core * Updated workaround for Let's Encrypt cross-signed intermediate diff --git a/mail/debian/changelog b/mail/debian/changelog index d369fbe9..408ef47a 100644 --- a/mail/debian/changelog +++ b/mail/debian/changelog @@ -1,3 +1,9 @@ +sympl-mail (11.20220322.1) stable; urgency=medium + + * Clean up logging warning in exim main.log + + -- Paul Cammish Tue, 22 Mar 2022 13:26:00 +0000 + sympl-mail (11.20210921.1) stable; urgency=medium * Deal with mail correctly when no mailboxes directory exists, fixes #317 diff --git a/mail/exim4/sympl.d/00-main/50-tls-options b/mail/exim4/sympl.d/00-main/50-tls-options index 8a230ebe..d8c5a249 100644 --- a/mail/exim4/sympl.d/00-main/50-tls-options +++ b/mail/exim4/sympl.d/00-main/50-tls-options @@ -12,7 +12,7 @@ tls_advertise_hosts = * # Allow localhost to authenticate without TLS, or any TLS connection. -auth_advertise_hosts = localhost : ${if eq{$tls_cipher}{}{no_matching_hosts}{*}} +auth_advertise_hosts = localhost : ${if eq{$tls_cipher}{}{localhost}{*}} # Specify the location of the Exim server's TLS certificate and private key. # The private key must not be encrypted (password protected). You can put diff --git a/webmail/conf-available/sympl-webmail.conf b/webmail/conf-available/sympl-webmail.conf index 9e1f84a1..be70fa74 100644 --- a/webmail/conf-available/sympl-webmail.conf +++ b/webmail/conf-available/sympl-webmail.conf @@ -4,6 +4,6 @@ Alias /webmail /var/www/webmail - php_admin_value open_basedir /var/www/webmail:/usr/share/roundcube:/var/lib/roundcube/:/usr/share/php:/etc/roundcube/:/var/log/roundcube + php_admin_value open_basedir /var/www/webmail:/usr/share/roundcube:/var/lib/roundcube/:/usr/share/php:/etc/roundcube/:/var/log/roundcube:/usr/share/nodejs/bootstrap:/usr/share/javascript php_admin_value upload_tmp_dir /var/lib/roundcube/temp diff --git a/webmail/debian/changelog b/webmail/debian/changelog index e6e090f5..e7dc3a9f 100644 --- a/webmail/debian/changelog +++ b/webmail/debian/changelog @@ -1,3 +1,9 @@ +sympl-webmail (11.20220322.0) stable; urgency=medium + + * Fix log warnings from Roundcube in user.log + + -- Paul Cammish Tue, 22 Mar 2022 13:27:00 +0000 + sympl-webmail (11.20210818.1) stable; urgency=medium * Debian Bullseye Release -- GitLab