Skip to content

v13.1.0

Compare
Choose a tag to compare
@georglauterbach georglauterbach released this 29 Dec 12:59
· 132 commits to master since this release
8392e3c

Useful Links

  1. Diff to last release: v13.0.1...v13.1.0
  2. Our Changelog

What's Changed

Updated

  • Internal
    • We now store the version that DMS is running on in the environment variable DMS_RELEASE and no longer in the file /VERSION. Moreover, the update check will use this to determine whether you are running :edge (to disable the update check if this is the case).
    • An option to run DMS locally was added, and the docs saw improvements (as usual).
    • The quota tests were adjusted and now conform to our new standards.
  • Documentation
    • The troubleshooting documentation was enhanced.

Added

  • Rspamd
    • The ARM64 build now also uses the official PPA, making the version even for ARM64 and AMD64.
  • Dovecot
    • The environment variable ENABLE_IMAP was added, which works analogous to ENABLE_POP3.

Fixed

  • Internal
    • A sed line for quota-related changes to Postfix's main.cf was not working as expected. This has been taken care of.

Merged Pull Requests

New Contributors