All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note: Changes and additions listed here are contained in the
:edgeimage tag. These changes may not be as stable as released changes.
- The environment variable
ENABLE_LDAP=1has been changed toACCOUNT_PROVISIONER=LDAP.
- New environment variable
MARK_SPAM_AS_READ. When set to1, marks incoming junk as "read" to avoid unwanted notification of junk as new mail (#3489)
- Rspamd:
- make
policyd-spfconfigurable (#3246) - add 'log' command to setup for Fail2Ban (#3299)
setupcommand now expects accounts and aliases to be mutually exclusive (#3270)
- update DKIM/DMARC/SPF docs (#3231)
- Fail2Ban:
- Rspamd:
- improve shutdown function by making PANIC_STRATEGY obsolete (#3265)
- update
bug_report.yml(#3275) - simplify
bug_report.yml(#3276) - revised the contributor workflow (#2227)
- default registry changed from DockerHub (
docker.io) to GHCR (ghcr.io) (#3233) - consistent namings in docs (#3242)
- get all
policyd-spfsetup in one place (#3263) - miscellaneous script improvements (#3281)
- update FAQ entries (#3294)
- GitHub Actions docs update workflow (#3241)
- fix dovecot: ldap mail delivery works (#3252)
- shellcheck: do not check .git folder (#3267)
- add missing -E for extended regexes in
smtpd_sender_restrictions(#3272) - fix setting
SRS_EXCLUDE_DOMAINSduring startup (#3271) - remove superfluous
EOFindmarc_dkim_spf.sh(#3266) - apply fixes to helpers when using
set -eE(#3285)
Notable changes are:
- Rspamd feature is promoted from preview status
- Services no longer use
chroot - Fail2Ban major version upgrade
- ARMv7 platform is no longer suppoted
- TLS 1.2 is the minimum supported protocol
- SMTP authentication on port 25 disabled
- The value of
smtpd_sender_restrictionsfor Postfix has replaced the value (#3127):- In
main.cfwith$dms_smtpd_sender_restrictions - In
master.cfinbound submissions ports 465 + 587 extend this inheritedsmtpdrestriction with$mua_sender_restrictions
- In
- security: Rspamd support:
- integration into scripts, provisioning of configuration & documentation (#2902,#3016,#3039)
- easily adjust options & modules (#3059)
- advanced documentation (#3104)
- make disabling Redis possible (#3132)
- persistence for Redis (#3143)
- integrate into
MOVE_SPAM_TO_JUNK(#3159) - make it possible to learn from user actions (#3159)
- heavily updated CI & tests:
- add information to Logwatch's mailer so
Envelope Fromis properly set (#3081) - add vulnerability scanning workflow & security policy (#3106)
- Add tools (ping & dig) to the image (2989)
- Fail2Ban major version updated to v1.0.2 (#2959)
- heavily updated CI & tests:
- we now run more tests in parallel bringing down overall time to build and test AMD64 to 6 minutes (#2938,#3038,#3018,#3062)
- remove CI ENV & disable fail-fast strategy (#3065)
- streamlined GH Actions runners (#3025)
- updated BATS & helper + minor updates to BATS variables (#2988)
- improved consistency and documentation for test helpers (#3012)
- improve the
cleanrecipe (don't requiresudoanymore) (#3020) - improve Amavis setup routine (#3079)
- completely refactor README & parts of docs (#3097)
- TLS setup (self-signed) error message now includes
SS_CA_CERT(#3168) - Better default value for SA_KILL variable (#3058)
restrict-accessavoid inserting duplicates (#3067)- correct the casing for Mime vs. MIME (#3040)
- Dovecot:
- OpenDMARC - Change default policy to reject (#2933)
- Change Detection service - Use service
reloadinstead of restarting process to minimize downtime (#2947) - Slightly faster container startup via
postconfworkaround (#2998) - Better group ownership to
/var/mail-state+ ClamAV inDockerfile(#3011) - Dropping Postfix
chrootmode: - Fixed several typos (#2990) (#2993)
- SRS setup fixed (#3158)
- Postsrsd restart loop fixed (#3160)
- Order of DKIM/DMARC milters matters (#3082)
- Make logrotate state persistant (#3077)
- the Dovecot community repository is now the default (#2901)
- moved SASL authentication socket location (#3131)
- only add Amavis configuration to Postfix when enabled (#3046)
- improve bug report template (#3080)
- remove Postfix DNSBLs (#3069)
- bigger script updates:
- improve Postfix config for spoof protection (#3127)
- Change Detection service - Remove 10 sec start-up delay (#3064)
- Postfix:
- Fail2Ban - Added support packages + remove wrapper script (#3032)
- Replace path with variable in mail_state.sh (#3153)
- configomat (submodule) (#3045)
- Due to deprecation:
- Redundant:
- build: Fix dovecot-fts-xapian dependency, when using dovecot community repository (#2937)
- scripts: Fail2ban - Enable network bans (#2818)
- ci: run tests in parallel (#2857)
- docs: added note about Docker version to documentation (#2799)
- configuration: Run fetchmail not in verbose mode (#2859)
- build: cleaned up
Makefileand its targets (#2833) - configuration: adjust handling of DNSBL return codes (#2890)
- ci: change to new output format in GH actions (#2892)
- build: cleaned up Makefile (#2833)
- tests: miscellaneous enhancements (#2815)
- scripts:
./setup.sh email listdid not display aliases correctly (#2877) - scripts: Improve error handling, when parameters are missing (#2854)
- scripts: Fix unbound variable error (#2849, #2853)
- scripts: Make fetchmail data persistent (#2851)
- scripts: Run
user-patches.shright before starting daemons (#2817) - scripts: Run Amavis cron job only when Amavis is enabled (#2831)
- config:
opendmarc.conf- Change the default OpenDMARC policy to reject (#2933)
-
Removing TLS 1.0 and TLS 1.1 ciphersuites from
TLS_LEVEL=intermediateYou should not realistically need support for TLS 1.0 or TLS 1.1, except in niche scenarios such as an old printer/scanner device that refuses to negotiate a compatible non-vulnerable cipher. More details covered here. -
SASL_PASSWDENV An old ENVSASL_PASSWDhas been around for supporting relay-host authentication, but since superceded by thepostfix-sasl-password.cfconfig file. It will be removed in a future major release as detailed here. -
Platform Support - ARMv7 This is a very old platform, superceded by ARMv8 and newer with broad product availability around 2016 onwards. Support was introduced primarily for users of the older generations of Raspberry Pi. ARM64 is the modern target for ARM devices.
If you require ARMv7 support, please let us know.
This release features a lot of small and medium-sized changes, many related to how the image is build and tested during CI. The build now multi-stage based and requires Docker Buildkit, as the ClamAV Signatures are added via COPY --link ... during build-time.
- The environment variable
ENABLE_LDAPis deprecated and will be removed in [13.0.0]. UseACCOUNT_PROVISIONER=LDAPnow.
- documentation: improve cron tasks documentation and fix link in documentation
- documentation: added link to brakkee.org for setup of docker-mailserver on Kubernetes
- CI: better build caching for CI
- CI: improve GitHub Action CI with re-usable workflows
- tests: ensure excessive FD limits are avoided
- configuration: added
reject_unknown_client_hostnameto main.cf
- documentation: update and improve K8s documentation
- scripts: set configomat output to loglevel debug
- scripts: refactor CLI commands for database management
- scripts: simplify Fail2Ban output
- tests: update submodules for BATS
- scripts: rework environment variables setup
- scripts: revised linting script
- scripts:
addmailuser- remove delaying completion until/var/mailis ready - configuration: remove unnecessary postconf switch '-e' and use single quotes where possible
- build: streamline COPY statements in Dockerfile
- scripts: improve
helpers/log.sh - build: adjust build arguments
- build: enhance build process
- configuration: remove unnecessary configuration files
- documentation: update documentation to fix regression causing broken links
- scripts:
_create_accounts()should run after waiting - scripts: only calculate checksums, when there are files to monitor.
- tests: wait at least 30 seconds before checking the health state of the container
- CI: add
outputstoworkflow_callongeneric_build
There are no security-related changes in this release.
Note: This part of the changelog was created before switching to the "Keep a Changelog"-format.
In this release the relay-host support saw significant internal refactoring in preparation for a future breaking change. Similar extensive restructuring through the codebase also occurred, where each PR provides more details. Care was taken to avoid breakage, but there may be some risk affecting unsupported third-party customizations which our test suite is unaware of.
- There is now support for Dovecot-Master accounts that provide admin access to all mail accounts (#2535)
- Using Port 465 to authenticate with a relay-host no longer breaks the Amavis transport for Postfix (#2607)
- When mounting
/var/mail-state, disabled services will no longer copy over data redundantly (#2608) - Amavis is now aware of new domains detected during Change Detection, no longer skipping virus and spam filtering (#2616)
setup.sh -c <container name>no longer ignores<container name>when more than 1docker-mailservercontainer is running (#2622)
- The Change Detector service will now only process relevant changes (#2615), in addition to now monitoring
postfix-sasl-password.cf,postfix-relaymap.cf, andpostfix-regexp.cf(#2623) - For LDAP users that only need to support a single mail domain,
setup config dkimshould now detect the domain implicitly (#2620) - The container capability
SYS_PTRACEis no longer necessary (#2624) - Added an example for configuring a basic container
healthcheckcommand (#2625) - Postfix
main.cfsettingcompatibility_levelwas set to2during our startup scripts. This is now part of our default shippedmain.cfconfig (#2597) - The Postfix
main.cfoverride/extension support viapostfix-main.cfhas been improved to support multi-line values, instead of the previous single-line only support (#2598)
-
SASL_PASSWDENV An old ENVSASL_PASSWDhas been around for supporting relay-host authentication, but since superceded by thepostfix-sasl-password.cfconfig file. It will be removed in a future major release as detailed here. -
Platform Support - ARMv7 This is a very old platform, superceded by ARMv8 and newer with broad product availability around 2016 onwards. Support was introduced primarily for users the older generations of Raspberry Pi. ARM64 is the modern target for ARM devices.
If you require ARMv7 support, please let us know.
- Internal logging has been refactored. The environment variable
DMS_DEBUGhas been replaced byLOG_LEVELto better control the verbosity of logs we output. The new logger is more structured and follows standard log conventions.LOG_LEVELcan be set to:error,warn,info(default),debugandtrace. iptableshas been replaced bynftables. The Fail2Ban configuration was adjusted accordingly. If you useiptablesyourself (e.g. inuser-patches.sh), make sure to update the scripts.PERMIT_DOCKERhas a new default value ofnone. This change better secures Podman; to keep the old behaviour (adding the container IP address to Postfix'smynetworks), usePERMIT_DOCKER=container.
- Many minor improvements were made (cleanup & refactoring). Please refer to the section below to get an overview over all improvements. Moreover, there was a lot of cleanup in the scripts and in the tests. The documentation was adjusted accordingly.
- New environment variables were added:
- SpamAssassin KAM was added with
ENABLE_SPAMASSASSIN_KAM. - The
fail2bancommand was reworked and can now ban IP addresses as well. - There were a few small fixes, especially when it comes to bugs in scripts and service restart loops (no functionality changes, only fixes of existing functionality). When building an image from the Dockerfile - Installation of Postfix on modern Linux distributions should now always succeed.
- Some default values for environment values changed: these are mostly non-critical, please refer to #2428 and #2487.
- [improvement] tests: remove legacy functions / tests #2434
- [improvement]
PERMIT_DOCKER=noneas new default value #2424 - [improvement] Adjust environment variables to more sensible defaults #2428
- [fix] macOS linting support #2448
- [improvement] Rename config examples directory #2438
- [docs] FAQ - Update naked/bare domain section #2446
- [improvement] Remove obsolete
setup.sh debug inspectcommand from usage description #2454 - [feature] Introduce
CLAMAV_MESSAGE_SIZE_LIMITenv #2453 - [fix] remove SA reload for KAM #2456
- [docs] Enhance logrotate description #2469
- [improvement] Remove macOS specific code / support + shellcheck should avoid python, regardless of permissions #2466
- [docs] Update fail2ban.md #2484
- [fix] Makefile: Remove backup/restore of obsolete config directory #2479
- [improvement] scripts: small refactorings #2485
- [fix] Building on Ubuntu 21.10 failing to install postfix #2468
- [improvement] Use FQDN as
REPORT_SENDERdefault value #2487 - [improvement] Improve test, get rid of sleep #2492
- [feature] scripts: new log #2493
- [fix] Restart supervisord early #2494
- [improvement] scripts: renamed function
_errex->_exit_with_error#2497 - [improvement] Remove invalid URL from SPF message #2503
- [improvement] scripts: refactored scripts located under
target/bin/#2500 - [improvement] scripts: refactoring & miscellaneous small changes #2499
- [improvement] scripts: refactored
daemon-stack.sh#2496 - [fix] add compatibility for Bash 4 to setup.sh #2519
- [fix] tests: disabled "quota exceeded" test #2511
- [fix] typo in setup-stack.sh #2521
- [improvement] scripts: introduce
_logtosedfile#2507 - [feature] create
.github/FUNDING.yml#2512 - [improvement] scripts: refactored
check-for-changes.sh#2498 - [improvement] scripts: remove
DMS_DEBUG#2523 - [feature] firewall: replace
iptableswithnftables#2505 - [improvement] log: adjust level and message(s) slightly for four messages #2532
- [improvement] log: introduce proper log level fallback and env getter function #2506
- [feature] scripts: added
TZenvironment variable to set timezone #2530 - [improvement] setup: added grace period for account creation #2531
- [improvement] refactor: letsencrypt implicit location discovery #2525
- [improvement] setup.sh/setup: show usage when no argument is given #2540
- [improvement] Dockerfile: Remove not needed ENVs and add comment #2541
- [improvement] chore: (setup-stack.sh) Fix a small typo #2552
- [feature] Add ban feature to fail2ban script #2538
- [fix] Fix changedetector restart loop #2548
- [improvement] chore: Drop
setup.shDATABASE fallback ENV #2556
- This release fixes a critical issue for LDAP users, installing a needed package on Debian 11 on build-time. Moreover, a race-condition was eliminated (#2341).
- A resource leak in
check-for-changes.shwas fixed (#2401)
SPAMASSASSIN_SPAM_TO_INBOX's default changed to1. (#2361)- Changedetector functionality was added to
SSL_TYPE=manual-setups. (#2404) - Four new environment variables were introduced:
LOGWATCH_SENDER,ENABLE_DNSBL,DOVECOT_INET_PROTOCOLSandENABLE_SPAMASSASSIN_KAM. (#2362, #2342, #2358, #2418) - There are plenty of bug fixes and documentation enhancements with this release.
- [fix] added
libldap-commonto packages in Dockerfile in #2341 - [fix] Prevent race condition on supervisorctl reload in #2343
- [docs] Update links to dovecot docs in #2351
- [fix] tests(fix): Align with upstream
testsslfield name change in #2353 - [improvement] Make TLS tests more reliable in #2354
- [feature] Introduce ENABLE_DNSBL env in #2342
- [feature] Introduce DOVECOT_INET_PROTOCOLS env in #2358
- [fix] Fix harmless startup errors in #2357
- [improvement] Add tests for sedfile wrapper in #2363
- [feature] add env var
LOGWATCH_SENDERin #2362 - [fix] Fixed non-number-argument in
listmailuserin #2382 - [fix] docs: Fail2Ban - Fix links for rootless podman in #2384
- [fix] docs(kubernetes): fix image name in example in #2385
- [fix] SSL documentation contains a small bug #2381 #2383
- [fix] get rid of subshell +
execinhelper-functions.shin #2401 - [docs] Rootless Podman security update #2393
- [fix] fix: double occurrence of
/etc/postfix/regexpin #2397 - [improvement] consistently make 1 the default value for
SPAMASSASSIN_SPAM_TO_INBOXin #2361 - [docs] added sieve example for subaddress sorting in #2410
- [feature] Add changedetector functionality for
${SSL_TYPE} == manualin #2404 - [docs] docs(deps): bump mkdocs-material to v8.2.1 in #2422
- [feature] Add SpamAssassin KAM in #2418
- [improvement] refactoring: split helper functions into smaller scripts in #2420
- [fix] fix: do not add accounts that already exists to account files in #2419
This release upgrades our base image from Debian 10 to Debian 11.
There is also an important regression fixed for SSL_TYPE=letsencrypt users.
- [fix] A regression with
check-for-changes.shintroduced inv10.3.0affectedSSL_TYPE=letsencrypt, preventing detection of cert renewals to restart services (unless usingacme.json) #2326 - [improvement] Base image upgraded from Debian 10 Buster to Debian 11 Bullseye #2116
- Postfix upgraded from
3.4to3.5. Dovecot upgraded from2.3.4to2.3.13. Python 2 is no longer included in the image, Python 3 remains (more information). yescryptis now supported upstream as a password hash algorithm,docker-mailservercontinues to useSHA512-CRYPT(more information).
- Postfix upgraded from
- [chore] Dovecot statistics service disabled #2292
WARNING: This release had a small regression affecting the detection of changes for certificates provisioned in /etc/letsencrypt with the config ENV SSL_TYPE=letsencrypt, unless you use Traefik's acme.json. If you rely on this functionality to restart Postfix and Dovecot when updating your cert files, this will not work and it is advised to upgrade to v10.4.0 or newer prior to renewal of your certificates.
- [fix] The Dovecot
userdbwill now additionally create "dummy" accounts for basic alias maps (alias maps to a single real account managed by Dovecot, relaying to external providers aren't affected) whenENABLE_QUOTAS=1(default) as a workaround for Postfixquota-statusplugin querying Dovecot with inbound mail for a user, which Postfix uses to reject mail if quota has been exceeded (to avoid risk of blacklisting from spammers abusing backscatter) #2248- NOTE: If using aliases that map to another alias or multiple addresses, this remains a risk.
- [fix]
setup email listcommand will no longer attempt to query Dovecot quota status whenENABLE_QUOTASis disabled #2264 - [fix]
SSL_DOMAINENV should now work much more reliably #2274, #2278, #2279 - [fix] DKIM - Removed
refile:(regex type) from KeyTable entry inopendkim.conf, fixes validation error output fromopendkim-testkey#2249 - [fix] DMARC - Removed quotes around the hostname value in
opendmarc.conf. This avoids an authentication failure where an OpenDKIM header was previously ignored #2291 - [fix] When using
ONE_DIR=1(default), thespool-postfixfolder now has the correct permissions carried over. This resolves some failures notably with sieve filters #2273 - [improvement] Warnings are now logged for ClamAV and SpamAssassin if they are enabled but Amavis is disabled (which is required for them to work correctly) #2251
- [improvement]
user-patches.shis now invoked viabashto assist Kubernetes deployments withConfigMap#2295
These changes are primarily internal and are only likely relevant to users that maintain their own modifications related to the changed files.
- [chore] Redundant config from Postfix
master.cfhas been removed, it should not affect any users as our images have not included any of the related processes #2272 - [refactor]
check-for-changes.shwas carrying some duplicate code fromsetup-stack.shthat was falling out of sync, they now share common code #2260 - [refactor]
acme.jsonextraction was refactored into a CLI utility and updated to Python 3 (required for future upgrade to Debian 11 Bullseye base image) #2274 - [refactor] As part of the Traefik
acme.jsonandSSL_DOMAINwork, logic forSSL_TYPE=letsencryptwas also revised #2278 - [improvement] Some minor tweaks to how we derive the internal
HOSTNAMEandDOMAINNAMEfrom user configuredhostnameanddomainnamesettings #2280
- You no longer need to maintain a copy of
setup.shmatching your version release from v10.2 ofdocker-mailserveronwards. Version specific functionality ofsetup.shhas moved into the container itself, whilesetup.shremains as a convenient wrapper to:docker exec -it <container name> setup <command>. ONE_DIRnow defaults to enabled (1).- For anyone relying on internal location of certificates (internal copy of mounted files at startup), the Postfix and Dovecot location of
/etc/postfix/sslhas changed to/etc/dms/tls. This may affect any third-partyuser-patches.shscripts that depended on this path to update certs. - The Let's Encrypt section of our SSL / TLS docs has been brought up to date.
- [scripts] update
setup.shto now use a running container first if one exists #2134 - [scripts] included
setup.shfunctionality inside the container to be version independent again #2174 - [scripts]
HOSTNAMEandDOMAINNAMEsetup improved #2175 - [scripts]
delmailusercan now delete mailboxed without TLD #2172 - [scripts] properly exit on failure (#2199 in conjunction with #2196)
- [scripts] make
setup.shcompletely non-interactive for Podman users #2201
Some internal refactoring and fixes happened this release cycle in #2196:
- [improve] The Postfix and Dovecot location of
/etc/postfix/sslhas changed to/etc/dms/tls - [improve] An invalid
SSL_TYPEor a valid value with an invalid configuration will now panic, exiting the container and emitting a fatal error to the logs - [fix] An unconfigured/empty
SSL_TYPEENV now correctly disables SSL support for Dovecot and general Postfix configurations. A reminder that this is unsupported officially, and is only intended for tests and troubleshooting. Use only a validSSL_TYPE(letsencryptandmanualare recommended) for production deployments - [fix]
TLS_LEVEL=intermediatenow modifies the system (container)openssl.cnfconfig to set the minimum protocol to TLS 1.0 (from 1.2) and cipher-suite support toDEFAULT@SECLEVEL=1(from2). This change is required for Dovecot in upcoming Debian Bullseye upgrade, to be compatible with theTLS_LEVEL=intermediatecipher-suite profile. It may affect other software within the container that relies on this openssl config, should you extend the Docker image #2193 - [fix] Provide DH parameters (default: RFC 7919 group
ffdhe406.pem) at build-time, instead of during startup. Custom DH parameters regardless ofONE_DIRare now only detected when mounted to/tmp/docker-mailserver/dhparams.pem#2192 - [docs] Revise the Let's Encrypt section of our SSL / TLS docs #2209
- [ci] improved caching #2197
- [ci] refactored spam tests and introduced common container setup template #2198
- [fix] update Fail2Ban wrapper to propagate errors to user #2170
- [fix] Dockerfile
sed's are now checked #2158 - [general] Updated default value of
ONE_DIRto1#2148 - [docs] updated Kubernetes documentation #2111
- [docs] introduced dedicated Podman documentation #2179
- [docs] miscellaneous documentation improvements
- [misc] introduced GitHub issue forms for issue templates #2160
- [misc] Removed the internal
mkcert.shscript for Dovecot as it is no longer needed #2196
This is bug fix release. It reverts a regression introduced with #2104.
This release mainly improves on v10.1.0 with small bugfixes/improvements and dependency updates
- [feat] Add logwatch maillog.conf file to support /var/log/mail/ (#2112)
- [docs]
CONTRIBUTORS.mdnow also shows every code contributor from the past (#2143) - [improve] Avoid chmod +x when not needed (#2127)
- [improve] check-for-changes: performance improvements (#2104)
- [dependency] Update various dependencies through docs and base image
- [security] This release contains also security fixes for OpenSSL
This release mainly improves on v10.0.0 with many bugfixes.
- [docs] Various documentation updates (#2105, #2045, #2043, #2035, #2001)
- [misc] Fixed a lot of small bugs, updated dependencies and improved functionality (#2095, #2047, #2046, #2041, #1980, #2030, #2024, #2001, #2000, #2059)
- [feat] Added dovecot-fts-xapian (#2064)
- [security] Switch GPG keyserver (#2051)
This release improves on 9.1.0 in many aspect, including general fixes, Fail2Ban, LDAP and documentation. This release contains breaking changes.
- [general] Fixed many prose errors (spelling, grammar, indentation).
- [general] Documentation is better integrated into the development process and it's visibility within the project increased (#1878).
- [general] Added
stop_grace_period:to example Compose file and supervisord (#1896 #1945) - [general]
./setup.sh email listwas enhanced, now showing information neatly (#1898) - [general] Added update check and notification (#1976, #1951)
- [general] Moved environment variables to the documentation and improvements (#1948, #1947, #1931)
- [security] Major Fail2Ban improvements (cleanup, update and breaking changes, see below)
- [fix]
./setup.sh email del ...now works properly - [code] Added color variables to
setup.shand improved the script as a whole (#1879, #1886) - [ldap] Added
LDAP_QUERY_FILTER_SENDERS(#1902) - [ldap] Use dovecots LDAP
urisconnect option instead ofhosts(#1901) - [ldap] Complete rework of LDAP documentation (#1921)
- [docs] PRs that contain changes to docs will now be commented with a preview link (#1988)
- [security] Fail2Ban adjustments:
- Fail2ban v0.11.2 is now used (#1965).
- The previous F2B config (from an old Debian release) has been replaced with the latest default config for F2B shipped by Debian 10.
- The new default blocktype is now
DROP, notREJECT(#1914). - A ban now applies to all ports (
iptables-allports), not just the ones that were "attacked" (#1914). - Fail2ban 0.11 is totally compatible to 0.10, but the database got some new tables and fields (auto-converted during the first start), so once updated to DMS 10.0.0, you have to remove the database
mailstate:/lib-fail2ban/fail2ban.sqlite3if you would need to downgrade to DMS 9.1.0 for some reason.
- [ldap] Removed
SASLAUTHD_LDAP_SSL. Instead provide a protocol inSASLAUTHD_LDAP_SERVERand adjustSASLAUTHD_LDAP_default values (#1989). - [general] Removed
stablerelease tag (#1975):- Scheduled builds are now based off
edge. - Instead of
stable, please use the latest version tag available (or thelatesttag). - The
stableimage tag will be removed from DockerHub in the near future.
- Scheduled builds are now based off
- [setup] Removed
./setup config sslcommand (deprecated since v9).SSL_TYPE=self-signedremains supported however. (dc8f49de, #2021)
This release marks the breakpoint where the wiki was transferred to a reworked documentation
- [feat] Introduce ENABLE_AMAVIS env (#1866)
- [docs] Move wiki to gh-pages (#1826) - Special thanks to @polarathene 👨🏻💻
- You can edit the docs now directly with your code changes
- Documentation is now versioned related to docker image versions and viewable here: https://docker-mailserver.github.io/docker-mailserver/latest/
A small update on the notification function which was made more stable as well as minor fixes.
- [fix]
_notifycannot fail anymore - non-zero returns lead to unintended behavior in the past whenDMS_DEBUGwas not set or0 - [refactor]
check-for-changes.shnow uses_notify
- [feat] Support extra
user_attributesin accounts configuration (#1792) - [feat] Add possibility to use a custom dkim selector (#1811)
- [feat] TLS: Dual (aka hybrid) certificate support! (eg ECDSA certificate with an RSA fallback for broader compatibility) (#1801).
- This feature is presently only for
SSL_TYPE=manual, all you need to do is provide your fallback certificate to theSSL_ALT_CERT_PATHandSSL_ALT_KEY_PATHENV vars, just like your primary certificate would be setup for manual mode.
- This feature is presently only for
- [security] TLS: You can now use ECDSA certificates! (#1802)
- Warning: ECDSA may not be supported by legacy systems (most pre-2014). You can provide an RSA certificate as a fallback.
- [fix] TLS: For some docker-compose setups when restarting the docker-mailserver container, internal config state may have been persisted despite making changes that should reconfigure TLS (eg changing
SSL_TYPEor replacing the certificate file) (#1801). - [refactor] Split
start-mailserver.sh(#1820) - [fix] Linting now uses local path to remove the sudo dependency (#1831).
- [security] TLS:
TLS_LEVEL=modernhas changed the server-side preference order to 128-bit before 256-bit encryption (#1802).- NOTE: This is still very secure but may result in misleading lower scores/grades from security audit websites.
- [security] TLS:
TLS_LEVEL=modernremoved support for AES-CBC cipher suites and follows best practices by supporting only AEAD cipher suites (#1802).- NOTE: As TLS 1.2 is the minimum required for modern already, AEAD cipher suites should already be supported and preferred.
- [security] TLS:
TLS_LEVEL=intermediatehas removed support for cipher suites using RSA for key exchange (only available with an RSA certificate) (#1802).- NOTE: This only affects Dovecot which supported 5 extra cipher suites using AES-CBC and AES-GCM. Your users MUA clients should be unaffected, preferring ECDHE or DHE for key exchange.
- [refactor] Complete refactoring of opendkim script (#1812).
- NOTE: Use
./setup.sh config dkim helpto see the new syntax.
- NOTE: Use
This release is a hotfix for #1781.
- [spam]
bl.spamcop.netwas removed from the list of spam lists since the domain expired and became unusable
The transfer of the old repository to the new organization has completed. This release marks the new starting point for docker-mailserver in the docker-mailserver organization. Various improvements were made, small bugs fixed and the complete CI was transferred.
- [general] transferred the whole repository to
docker-mailserver/docker-mailserver - [general] adjusted
README.mdand split offENVIRONMENT.md - [ci] usage of the GitHub Container Registry
- [ci] switched from TravisCI to GitHub Actions for CI/CD
- now building images for
amd64andarm/v7andarm/64 - integrated stale issues action to automatically close stale issues
- adjusted issue templates
- now building images for
- [build] completely refactored and improved the
Dockerfile - [build] improved the
Makefile - [image improvement] added a proper init process
- [image improvement] improved logging significantly
- [image improvement] major LDAP improvements
- [bugfixes] miscellaneous bug fixes and improvements
- [image improvement] log-level now defaults to
warn - [image improvement] DKIM default key size now 4096
- [general] the
:latesttag is now the latest release and:edgerepresents the latest push onmaster - [general] URL changed from
tomav/...todocker-mailserver/...
- [scripts] refactored
target/bin/ - [scripts] redesigned environment variable use
- [general] added Code of Conduct
- [general] added missing Dovecot descriptions
- [tests] enhanced and refactored all tests
- [scripts] use of default variables has changed slightly (consult environment variables)
- [scripts] Added coherent coding style and linting
- [scripts] Added option to use non-default network interface
- [general] new contributing guidelines were added
- [general] SELinux is now supported