Update CHANGELOG.md

This commit is contained in:
Brennan Kinney 2024-01-13 21:16:07 +13:00 committed by GitHub
parent 2eb9f7d3ee
commit df6073b78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -8,14 +8,14 @@ All notable changes to this project will be documented in this file. The format
### Features
- **Authentication with OIDC / OAuth 2.0** 🎉
- DMS now supports authentication via OAuth2 (_via `XOAUTH2` or `OAUTHBEARER` SASL mechanisms_) from capable services (_like Roundcube_).
- **Authentication with OIDC / OAuth 2.0** 🎉
- DMS now supports authentication via OAuth2 (_via `XOAUTH2` or `OAUTHBEARER` SASL mechanisms_) from capable services (_like Roundcube_).
- This does not replace the need for an `ACCOUNT_PROVISIONER` (`FILE` / `LDAP`), which is required for an account to receive or send mail.
- Successful authentication (_via Dovecot PassDB_) still requires an existing account (_lookup via Dovecot UserDB_).
- Optional support for mandatory outgoing TLS encryption with MTA-STS
- ENV `ENABLE_MTA_STS`
- If enabled and the recipient has a MTA-STS policy set, TLS is mandatory for that recipient.
- Supported by major email hosters like Gmail, Yahoo and Outlook.
- **MTA-STS** (_Optional support for mandatory outgoing TLS encryption_)
- If enabled and the outbound recipient has an MTA-STS policy set, TLS is mandatory for delivering to that recipient.
- Enable via the ENV `ENABLE_MTA_STS=1`
- Supported by major email service providers like Gmail, Yahoo and Outlook.
### Updates