Skip to content

Releases: jeboehm/docker-mailserver

Release v3.7.1

21 Oct 21:16
Compare
Choose a tag to compare

3.7.1 (2023-10-21)

Bug Fixes

  • helper: check for existence of docker-compose*.yml (closes #248) (04411f8)

Release v3.7.0

19 Oct 09:11
Compare
Choose a tag to compare

3.7.0 (2023-10-19)

Features

  • use "docker compose" in wrapper scripts when available (closes #232) (afe4ac8)

Bug Fixes

  • filter: change rspamd path (8a29e2f)
  • helper: fix typo (a47caef)
  • mda: remove obsolete ssl_protocols setting to allow upgrade to alpine 3.18 (see #256) (1e0ebba)
  • mta: set virtual_transport and smtpd_sasl_path when MDA_HOST is changed (closes #249) (2938a17)

Tests

  • fix tests with using new compose naming scheme (825e3e5)

Release v3.6.0

14 Mar 15:03
Compare
Choose a tag to compare

3.6.0 (2023-03-14)

Features

  • mda: explicit set allowed ssl/tls protocols (#208) (84dae32)
  • mta: Allow mail relaying for configured trusted networks (ec626ad)
  • mta: enable TLSv1.3 explicitly to prevent default in some cases (fixes #228) (5c7b75f)
  • web: add security headers (fixes #230) (66d0fc1)

Release v3.5.4

10 Mar 16:34
Compare
Choose a tag to compare

3.5.4 (2023-03-10)

Bug Fixes

  • web: fixed managesieve login issues (82c1cd9)

Release v3.5.3

19 Dec 13:21
Compare
Choose a tag to compare

3.5.3 (2022-12-19)

Release v3.5.2

18 Dec 18:48
Compare
Choose a tag to compare

3.5.2 (2022-12-18)

⚠ BREAKING CHANGES

  • enforce at least TLSv1.2 in mda & mta (#208)

Bug Fixes

  • enforce at least TLSv1.2 in mda & mta (#208) (ec671f3)

Tests

  • just check for unsuccessful return code (08f3213)

Release v3.5.1

07 Dec 20:19
Compare
Choose a tag to compare

3.5.1 (2022-12-07)

Release v3.5.0

08 Jun 14:38
Compare
Choose a tag to compare

3.5.0 (2022-06-08)

⚠ BREAKING CHANGES

  • the submission port (587) is now served by mta

Postfix now serves the submission port 587. Please check your port bindings
as reflected in docker-compose.production.yml
This allows rspamd to recognize authenticated users. Besides that, sender
adresses are restricted to either the account name itself or its aliases.

Features

  • Add support for catchall addresses (#191) (061c8c4), closes #144
  • Allow encrypted mail submission on port 465 (disabled by default) (d8aeda1), closes #146
  • Warn users about exceeding quotas (5c11227)

Tests

Release v3.4.1

03 Jun 15:00
56934db
Compare
Choose a tag to compare

3.4.1 (2022-06-03)

Bug Fixes

  • do not enable fts mail plugin when not necessary / exclude trash and junk folders (#187) (b304001)
  • order of mail_plugin declaration (#188) (f5a8be2)

Release v3.4.0

02 Jun 13:09
Compare
Choose a tag to compare

3.4.0 (2022-06-02)

Features

  • Allow setting a different mysql port (fixes #142) (#182) (420e04b)
  • Provide autoconfigure file to configure Mozilla Thunderbird and others (#181) (53bd07c)
  • mda: Add indexed full text search to Dovecot (fixes #180, #150, #99) (aec5d06)

Bug Fixes

Tests

  • Update dependency jeboehm/imap-tester to v1 (#184) (e2cd19f)
  • mda: Test that marked junk mails are actually learned (#186) (405c581)