From b1592750571046e4113276a3b089d6aca635ef2a Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 27 Oct 2020 12:07:52 +0100 Subject: [PATCH] manually merge wrongly named news fragments see https://github.com/twisted/towncrier#news-fragments for a list of default news fragment types --- CHANGELOG.md | 10 ++++++++++ towncrier/1478.feature | 1 - towncrier/newsfragments/1139.fix | 1 - towncrier/newsfragments/1177.bug | 1 - towncrier/newsfragments/1190.fix | 1 - towncrier/newsfragments/1208.fix | 1 - towncrier/newsfragments/1241.fix | 1 - towncrier/newsfragments/1278.fix | 2 -- towncrier/newsfragments/1381.fix | 1 - towncrier/newsfragments/1387.bug | 1 - towncrier/newsfragments/1479.bug | 1 - 11 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 towncrier/1478.feature delete mode 100644 towncrier/newsfragments/1139.fix delete mode 100644 towncrier/newsfragments/1177.bug delete mode 100644 towncrier/newsfragments/1190.fix delete mode 100644 towncrier/newsfragments/1208.fix delete mode 100644 towncrier/newsfragments/1241.fix delete mode 100644 towncrier/newsfragments/1278.fix delete mode 100644 towncrier/newsfragments/1381.fix delete mode 100644 towncrier/newsfragments/1387.bug delete mode 100644 towncrier/newsfragments/1479.bug diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fc8102..a9c78f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,13 +33,23 @@ v1.8.0 - 2020-09-28 - Features: Added CardDAV-Plugin for webmail roundcube. ([#1298](https://github.com/Mailu/Mailu/issues/1298)) - Features: Allow users to use server-sided full-text-search again by adding the dovecot fts-xapian plugin ([#1320](https://github.com/Mailu/Mailu/issues/1320)) - Features: Relay a domain to a nonstandard SMTP port by adding ":" to the remote hostname or IP address. ([#1357](https://github.com/Mailu/Mailu/issues/1357)) +- Features: Allow to enforce TLS for outbound mail by setting OUTBOUND_TLS_LEVEL=encrypt for postfix. ([#1478](https://github.com/Mailu/Mailu/issues/1478)) - Features: Introduce option to disable dovecot full-text-search by an enviroment variable. ([#1538](https://github.com/Mailu/Mailu/issues/1538)) - Features: Add support for AUTH LOGIN authentication mechanism for relaying email via smart hosts. ([#1635](https://github.com/Mailu/Mailu/issues/1635)) +- Bugfixes: Fix the password encoding upon authentication ([#1139](https://github.com/Mailu/Mailu/issues/1139)) +- Bugfixes: Fix piping mail into rspamd when moving from/to junk-folder ([#1177](https://github.com/Mailu/Mailu/issues/1177)) +- Bugfixes: Separate HOST_ANTISPAM in HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI because of different ports ([#1190](https://github.com/Mailu/Mailu/issues/1190)) +- Bugfixes: Make postfix mailqueue persistent ([#1208](https://github.com/Mailu/Mailu/issues/1208)) +- Bugfixes: Kubernetes manifests updated to be compatible with Kubernetes 1.16 (breaks compatibility with older k8s versions) ([#1241](https://github.com/Mailu/Mailu/issues/1241)) - Bugfixes: Use pip package for radicale to fix failing builds caused by [alpine]upstream package rebuild against different python version ([#1255](https://github.com/Mailu/Mailu/issues/1255)) +- Bugfixes: Ratelimit counts up on failed auth only now ([#1278](https://github.com/Mailu/Mailu/issues/1278)) - Bugfixes: Disable Health checks on swarm mode ([#1289](https://github.com/Mailu/Mailu/issues/1289)) +- Bugfixes: Enable the From header for message delivery report in Roundcube and ensure DKIM Signature ([#1381](https://github.com/Mailu/Mailu/issues/1381)) +- Bugfixes: Fix alias resolution in regard to case: A specifically matching alias of wrong case is now preferred over a wildcard alias that might have »eaten« it previously. ([#1387](https://github.com/Mailu/Mailu/issues/1387)) - Bugfixes: Show SPF records in accordance with RFC 7208: Previously we instructed admins to create SPF and TXT records, where only TXT records are correct now. !! Attention !! You need to manually remove the SPF-typed records and keep only TXT in your DNS. ([#1394](https://github.com/Mailu/Mailu/issues/1394)) - Bugfixes: Cover relearning messages when moving bewteen Ham and Spam status ([#1438](https://github.com/Mailu/Mailu/issues/1438)) - Bugfixes: Defining POSTMASTER through setup tool apply also to DMARC_RUA and DMARC_RUF settings ([#1463](https://github.com/Mailu/Mailu/issues/1463)) +- Bugfixes: Allow IPv6 authenticated connections in PostgreSQL pg_hba.conf ([#1479](https://github.com/Mailu/Mailu/issues/1479)) - Bugfixes: Check postfix mailqueue permissions before start-up ([#1486](https://github.com/Mailu/Mailu/issues/1486)) - Bugfixes: Fixes certbot renewal ([#1564](https://github.com/Mailu/Mailu/issues/1564)) - Improved Documentation: Added documentation that describes how spam filtering works in Mailu. ([#1167](https://github.com/Mailu/Mailu/issues/1167)) diff --git a/towncrier/1478.feature b/towncrier/1478.feature deleted file mode 100644 index fcfe6ea2..00000000 --- a/towncrier/1478.feature +++ /dev/null @@ -1 +0,0 @@ -Allow to enforce TLS for outbound mail by setting OUTBOUND_TLS_LEVEL=encrypt for postfix. \ No newline at end of file diff --git a/towncrier/newsfragments/1139.fix b/towncrier/newsfragments/1139.fix deleted file mode 100644 index a096a718..00000000 --- a/towncrier/newsfragments/1139.fix +++ /dev/null @@ -1 +0,0 @@ -Fix the password encoding upon authentication diff --git a/towncrier/newsfragments/1177.bug b/towncrier/newsfragments/1177.bug deleted file mode 100644 index 752543d2..00000000 --- a/towncrier/newsfragments/1177.bug +++ /dev/null @@ -1 +0,0 @@ -Fix piping mail into rspamd when moving from/to junk-folder diff --git a/towncrier/newsfragments/1190.fix b/towncrier/newsfragments/1190.fix deleted file mode 100644 index fe365de9..00000000 --- a/towncrier/newsfragments/1190.fix +++ /dev/null @@ -1 +0,0 @@ -Separate HOST_ANTISPAM in HOST_ANTISPAM_MILTER and HOST_ANTISPAM_WEBUI because of different ports \ No newline at end of file diff --git a/towncrier/newsfragments/1208.fix b/towncrier/newsfragments/1208.fix deleted file mode 100644 index 04aee51f..00000000 --- a/towncrier/newsfragments/1208.fix +++ /dev/null @@ -1 +0,0 @@ -Make postfix mailqueue persistent diff --git a/towncrier/newsfragments/1241.fix b/towncrier/newsfragments/1241.fix deleted file mode 100644 index 5cfdc095..00000000 --- a/towncrier/newsfragments/1241.fix +++ /dev/null @@ -1 +0,0 @@ -Kubernetes manifests updated to be compatible with Kubernetes 1.16 (breaks compatibility with older k8s versions) diff --git a/towncrier/newsfragments/1278.fix b/towncrier/newsfragments/1278.fix deleted file mode 100644 index 9abf893c..00000000 --- a/towncrier/newsfragments/1278.fix +++ /dev/null @@ -1,2 +0,0 @@ - -Ratelimit counts up on failed auth only now diff --git a/towncrier/newsfragments/1381.fix b/towncrier/newsfragments/1381.fix deleted file mode 100644 index 8245ef72..00000000 --- a/towncrier/newsfragments/1381.fix +++ /dev/null @@ -1 +0,0 @@ -Enable the From header for message delivery report in Roundcube and ensure DKIM Signature diff --git a/towncrier/newsfragments/1387.bug b/towncrier/newsfragments/1387.bug deleted file mode 100644 index ce6680ef..00000000 --- a/towncrier/newsfragments/1387.bug +++ /dev/null @@ -1 +0,0 @@ -Fix alias resolution in regard to case: A specifically matching alias of wrong case is now preferred over a wildcard alias that might have »eaten« it previously. diff --git a/towncrier/newsfragments/1479.bug b/towncrier/newsfragments/1479.bug deleted file mode 100644 index 7144a98e..00000000 --- a/towncrier/newsfragments/1479.bug +++ /dev/null @@ -1 +0,0 @@ -Allow IPv6 authenticated connections in PostgreSQL pg_hba.conf \ No newline at end of file