Tags give the ability to mark specific points in history as being important
-
v0.41
dd7a2aa8 · ·v0.41 (February 26, 2019) ------------------------- System: * Missing brute force login attack prevention (fail2ban) filters which stopped working on Ubuntu 18.04 were added back. * Upgrades would fail if Mail-in-a-Box moved to a different directory in `systemctl link`. Mail: * Incoming messages addressed to more than one local user were rejected because of a bug in spampd packaged by Ubuntu 18.04. A workaround was added. Contacts/Calendar: * Upgraded Nextcloud from 13.0.6 to 14.0.6. * Upgraded Contacts from 2.1.5 to 2.1.8. * Upgraded Calendar from 1.6.1 to 1.6.4.
-
v0.40
c7659d90 · ·v0.40 (January 12, 2019) ------------------------ This is the first release for Ubuntu 18.04. This version and versions going forward can **only** be installed on Ubuntu 18.04; however, upgrades of existing Ubuntu 14.04 boxes to the latest version supporting Ubuntu 14.04 (v0.30) continue to work as normal. When **upgrading**, you **must first upgrade your existing Ubuntu 14.04 Mail-in-a-Box box** to the latest release supporting Ubuntu 14.04 --- that's v0.30 --- before you migrate to Ubuntu 18.04. If you are running an older version of Mail-in-a-Box which has an old version of ownCloud or Nextcloud, you will *not* be able to upgrade your data because older versions of ownCloud and Nextcloud that are required to perform the upgrade *cannot* be run on Ubuntu 18.04. To upgrade from Ubuntu 14.04 to Ubuntu 18.04, you **must create a fresh Ubuntu 18.04 machine** before installing this version. In-place upgrades of servers are not supported. Since Ubuntu's support for Ubuntu 14.04 has almost ended, everyone is encouraged to create a new Ubuntu 18.04 machine and migrate to it. For complete upgrade instructions, see: https://discourse.mailinabox.email/t/mail-in-a-box-version-v0-40-and-moving-to-ubuntu-18-04/4289 The changelog for this release follows. Setup: * Mail-in-a-Box now targets Ubuntu 18.04 LTS, which will have support from Ubuntu through 2022. * Some of the system packages updated in virtue of using Ubuntu 18.04 include postfix (2.11=>3.3) nsd (4.0=>4.1), nginx (1.4=>1.14), PHP (7.0=>7.2), Python (3.4=>3.6), fail2ban (0.8=>0.10), Duplicity (0.6=>0.7). * [Unofficial Bash Strict Mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) is turned on for setup, which might catch previously uncaught issues during setup. Mail: * IMAP server-side full text search is no longer supported because we were using a custom-built `dovecot-lucene` package that we are no longer maintaining. * Sending email is now disabled on port 25 --- you must log in to port 587 to send email, per the long-standing mail instructions. * Greylisting may delay more emails from new senders. We were using a custom-built postgrey package previously that whitelisted sending domains in dnswl.org, but we are no longer maintaining that package.
-
v0.30
7b592b1e · ·v0.30 (January 9, 2019) ----------------------- Setup: * Update to Roundcube 1.3.8 and the CardDAV plugin to 3.0.3. * Add missing rsyslog package to install line since some OS images don't have it installed by default. * A log file for nsd was added. Control Panel: * The users page now documents that passwords should only have ASCII characters to prevent character encoding mismaches between clients and the server. * The users page no longer shows user mailbox sizes because this was extremely slow for very large mailboxes. * The Mail-in-a-Box version is now shown in the system status checks even when the new-version check is disabled. * The alises page now warns that alises should not be used to forward mail off of the box. Mail filters within Roundcube are better for that. * The explanation of greylisting has been improved.
-
v0.29
16f38042 · ·v0.29 (October 25, 2018) * Starting with v0.28, TLS certificate provisioning wouldn't work on new boxes until the mailinabox setup command was run a second time because of a problem with the non-interactive setup. * Update to Nextcloud 13.0.6. * Update to Roundcube 1.3.7. * Update to Z-Push 2.4.4. * Backup dates listed in the control panel now use an internationalized format.
-
v0.28
738e0a6e · ·v0.28 (July 30, 2018) --------------------- System: * We now use EFF's `certbot` to provision TLS certificates (from Let's Encrypt) instead of our home-grown ACME library. Contacts/Calendar: * Fix for Mac OS X autoconfig of the calendar. Setup: * Installing Z-Push broke because of what looks like a change or problem in their git server HTTPS certificate. That's fixed.
-
v0.27
0c0a0793 · ·v0.27 (June 14, 2018) --------------------- * A report of box activity, including sent/received mail totals and logins by user, is now emailed to the box's administrator user each week. * Update Roundcube to version 1.3.6 and Z-Push to version 2.3.9. * The undocumented feature for proxying web requests to another server now sets X-Forwarded-For.
-
v0.26c
ae73dc5d · ·v0.26c (February 13, 2018) Setup: Upgrades from v0.21c (February 1, 2017) or earlier were broken because the intermediate versions of ownCloud used in setup were no longer available from ownCloud. Some download errors had no output --- there is more output on error now. Control Panel: The background service for the control panel was not restarting on updates, leaving the old version running. This was broken in v0.26 and is now fixed. Installing your own TLS/SSL certificate had been broken since v0.24 because the new version of openssl became stricter about CSR generation parameters. Fixed password length help text. Contacts/Calendar: Upgraded Nextcloud from 12.0.3 to 12.0.5. -
v0.26b
ec3aab0e · ·v0.26b (January 25, 2018) ------------------------- * Fix new installations which broke at the step of asking for the user's desired email address, which was broken by v0.26's changes related to the control panel. * Fix the provisioning of TLS certificates by pinning a Python package we rely on (acme) to an earlier version because our code isn't yet compatible with its current version. * Reduce munin's log_level from debug to warning to prevent massive log files.
-
v0.26
b5c0736d · ·v0.26 (January 18, 2018) ------------------------ Security: * HTTPS, IMAP, and POP's TLS settings have been updated to Mozilla's intermediate cipher list recommendation. Some extremely old devices that use less secure TLS ciphers may no longer be able to connect to IMAP/POP. * Updated web HSTS header to use longer six month duration. Mail: * Adding attachments in Roundcube broke after the last update for some users after rebooting because a temporary directory was deleted on reboot. The temporary directory is now moved from /tmp to /var so that it is persistent. * `X-Spam-Score` header is added to incoming mail. Control panel: * RSASHA256 is now used for DNSSEC for .lv domains. * Some documentation/links improvements. Installer: * We now run `apt-get autoremove` at the start of setup to clear out old packages, especially old kernels that take up a lot of space. On the first run, this step may take a long time. * We now fetch Z-Push from its tagged git repository, fixing an installation problem. * Some old PHP5 packages are removed from setup, fixing an installation bug where Apache would get installed. * Python 3 packages for the control panel are now installed using a virtualenv to prevent installation errors.
-
v0.25
8944cd79 · ·v0.25 (November 15, 2017) ------------------------- This update is a security update addressing [CVE-2017-16651, a vulnerability in Roundcube webmail that allows logged-in users to access files on the local filesystem](https://roundcube.net/news/2017/11/08/security-updates-1.3.3-1.2.7-and-1.1.10). Mail: * Update to Roundcube 1.3.3. Control Panel: * Fix DNS validation to allow wildcard custom DNS entries to be set.
-
v0.24
00898b2f · ·v0.24 v0.24 (October 3, 2017) ----------------------- System: * Install PHP7 via a PPA. Switch to the on-demand process manager. Mail: * Updated to [Roundcube 1.3.1](https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released), but unfortunately dropping the Vacation plugin because it has not been supported by its author and is not compatible with Roundcube 1.3, and updated the persistent login plugin. * Updated to [Z-Push 2.3.8](http://download.z-push.org/final/2.3/z-push-2.3.8.txt). * Dovecot now uses stronger 2048 bit DH params for better forward secrecy. Nextcloud: * Nextcloud updated to 12.0.3, using PHP7. Control Panel: * Nameserver (NS) records can now be set on custom domains. * Fix an erroneous status check error due to IPv6 address formatting. * Aliases for administrative addresses can now be set to send mail to +tag administrative addresses.
-
-
-
-
-
-
-
-
-