Releases: mailcow/mailcow-dockerized
๐๐ Mooctober 2025 Update | Rspamd 3.13.2 and Redis Security Update - Revision A
What's Changed
- Disable PHP opcache.jit by @patschi in #6847
- Add Vietnamese language by @milkmaker in #6854
- Translations update from Weblate by @milkmaker in #6861
- chore(deps): update devops-infra/action-pull-request action to v1 by @renovate[bot] in #6840
- chore(deps): update devops-infra/action-pull-request action to v1.0.2 by @renovate[bot] in #6850
- chore(deps): update alpine docker tag to v3.22 by @renovate[bot] in #6417
Full Changelog: 2025-10...2025-10a
๐๐ Mooctober 2025 Update | Rspamd 3.13.2 and Redis Security Update
What's Changed
- [Redis] Update to Redis 7.4.6 by @FreddleSpl0it in #6829
- [Rspamd] Update to 3.13.2 by @FreddleSpl0it in #6830
- fix autodiscover when using ldap with attribute mapping templates by @Hobby-Student in #6797
- [Web] Fix SOGo redirection after login by @FreddleSpl0it in #6828
- Show app passwords for successful logins on user page by @tjmills-dev in #6821
- Optimize phpfpm opcache: more aggressive caching, enable JIT by @patschi in #6783
- [Web] Add password verification when setting recovery email by @FreddleSpl0it in #6836
- chore(deps): update dependency php/pecl-mail-mailparse to v3.1.9 by @renovate[bot] in #6798
- chore(deps): update dependency krakjoe/apcu to v5.1.27 by @renovate[bot] in #6696
- Update pt-br lang by @olavorn in #6803
- Translations update from Weblate by @milkmaker in #6826
New Contributors
- @olavorn made their first contribution in #6803
- @Hobby-Student made their first contribution in #6797
- @tjmills-dev made their first contribution in #6821
Full Changelog: 2025-09c...2025-10
๐๐ Mootember Update 2025 - Revision C
What's Changed
- [SOGo][Web] SOGo URL Encryption support by @FreddleSpl0it in #6758
- [Nginx] do not invert ENABLE_IPV6 by @FreddleSpl0it in #6762
- [Web] Remove Port from HTTP_HOST by @FreddleSpl0it in #6760
- [Web] Allow wildcard subdomains for MTA-STS by @FreddleSpl0it in #6759
- [Web] set cookie SameSite attribute to Lax by @FreddleSpl0it in #6766
- [Web] Rename PHP Cookie to MCSESSID by @FreddleSpl0it in #6767
- Update GitHub's issue template by @patschi in #6772
- Clearer message to install required tool, e.g. jq by @patschi in #6764
- Make domain description field readonly when no ACL by @patschi in #6789
- Show "Never" by default if no last-modified date saved by @patschi in #6788
- Hide relayhosts when ACL does not allow by @patschi in #6787
- Fix several SQL statements by @patschi in #6786
- Fixed wrong footer escaping for certain characters by @patschi in #6782
- Rename password fields for AppPasswords same way for consistency by @patschi in #6781
- Fixed password complexity check for AppPasswords creation/edit by @patschi in #6780
- Remove debug console.log calls by @patschi in #6779
- Enable HTTPS redirect by default on new setups by @patschi in #6777
- [Helpers] Fix cold-standby digits in compose project names and inclusion of docker-compose.override.yml by @sdsys-ch in #6800
- Fix enabling of ipv6 when updating by @SpaghettiBorgar in #6791
- Update variable name for prometheus-exporter security token by @vbrandl in #6776
- Fixed typo in lang de-de by @codiflow in #6765
- Fix typos in config by @jonasc in #6792
- chore(deps): update actions/stale action to v10.1.0 by @renovate[bot] in #6806
- [Postfix] update postscreen_access.cidr by @milkmaker in #6801
- Translations update from Weblate by @milkmaker in #6771
- Translations update from Weblate by @milkmaker in #6794
- Translations update from Weblate by @milkmaker in #6785
- Translations update from Weblate by @milkmaker in #6790
- Translations update from Weblate by @milkmaker in #6793
- Translations update from Weblate by @milkmaker in #6743
- Translations update from Weblate by @milkmaker in #6749
New Contributors
- @sdsys-ch made their first contribution in #6800
- @jonasc made their first contribution in #6792
- @SpaghettiBorgar made their first contribution in #6791
- @vbrandl made their first contribution in #6776
Full Changelog: 2025-09b...2025-09c
๐๐ Mootember Update 2025 - Revision B
What's Changed
- scripts: ipv6_controller improvement + fix modules handling by @DerLinkman in #6722
- [SOGo] Drop deprecated
sogo_update_passwordsql trigger if it still exists by @FreddleSpl0it in #6727 - [Web] remove unused bcc dest column from alias table by @FreddleSpl0it in #6726
- [Nginx] fix: Disable IPv6 support in Nginx configuration by @p-atr in #6736
New Contributors
Full Changelog: 2025-09a...2025-09b
๐๐ Mootember Update 2025 - Revision A
What's fixed?
- improved ipv6 controller to detect more ipv6 scenarios in #6722
- improved other scripts submodule handling in #6722
- changed docker 28 needed daemon.json content accordingly in #6722
Full Changelog: 2025-09...2025-09a
๐๐ Mootember Update 2025 | MTA-STS Support, SOGo 5.12.3, Rspamd 3.12.1, and More
Caution
mailcow now requires jq to be installed on the host system in order to operate with the redesigned IPv6 controller.
If it's missing, please install it before running the update, this tool is mandatory and will not be removed in a future release.
Caution
This update introduces a brand-new container: postfix-tlspol-mailcow, which adds outbound MTA-STS support to Postfix.
After updating, verify that the new container is running correctly by reviewing the logs:
docker compose logs -f --tail 200 postfix-tlspol-mailcow
If you encounter CPU Problems or continuous restarts, rebuild the image manually:
docker build -t ghcr.io/mailcow/postfix-tlspol:1.0 data/Dockerfiles/postfix-tlspol
docker compose up -d
Features
- [Rspamd][Web] Internal alias support โก๏ธ PR #6713
- [Postfix][Web] add mta-sts support โก๏ธ PR #6686
- [Helper-Scripts] Add prometheus exporter and grafana dashboard for mailcow โก๏ธ PR #6314
- [DB][Web] optimize qhandler by keeping SHA2 in new column qhash โก๏ธ PR #6556
- [Web] Add delimiter_action to mailbox and mailbox_template add/edit admin forms โก๏ธ PR #6620
- [Core] modules splitting + ipv6 nat rewrite โก๏ธ PR #6634
Updates
- [SOGo] update to 5.12.3 โก๏ธ Commit 360fe03
- [Rspamd] update rspamd to 3.12.1 โก๏ธ PR #6643
Bug Fixes
- [Clamd] Changed clamavs tmp folder structure โก๏ธ PR #6698
- [Rspamd] only recreate external_services.conf file if it was deleted โก๏ธ PR #6717
- [Dovecot] imapsync gets correct timeouts from imapsync_runner.pl โก๏ธ PR #6682
- [Web] Fix multiple PHP Warnings present in "stock" installation โก๏ธ PR #6651
- [Dovecot] Prevent user login if protocol access has been disabled โก๏ธ PR #6716
- [Web] Only include mailcow_info in JS when mailcow_cc_username is set โก๏ธ PR #6715
- [Rspamd] Add boundary if present when applying domain-wide footer โก๏ธ PR #6714
- [Rspamd] Do not increment rate limit for emails from user to himself โก๏ธ PR #6706
- [Web] rename login placeholder for mailbox to email address โก๏ธ PR #6693
- [Watchdog] use dig instead of check_dns โก๏ธ PR #6685
- [Rspamd] Fill module name for set_pre_result actions โก๏ธ PR #6630
- [Netfilter] fix negative timer, no unbanning of IPs โก๏ธ PR #6575
New Contributors
- @denis-ev made their first contribution in #6575
- @mmachatschek made their first contribution in #6643
- @CodeShellDev made their first contribution in #6570
- @CLechleitner42 made their first contribution in #6556
- @Hassanzadeh-sd made their first contribution in #6314
- @maxi322 made their first contribution in #6685
- @sandroshu made their first contribution in #6697
- @psuet made their first contribution in #6651
Full Changelog: 2025-07...2025-09
๐ฅ๐ Mooly Update 2025 | Security Update
โ ๏ธ Vulnerability fixedโ ๏ธ
This update addresses a critical vulnerability that allowed Remote Code Execution (RCE) by authenticated admin users.
All users are strongly advised to update. A CVE will follow the next Days.
What's Changed
- compose: add selinux label to mysql-socket-vol (permission) by @DerLinkman in #6560
- [Postfix] update postscreen_access.cidr by @milkmaker in #6573
- [Postfix] update postscreen_access.cidr by @milkmaker in #6611
- [ACME] Remove deprecated ACME_CONTACT variable by @FreddleSpl0it in #6617
- [Dovecot] Use Jinja2 sandbox for rendering quota and quarantine notifโฆ by @FreddleSpl0it in #6631
- Translations update from Weblate by @milkmaker in #6548
- Translations update from Weblate by @milkmaker in #6552
- Translations update from Weblate by @milkmaker in #6582
- Translations update from Weblate by @milkmaker in #6589
- Translations update from Weblate by @milkmaker in #6599
- Translations update from Weblate by @milkmaker in #6600
- Translations update from Weblate by @milkmaker in #6601
- Translations update from Weblate by @milkmaker in #6609
- Translations update from Weblate by @milkmaker in #6614
- Translations update from Weblate by @milkmaker in #6622
- Translations update from Weblate by @milkmaker in #6629
Full Changelog: 2025-05...2025-07
๐๐ Mooay 2025 Update | Identity Provider Improvements and Bug Fixes
What's Changed
Features
- feat(olefy): Allow disabling Olefy by @marvinruder in #6398
- Allow additional domains in OAuth2 redirect URLs by @PseudoResonance in #6483
- [Web] Add quick links to other login pages and mailcow login toggle by @FreddleSpl0it in #6521
- [Web] Add identity_provider option to disable auto-creation of users on login by @FreddleSpl0it in #6530
Changes
- Translations update from Weblate by @milkmaker in #6463
- Translations update from Weblate by @milkmaker in #6478
- Update dependency Imagick/imagick to v3.8.0 by @renovate in #6480
- Translations update from Weblate by @milkmaker in #6502
- Replace bgp.he.net with bgp.tools by @NickBouwhuis in #6376
- [Postfix] update postscreen_access.cidr by @milkmaker in #6509
Bug Fixes
- [Dovecot] Fix EAS login issue with app passwords and improve auth cache handling in Dovecot by @FreddleSpl0it in #6488
- Check if skip_sogo is not set before redirecting to SOGo by @Kuehn-Andreas in #6495
- [Web] Fix force password update at next login by @FreddleSpl0it in #6487
- rspamd: remove .info from fishy tlds (default) by @DerLinkman in #6342
- [Fix] Moving mails by functions.quarantine.inc.php to inbox failed by @mrclschstr in #6506
- Fix typo in rspamd rule in composites.conf by @krzsztf1 in #6515
- fix: typo in default_template by @seclution in #6518
- Update legacy admin dashboard links by @Habetdin in #6485
New Contributors
- @Kuehn-Andreas made their first contribution in #6495
- @NickBouwhuis made their first contribution in #6376
- @krzsztf1 made their first contribution in #6515
- @seclution made their first contribution in #6518
Full Changelog: 2025-03b...2025-05
๐ฎ๐ฎ Moorch 2025 Update | The Update which changed the Cow | Revision B
This minor release includes bug fixes for the 2025-03 release.
Caution
The 2025-03 release contains breaking changes.
Please read the changelog: https://github.com/mailcow/mailcow-dockerized/releases/tag/2025-03
What's Changed
- [SOGo] Update to 5.12.0
- [Postfix] update postscreen_access.cidr by @milkmaker in #6443
- Fix sasl_logs by @FreddleSpl0it in #6450
- [Web] Fix transport routing test by @FreddleSpl0it in #6451
- [Netfilter] Downgrade to 1.61 by @FreddleSpl0it in #6438
- Fix tiny typo by @sardaukar in #6426
- [SOGo] Use JS for mailcow logout by @FreddleSpl0it in #6439
- [Dovecot] Increase Timeout for HTTP Login Request by @FreddleSpl0it in #6422
- [Web] Improve clarity of LDAP SSL/TLS settings by @FreddleSpl0it in #6460
New Contributors
- @sardaukar made their first contribution in #6426
Full Changelog: 2025-03a...2025-03b
๐ฎ๐ฎ Moorch 2025 Update | The Update which changed the Cow | Revision A
This release includes only bug fixes for the 2025-03 release.
Caution
The 2025-03 release contains breaking changes.
Please read the changelog: https://github.com/mailcow/mailcow-dockerized/releases/tag/2025-03
What's Changed
- [Nginx] Move conf.d include before SNI vhosts by @FreddleSpl0it in #6411
- [Web] Use absolute paths for flag SVGs by @FreddleSpl0it in #6410
- [Web] Check if mailbox is active before renaming by @FreddleSpl0it in #6409
- [Swagger] Fix type property for /api/v1/add/bcc endpoint by @FreddleSpl0it in #6408
- [Web] Fix oauth2 redirect after user login by @FreddleSpl0it in #6407
- [Web] Fix SOGo access after Passwordless auth by @FreddleSpl0it in #6406
- fix(ui): Swap translations for oversized dropdown by @marvinruder in #6402
Full Changelog: 2025-03...2025-03a