Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: docker-mailserver/docker-mailserver

v15.1.0

12 Aug 21:49
060bf9a
Compare
Choose a tag to compare
Loading

Useful Links

  1. Diff to last release: v15.0.2...v15.1.0
  2. Our Changelog

What's Changed

This release comes with various documentation improvements, a new configurable poll rate for the change-detector, and miscellaneous smaller bug fixes.

Note

We will begin merging changes for DMS v16.0.0 after this release, including the update to Debian 13, which is not a part of this release.

Merged Pull Requests

New Contributors

v15.0.2

26 Mar 23:11
5027f4f
Compare
Choose a tag to compare
Loading

Useful Links

  1. Diff to last release: v15.0.1...v15.0.2
  2. Our Changelog

What's Changed

This is a patch release that fixes a bug concerning GPG encryption and signing of e-mails.

Merged Pull Requests

  • fix: ensure message content is not modified by header filter by @mpldr in #4429

v15.0.1

23 Mar 00:31
70d645d
Compare
Choose a tag to compare
Loading

Useful Links

  1. Diff to last release: v15.0.0...v15.0.1
  2. Our Changelog

What's Changed

This is a patch release to fix minor bugs reported after the release of v15.0.0. As always, take a brief look at the changelog (linked above).

Merged Pull Requests

New Contributors

v15.0.0

01 Mar 12:22
ef66dd5
Compare
Choose a tag to compare
Loading

Useful Links

  1. Diff to last release: v14.0.0...v15.0.0
  2. Our Changelog

What's Changed

saslauthd mechanism support pam, shadow and mysql was removed. getmail6 was refactored. A deprecated file path check for an Rspamd configuration file was removed. Password confirmation was added to our CLI tool as well as a debug getmail command. The VERSION file was removed.

Please refer to our changelog (linked above) for a comprehensive list of changes.

Merged Pull Requests

New Contributors

Read more

v14.0.0

05 Jun 15:15
eb165de
Compare
Choose a tag to compare
Loading

Useful Links

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

What's Changed

The most noteworthy change of this release is the update of the container's base image from Debian 11 ("Bullseye") to Debian 12 ("Bookworm"). This update alone involves breaking changes and requires a careful review when updating! Make sure to scan our changelog carefully.

Merged Pull Requests

Read more

v13.3.1

24 Jan 13:26
0c7e49e
Compare
Choose a tag to compare
Loading

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

v13.3.0

20 Jan 11:40
b78978c
Compare
Choose a tag to compare
Loading

Useful Links

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

What's Changed

The main feature that can be found in this release is added very simple OAUTH2 support. DMS now supports authentication via OAuth2 (via XOAUTH2 or OAUTHBEARER SASL mechanisms) from capable services (like Roundcube). This does not replace the need for an ACCOUNT_PROVISIONER (FILE / LDAP), which is required for an account to receive or send mail.

Additionally, MTA-STS support for outbound mail was added to DMS. A bunch of smaller changes have made it into this release as well: Rspamd symbol scores for SPF, DKIM & DMARC have been adjusted to better align with RFC7489; smtputf8 has been disabled directly; scripts were improved (replacing wc -l with grep -c, etc.); and a bug fix for jaq on arm64 was added.

As is usual business, we worked on improving the documentation. Last but not least, the test suite saw bigger changes in the area of helper functions used during tests to send test e-mails.

Merged Pull Requests

New Contributors

  • @thechubbypanda made their first contribution in #3480
  • @denisix made their first contribution in #3702
  • @norrs made their first contribution in #3465

v13.2.0

04 Jan 21:15
8f391e4
Compare
Choose a tag to compare
Loading

Useful Links

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

What's Changed

Most importantly, DMS is now protected by default against the security vulnerability called "SMTP smuggling". Moreover, we switched from raw netcat (nc) to swaks in our test suite - a change that is beneficial for upcoming changes and improvements to our test suite. Last but not least, the log path for Postgrey was corrected.

Merged Pull Requests

v13.1.0

29 Dec 12:59
8392e3c
Compare
Choose a tag to compare
Loading

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

v13.0.1

29 Nov 21:45
19e96b5
Compare
Choose a tag to compare
Loading

This patch release fixes two bugs that Rspamd users encountered with the v13.0.0 release. Big thanks to the those that helped to identify these issues! ❤️

What's Changed

Fixed

  • Internal:
    • The update check service now queries the latest GH release for a version tag (instead of from a VERSION file at the GH repo). This should provide more reliable update notifications (#3666)
  • Rspamd:
    • The check for correct permission on the private key when signing e-mails with DKIM was flawed. The result was that a false warning was emitted (#3669)
    • When RSPAMD_CHECK_AUTHENTICATED=0, DKIM signing for outbound e-mail was disabled, which is undesirable (#3669). Make sure to check the documentation of RSPAMD_CHECK_AUTHENTICATED!

Merged Pull Requests

Full Changelog: v13.0.0...v13.0.1

Morty Proxy This is a proxified and sanitized view of the page, visit original site.