diff --git a/CHANGELOG.md b/CHANGELOG.md index c141738b..98b482ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web - OpenPGP EOF error (#1024). - Convert emails obtained from external directories to lowercase (#1004). - LDAP: Support both name and email fields to be mapped to the same attribute. -- Admin role can't be assigned if an acccount with the same name exists. +- Admin role can't be assigned if an account with the same name exists. - Fix macro detection in DNS record generation (#978). - Use host FQDN in install script (#1003). diff --git a/UPGRADING.md b/UPGRADING.md index cb6f574c..bf22748a 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -8,7 +8,7 @@ Version `0.11.0` introduces breaking changes to the spam filter configuration. A - Cache settings have changed, see the [documentation](https://stalw.art/docs/server/cache) for details. - Support for Pipes was removed in favor of MTA hooks and Milter. - `config.resource.spam-filter` is now `spam-filter.resource`. -- `config.resource.webadmin` is now `spam-filter.webadmin`. +- `config.resource.webadmin` is now `webadmin.resource`. - `authentication.rate-limit` was removed as security is handled by fail2ban. Upgrading from `v0.9.x` to `v0.10.0`