Mailu v1.7.0 Release Notes

Release Date: 2019-08-22 // over 4 years ago
  • ⬆️ Upgrade should run fine as long as you generate a new compose or stack ⬆️ configuration and upgrade your mailu.env.

    ⬆️ If you run the PostgreSQL server, the database was upgrade, so you will need to ⬆️ dump the database before upgrading and load the dump after the upgrade is complete. Please note that the shipped image for PostgreSQL database will be 🗄 deprecated before 1.8.0, you can switch to an external database server by then.

    • 🗄 Deprecation: using the internal postgres image will be deprecated by 1.8.0
    • 🔋 Features: Update Fetchmail to 7.0.0, which features more current SSL support (#891)
    • 🔋 Features: Relays with authentication (#958)
    • 🔋 Features: Fixed hardcoded antispam and antivirus host addresses (#979)
    • 🔋 Features: Add sidebar toggle (#988)
    • 🔋 Features: Don’t use complicated rsyslogd logging in postfix anymore, instead start the daemon directly — configured to log to stdout. (#1049)
    • 🔋 Features: Update alpine to 3.10 and clean up the ensuing problems. (#1051)
    • 🔋 Features: Update user password in commandline (#1066)
    • 🔋 Features: use HTTP/1.1 for proxyied connections (#1070)
    • 🔋 Features: Update Rainloop to 1.13.0 (#1071)
    • 🔋 Features: Use python package socrate instead of Mailustart (#1082)
    • 🛠 Bugfixes: Use ldez/traefik-certs-dumper in our certificate dumper to have a more robust solution (#820)
    • 🛠 Bugfixes: Make aliases optionally case-insensitive: After attempting to resolve an alias in its preserved case, also attempt to match it case-insensitively (#867)
    • 🛠 Bugfixes: Fix HOST_* variable usage (#884)
    • 🛠 Bugfixes: Fix DKIM-DNS entries in admin webinterface (#1075)
    • 🛠 Bugfixes: Allow subnet with host bit set in setup (#1083)
    • 🛠 Bugfixes: Support domain literals (#1087)
    • 🛠 Bugfixes: Fix creating new fetched accounts
    • 🛠 Bugfixes: Fix poor performance if ANTIVIRUS is configured to none.
    • 🛠 Bugfixes: Implement mailustart to resolve webmail in admin (#716)
    • 🛠 Bugfixes: Rename cli commands and their options (replace "_" with "-") (#877)
    • 🛠 Bugfixes: Fix typo in migration script (#905)
    • 🛠 Bugfixes: Fix redis hostname in admin
    • 👌 Improved Documentation: Move the localization effort to Weblate (#916)
    • ✨ Enhancement: Distinguish disabled user in user list view by row color
    • ✨ Enhancement: Make Unbound drop privileges after binding to port
    • ✨ Enhancement: Stop using static assets, but build them using Webpack
    • ✨ Enhancement: Create an Authentication Token with IPv6 address restriction (#829)
    • ✨ Enhancement: Automatically create admin user on container startup if given appropriate environment variables
    • ✨ Enhancement: Missing wildcard option in alias flask command (#869)