Skip to content

v13.3.1

Latest
Compare
Choose a tag to compare
@georglauterbach georglauterbach released this 24 Jan 13:26
· 106 commits to master since this release
0c7e49e

Useful Links

  1. Diff to last release: v13.3.0...v13.3.1
  2. Our Changelog

What's Changed

This is a patch release fixing two important bugs in v13.3.0:

  1. Dovecot: We now restrict the authentication mechanisms for PassDB configurations we manage (oauth2, passwd-file, ldap) (#3812). This prevents misleading auth failures from attempting to authenticate against a PassDB with incompatible auth mechanisms. When the new OAuth2 feature was enabled, it introduced false-positives with logged auth failures which triggered Fail2Ban to ban the IP.
  2. Rspamd: We now ensure correct ownership (_rspamd:_rspamd) for the Rspamd DKIM directory and files (/tmp/docker-mailserver/rspamd/dkim/)

What's Changed