What's Changed
New
- Support for PBKDF2-SHA512 hash algorithm in verify_hash() (FreeIPA compatibility) (issue 6646) by @Ashitaka57 in https://github.com/mailcow/mailcow-dockerized/pull/6905
- rspamd: upgrade to 3.14.1, trixie rebuild + bcc forwarded hosts fix by @DerLinkman in https://github.com/mailcow/mailcow-dockerized/pull/6958
- Add MTA-STS support for alias domains by @Copilot i...