Extend changelog with rspamd local_networks fix

This commit is contained in:
Aaron Spettl 2024-01-31 11:24:30 +01:00
parent 3876b23f75
commit 2b599e671a
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ The most noteworthy change of this release is the update of the container's base
- `DEFAULT_RELAY_HOST` ENV can now also use the `RELAY_USER` + `RELAY_PASSWORD` ENV for supplying credentials.
- `RELAY_HOST` ENV no longer enforces configuring outbound SMTP to require credentials. Like `DEFAULT_RELAY_HOST` it can now configure a relay where credentials are optional.
- Restarting DMS should not be required when configuring relay hosts without these ENV, but solely via `setup relay ...`, as change detection events now apply relevant Postfix setting changes for supporting credentials too.
- Rspamd configuration: Add a missing comma in `local_networks` so that all internal IP addresses are actually considered as internal ([3862](https://github.com/docker-mailserver/docker-mailserver/pull/3862))
## [v13.3.1](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v13.3.1)