1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-11 22:56:05 +02:00

chore: add pr 1996

This commit is contained in:
Frederic Werner 2021-05-22 21:41:55 +02:00 committed by GitHub
parent 3b9ad6278b
commit 58a8ba4b44
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ This release improves on `9.1.0` in many aspect, including general fixes, Fail2B
- **[general]** `./setup.sh email list` was enhanced, now showing information neatly ([#1898](https://github.com/docker-mailserver/docker-mailserver/pull/1898))
- **[general]** Added update check and notification ([#1976](https://github.com/docker-mailserver/docker-mailserver/pull/1976) [#1951](https://github.com/docker-mailserver/docker-mailserver/pull/1951))
- **[general]** Moved environment variables to the documentation and improvements ([#1948](https://github.com/docker-mailserver/docker-mailserver/pull/1948) [#1947](https://github.com/docker-mailserver/docker-mailserver/pull/1947) [#1931](https://github.com/docker-mailserver/docker-mailserver/pull/1931))
- **[general]** Reduced image layer count by 18 ([#1996](https://github.com/docker-mailserver/docker-mailserver/pull/1996))
- **[security]** Major Fail2Ban improvements (cleanup, update and breaking changes, see below)
- **[fix]** `./setup.sh email del ...` now works properly
- **[code]** Added color variables to `setup.sh` and improved the script as a whole ([#1879](https://github.com/docker-mailserver/docker-mailserver/pull/1879) [#1886](https://github.com/docker-mailserver/docker-mailserver/pull/1886))