diff --git a/CHANGELOG b/CHANGELOG index c5cb16692eb4059aad357a4c4b0fdda53d8d6fd4..4af789654f6c5e8ddad972bc5190cedbc476b1dc 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 d369fbe90a114a5dc5ab76231a2bbb76f53316f3..408ef47aee64acc036b13623053f33886eef2636 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 8a230ebeba5c64a69a3428ef43ae2e6b7d8be1d9..d8c5a2490a3d7afe3968b58e4be56cb56e5aacf4 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 9e1f84a1e67344c2e97f09b87beca796917f9fca..be70fa740cea432e9b9b84b3931d385a30a1a436 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 e6e090f56bb8f459067a05b715c5940a6bd00433..e7dc3a9f7bd1a209d7eb677668c07c3c775cd9b5 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