Update CHANGELOG.md
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
e62a8703da
commit
9b7dda848d
|
@ -10,7 +10,8 @@ All notable changes to this project will be documented in this file. The format
|
||||||
|
|
||||||
- **Authentication with OIDC / OAuth 2.0** 🎉
|
- **Authentication with OIDC / OAuth 2.0** 🎉
|
||||||
- DMS now supports authentication via OAuth2 (_`XOAUTH` or `OAUTHBEARER`_) from capable services (_like Roundcube_).
|
- DMS now supports authentication via OAuth2 (_`XOAUTH` or `OAUTHBEARER`_) from capable services (_like Roundcube_).
|
||||||
- This does not replace the need for an `ACCOUNT_PROVISIONER` (`FILE` / `LDAP`). Authentication (Dovecot PassDB) still requires an existing account (Dovecot UserDB) to be successful,.
|
- 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_).
|
||||||
|
|
||||||
## [v13.1.0](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v13.1.0)
|
## [v13.1.0](https://github.com/docker-mailserver/docker-mailserver/releases/tag/v13.1.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue