docker-mailserver

Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.

MIT License

Stars
13.6K

Bot releases are hidden (Show)

docker-mailserver - v14.0.0 Latest Release

Published by georglauterbach 5 months ago

Useful Links

  1. Diff to last release: https://github.com/docker-mailserver/docker-mailserver/compare/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.

New Contributors

docker-mailserver - v13.3.1

Published by georglauterbach 9 months ago

Useful Links

  1. Diff to last release: https://github.com/docker-mailserver/docker-mailserver/compare/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) (https://github.com/docker-mailserver/docker-mailserver/pull/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

docker-mailserver - v13.3.0

Published by georglauterbach 9 months ago

Useful Links

  1. Diff to last release: https://github.com/docker-mailserver/docker-mailserver/compare/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

docker-mailserver - v13.2.0

Published by georglauterbach 10 months ago

Useful Links

  1. Diff to last release: https://github.com/docker-mailserver/docker-mailserver/compare/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

docker-mailserver - v13.1.0

Published by georglauterbach 10 months ago

Useful Links

  1. Diff to last release: https://github.com/docker-mailserver/docker-mailserver/compare/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.

New Contributors

docker-mailserver - v13.0.1

Published by polarathene 11 months ago

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!

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v13.0.0...v13.0.1

docker-mailserver - v13.0.0

Published by georglauterbach 11 months ago

Please refer to the CHANGELOG to get the complete and comprehensive overview of this release. Here is the full git-diff: https://github.com/docker-mailserver/docker-mailserver/compare/v12.1.0...v13.0.0.

Summary

Will be written in approximately 2 hours. Sorry for the delay.

New Contributors

docker-mailserver - v12.1.0

Published by georglauterbach over 1 year ago

Please refer to the CHANGELOG to get the complete and comprehensive overview of this release. Here is the full git-diff: https://github.com/docker-mailserver/docker-mailserver/compare/v12.0.0...v12.1.0.

Summary

Rspamd Stabilization

With v12.1.0, Rspamd is stabilized. We added more documentation (e.g. on the web interface), the option to greylist e-mails, an option to use HFILTER_HOSTNAME_UNKNOWN and a helper script for DKIM signing. The scripts have been properly stabilized and cleaned up as well, and all WIP warnings are now removed.

Updates to Fail2Ban

Fail2Ban saw some major updates in its configuration. The mode for Postfix was changed to extra to catch more log lines and the time to find an offender and the time the offer is banned was raised as well.

Smaller Fixes

v12.1.0 also packs a lot of smaller fixes for scripts, our CI and configurations.

What's Changed

docker-mailserver - v12.0.0

Published by georglauterbach over 1 year ago

Please refer to the CHANGELOG to get the complete and comprehensive overview of this release. Here is the full git-diff: https://github.com/docker-mailserver/docker-mailserver/compare/v12.0.0...v12.1.0.

Summary

v12.0.0 is our biggest release yet, with over 100 merged pull requests and closed issues, this release packs a ton of changes & updates. Make sure to thoroughly read the CHANGELOG! We will list the most natable changes now.

Rspamd Support

v12.0.0 is the first release to feature Rspamd. Support for this feature is expected to stabilize with v12.1.0 - we encourage all users to give it a try though, as we feel like support is mature enough to run it on production systems. There will be a dedicated page in our documentation about Rspamd!

We plan on making Rspamd the default anti-spam engine in DMS. For the time being, Rspamd is an opt-in and you'll most likely want to disable Amavis & SA when using Rspamd.

Dropping ARMv7

Support for the already deprecated ARMv7 platform was dropped.

SASL Socket Location

The socket location for SASL changed to /dev/shm/sasl-auth.sock - custom setups need to take care!

Disabling chroot

We do not use chroot environments anymore. These environments caused trouble in the past and did not bring an advantage.

Bumping the Minimum TLS Version & Disabling SMTP Authentication on Port 25

The minimum supported protocol is now TLSv1.2. Moreover, we disabled SMTP authentication on the unencrypted port 25.

Fail2Ban Major Version Bump

We now ship Fail2Ban version 1.0.2, which is one major version ahead of DMS v11.3.1 and the latest version for Debian 11.

MOVE_SPAM_TO_JUNK Sieve File Adjustments

When using MOVE_SPAM_TO_JUNK, the Sieve script is now a global-after rule (before it was a global-before rule). This means you will now need to explicitly use the stop directive and disable implicit keep when using user scripts (e.g. to whitelist e-mails).

Heavily Updated Unit & Integration Tests

While you may not notice this in the final image, we are working hard behind the scenes to further improve our CI. With v12.0.0, almost all of our tests have been migrated to a new format in which tests can now run in parallel, decreasing the time it takes to test new changes. The code quality was also improved, a ton of comments were added to the helper code and many new helpers now assist in tests.

Miscellaneous

  • ping & dig are now shipped with the image
  • many minor bugfixes
  • added vulnerability scanning workflow to GH Actions
  • better default for SA_KILL
  • added check for improper restarts so users directly see when they did a not-supported restart
  • the Dovecot community repository is now the default
  • removed DNSBLs from Postfix's recipient checks
  • removed all wrapper scripts, cleaning up the code

Merged Pull Requests

[Excluding PRs by @dependabot & @github-actions.]

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v11.3.1...v12.0.0

docker-mailserver - v11.3.1

Published by georglauterbach almost 2 years ago

Summary

This patch version fixes a build-time error when using the Dovecot community repository. This does not affect users that use the plain container image but people who build DMS on their own with DOVECOT_COMMUNITY_REPO=1.

What's Changed


Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v11.3.0...v11.3.1

docker-mailserver - v11.3.0

Published by georglauterbach almost 2 years ago

Please refer to the CHANGELOG to get the complete and comprehensive overview of this release.

Summary

Internal Changes

This release saw significant changes to the CI: we are now capable of running tests in parallel, which will cut down test time significantly in the future. Future pull requests will improve this further.

External Changes

The Postfix / Postscreen configuration was adjusted to better work with DNSBL return codes (throwing away invalid or useless return codes or codes that indicate using an open resolver). The user-patches.sh is now run exactly at the time the documentation says it will run. Fetchmal data was made persistent. Some scripts was minor bug fixes.

Deprecation Notice

  • Removing TLS 1.0 and TLS 1.1 ciphersuites from TLS_LEVEL=intermediate
    You 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_PASSWD ENV
    An old ENV SASL_PASSWD has been around for supporting relay-host authentication, but since superceded by the postfix-sasl-password.cf config 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.

What's Changed

New Contributors


Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v11.2.0...v11.3.0

docker-mailserver - v11.2.0

Published by georglauterbach about 2 years ago

Please refer to the CHANGELOG to get the complete and comprehensive overview of this release.

Summary

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 requires Docker Buildkit as the ClamAV Signatures are added via COPY --link ... during build-time. Moreover, the build is now multi-stage. ENABLE_LDAP is now deprecated.

What's Changed

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v11.1.0...v11.2.0

docker-mailserver - v11.1.0

Published by georglauterbach over 2 years ago

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.

Features

Fixes

  • 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 1 docker-mailserver container is running (#2622)

Improvements

  • The Change Detector service will now only process relevant changes (#2615), in addition to now monitoring postfix-sasl-password.cf, postfix-relaymap.cf, and postfix-regexp.cf (#2623)
  • For LDAP users that only need to support a single mail domain, setup config dkim should now detect the domain implicitly (#2620)
  • The container capability SYS_PTRACE is no longer necessary (#2624)
  • Added an example for configuring a basic container healthcheck command (#2625)
  • Postfix main.cf setting compatibility_level was set to 2 during our startup scripts. This is now part of our default shipped main.cf config (#2597)
  • The Postfix main.cf override/extension support via postfix-main.cf has been improved to support multi-line values, instead of the previous single-line only support (#2598)

Deprecation Notice

  • SASL_PASSWD ENV
    An old ENV SASL_PASSWD has been around for supporting relay-host authentication, but since superceded by the postfix-sasl-password.cf config 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.

What's Changed (Generated)

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v11.0.0...v11.1.0

docker-mailserver - v11.0.0

Published by georglauterbach over 2 years ago

Major Changes

  1. Internal logging has been refactored. The environment variable DMS_DEBUG has been replaced by LOG_LEVEL to better control the verbosity of logs we output. The new logger is more structured and follows standard log conventions. LOG_LEVEL can be set to: error, warn, info (default), debug and trace.
  2. iptables has been replaced by nftables. The Fail2Ban configuration was adjusted accordingly. If you use iptables yourself (e.g. in user-patches.sh), make sure to update the scripts.
  3. PERMIT_DOCKER has a new default value of none. This change better secures Podman; to keep the old behaviour (adding the container IP address to Postfix's mynetworks), use PERMIT_DOCKER=container.

Minor Changes

  1. 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.
  2. New environment variables were added:
    1. CLAMAV_MESSAGE_SIZE_LIMIT
    2. TZ
  3. SpamAssassin KAM was added with ENABLE_SPAMASSASSIN_KAM.
  4. The fail2ban command was reworked and can now ban IP addresses as well.
  5. 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.
  6. Some default values for environment values changed: these are mostly non-critical, please refer to #2428 and #2487.

Merged Pull Requests

  • [improvement] tests: remove legacy functions / tests by @casperklein in #2434
  • [improvement] PERMIT_DOCKER=none as new default value by @casperklein in #2424
  • [improvement] Adjust environment variables to more sensible defaults by @georglauterbach in #2428
  • [fix] macOS linting support by @NorseGaud in #2448
  • [improvement] Rename config examples directory by @casperklein in #2438
  • [docs] FAQ - Update naked/bare domain section by @sportshead in #2446
  • [improvement] Remove obsolete setup.sh debug inspect command from usage description by @casperklein in #2454
  • [feature] Introduce CLAMAV_MESSAGE_SIZE_LIMIT env by @casperklein in #2453
  • [fix] remove SA reload for KAM by @georglauterbach in #2456
  • [docs] Enhance logrotate description by @casperklein in #2469
  • [improvement] Remove macOS specific code / support + shellcheck should avoid python, regardless of permissions by @NorseGaud in #2466
  • [docs] Update fail2ban.md by @casperklein in #2484
  • [fix] Makefile: Remove backup/restore of obsolete config directory by @casperklein in #2479
  • [improvement] scripts: small refactorings by @georglauterbach in #2485
  • [fix] Building on Ubuntu 21.10 failing to install postfix by @NorseGaud in #2468
  • [improvement] Use FQDN as REPORT_SENDER default value by @casperklein in #2487
  • [improvement] Improve test, get rid of sleep by @casperklein in #2492
  • [feature] scripts: new log by @georglauterbach in #2493
  • [fix] Restart supervisord early by @casperklein in #2494
  • [improvement] scripts: renamed function _errex -> _exit_with_error by @georglauterbach in #2497
  • [improvement] Remove invalid URL from SPF message by @casperklein in #2503
  • [improvement] scripts: refactored scripts located under target/bin/ by @georglauterbach in #2500
  • [improvement] scripts: refactoring & miscellaneous small changes by @georglauterbach in #2499
  • [improvement] scripts: refactored daemon-stack.sh by @georglauterbach in #2496
  • [fix] add compatibility for Bash 4 to setup.sh by @georglauterbach in #2519
  • [fix] tests: disabled "quota exceeded" test by @georglauterbach in #2511
  • [fix] typo in setup-stack.sh by @eltociear in #2521
  • [improvement] scripts: introduce _log to sedfile by @georglauterbach in #2507
  • [feature] create .github/FUNDING.yml by @georglauterbach in #2512
  • [improvement] scripts: refactored check-for-changes.sh by @georglauterbach in #2498
  • [improvement] scripts: remove DMS_DEBUG by @georglauterbach in #2523
  • [feature] firewall: replace iptables with nftables by @georglauterbach in #2505
  • [improvement] log: adjust level and message(s) slightly for four messages by @georglauterbach in #2532
  • [improvement] log: introduce proper log level fallback and env getter function by @georglauterbach in #2506
  • [feature] scripts: added TZ environment variable to set timezone by @georglauterbach in #2530
  • [improvement] setup: added grace period for account creation by @georglauterbach in #2531
  • [improvement] refactor: letsencrypt implicit location discovery by @polarathene in #2525
  • [improvement] setup.sh/setup: show usage when no argument is given by @casperklein in #2540
  • [improvement] Dockerfile: Remove not needed ENVs and add comment by @casperklein in #2541
  • [improvement] chore: (setup-stack.sh) Fix a small typo by @polarathene in #2552
  • [feature] Add ban feature to fail2ban script by @casperklein in #2538
  • [fix] Fix changedetector restart loop by @casperklein in #2548
  • [improvement] chore: Drop setup.sh DATABASE fallback ENV by @polarathene in #2556

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v10.5.0...v11.0.0

docker-mailserver - v10.5.0

Published by georglauterbach over 2 years ago

What's Changed

Critical Changes

  1. 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).
  2. A resource leak in check-for-changes.sh was fixed (#2401)

Other Minor Changes

  1. SPAMASSASSIN_SPAM_TO_INBOX's default changed to 1.
  2. Changedetector functionality was added to SSL_TYPE=manual-setups.
  3. Three new environment variables were introduced: LOGWATCH_SENDER, ENABLE_DNSBL and ENABLE_SPAMASSASSIN_KAM.
  4. There are plenty of bug fixes and documentation enhancements with this release.

All Merged Pull Requests

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v10.4.0...v10.5.0

docker-mailserver - v10.4.0

Published by polarathene almost 3 years ago

What's Changed

This release upgrades our base image from Debian 10 to Debian 11.
There is also an important regression fixed for SSL_TYPE=letsencrypt users.

Changelog

  • [fix] A regression with check-for-changes.sh introduced in v10.3.0 affected SSL_TYPE=letsencrypt, preventing detection of cert renewals to restart services (unless using acme.json) #2326
  • [improvement] Base image upgraded from Debian 10 Buster to Debian 11 Bullseye #2116
    • Postfix upgraded from 3.4 to 3.5. Dovecot upgraded from 2.3.4 to 2.3.13. Python 2 is no longer included in the image, Python 3 remains (more information).
    • yescrypt is now supported upstream as a password hash algorithm, docker-mailserver continues to use SHA512-CRYPT (more information).
  • [chore] Dovecot statistics service disabled #2292

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v10.3.0...v10.4.0

docker-mailserver - v10.3.0

Published by polarathene almost 3 years ago

Description

This release fixes some issues with Dovecot Quotas (enabled by default), the SSL_DOMAIN ENV (rarely needed), DKIM and DMARC support.

Additionally there are some minor improvements and internal changes with HOSTNAME / DOMAINNAME handling, SSL_TYPE=letsencrypt and ACME cert extraction (Traefik specific) that should resolve some edge cases with handling cert renewals.

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.

Changelog

  • [fix] The Dovecot userdb will 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) when ENABLE_QUOTAS=1 (default) as a workaround for Postfix quota-status plugin 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 list command will no longer attempt to query Dovecot quota status when ENABLE_QUOTAS is disabled #2264
  • [fix] SSL_DOMAIN ENV should now work much more reliably #2274, #2278, #2279
  • [fix] DKIM - Removed refile: (regex type) from KeyTable entry in opendkim.conf, fixes validation error output from opendkim-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), the spool-postfix folder 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.sh is now invoked via bash to assist Kubernetes deployments with ConfigMap #2295

Internal

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.cf has been removed, it should not affect any users as our images have not included any of the related processes #2272
  • [refactor] check-for-changes.sh was carrying some duplicate code from setup-stack.sh that was falling out of sync, they now share common code #2260
  • [refactor] acme.json extraction 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.json and SSL_DOMAIN work, logic for SSL_TYPE=letsencrypt was also revised #2278
  • [improvement] Some minor tweaks to how we derive the internal HOSTNAME and DOMAINNAME from user configured hostname and domainname settings #2280

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v10.2.0...v10.3.0

docker-mailserver - v10.2.0

Published by georglauterbach about 3 years ago

A Big Minor Update

A lot of stuff happened in this release. Make sure to read on to get all important updates! Enjoy :)

Custom TLS Setups

With this release, internal TLS functionality was revised. If you run a special or custom setup, make sure to adjust it accordingly. If you're running a normal setup, you will not have to change anything for SSL. The certificates are now stored under /etc/dms/tls/.

Miscellaneous small additions and changes

  • [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_DIR to 1 (#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 old mkcert.sh (#2196)

Bigger scripts-related improvements

  • [scripts] update setup.sh to now use a running container first if one exists (#2134)
  • [scripts] included setup.sh functionality inside the container to be version independent again (#2174)
  • [scripts] HOSTNAME and DOMAINNAME setup improved (#2175)
  • [scripts] delmailuser can now delete mailboxed without TLD (#2172)
  • [scripts] refactored _setup_ssl in setup-stack.sh (#2196)
  • [scripts] properly exit on failure (#2199 in conjunction with #2196)
  • [scripts] make setup.sh completely non-interactive for Podman users (#2201)

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v10.1.2...v10.2.0

docker-mailserver - v10.1.2

Published by casperklein about 3 years ago

Description

This is bug fix release. It reverts a regression introduced with #2104.

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v10.1.1...v10.1.2

docker-mailserver - v10.1.1

Published by wernerfred about 3 years ago

Description

This release mainly improves on v10.1.0 with small bugfixes/improvements and dependency updates

Changelog

  • [feat] Add logwatch maillog.conf file to support /var/log/mail/ (#2112)
  • [docs] CONTRIBUTORS.md now 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

New Contributors

Full Changelog: https://github.com/docker-mailserver/docker-mailserver/compare/v10.1.0...v10.1.1