Fixed upgrading (closes #1061)

This commit is contained in:
mdecimus 2025-01-07 15:35:01 +01:00
parent f4efa165b6
commit fcbf58f88d
2 changed files with 2 additions and 2 deletions

View file

@ -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).

View file

@ -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`