mirror of
https://github.com/stalwartlabs/stalwart.git
synced 2026-03-17 14:34:03 +00:00
1001 B
1001 B
Upgrading from v0.10.x to v0.11.0
Version 0.11.0 introduces breaking changes to the spam filter configuration. Although no data migration is required, if changes were made to the previous spam filter, the configuration of the new spam filter should be reviewed. In particular:
lookup.spam-*settings are no longer used, these have been replaced byspam-filter.*settings. Review the updated documentation.- Previous
spam-filterandtrack-repliesSieve scripts cannot be used with the new version. They have been replaced by a built-in spam filter written in Rust. - Cache settings have changed, see the documentation for details.
- Support for Pipes was removed in favor of MTA hooks and Milter.
config.resource.spam-filteris nowspam-filter.resource.config.resource.webadminis nowwebadmin.resource.authentication.rate-limitwas removed as security is handled by fail2ban.