mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-06 11:04:44 +02:00
scripts: perform additional checks when updating/adding/deletting accounts (#4033)
* normalize accounts to lowercase * update CHANGELOG * add test to verify bug fix works correctly
This commit is contained in:
parent
4119849284
commit
b222035112
3 changed files with 25 additions and 0 deletions
|
@ -70,6 +70,8 @@ The most noteworthy change of this release is the update of the container's base
|
|||
- `supervisor-app.conf` renamed to `dms-services.conf`
|
||||
- **Rspamd**:
|
||||
- the Redis history key has been changed in order to not incorporate the hostname of the container (which is desirable in Kubernetes environments) ([#3927](https://github.com/docker-mailserver/docker-mailserver/pull/3927))
|
||||
- **Account Management**
|
||||
- addresses (accounts) are now normalized to lowercase automatically and a warning is logged in case uppercase letters are supplied
|
||||
|
||||
### Added
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue