Jeboehm Docker Mailserver Versions Save

Docker Mailserver based on the famous ISPMail guide

v3.7.1

6 months ago

3.7.1 (2023-10-21)

Bug Fixes

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

v3.7.0

6 months ago

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)

v3.6.0

1 year ago

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)

v3.5.4

1 year ago

3.5.4 (2023-03-10)

Bug Fixes

  • web: fixed managesieve login issues (82c1cd9)

v3.5.3

1 year ago

3.5.3 (2022-12-19)

v3.5.2

1 year ago

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)

v3.5.1

1 year ago

3.5.1 (2022-12-07)

v3.5.0

1 year ago

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

v3.4.1

1 year ago

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)

v3.4.0

1 year ago

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)