Releases: jirislav/mailinabox
v0.26c for Ubuntu16
For upstream changes, see the bottom of this description.
To update
cd $HOME/mailinabox
git fetch --all
git checkout v0.26c-ubuntu16
setup/start.sh
To install
Troubleshooting
In case of some trouble, please issue setup/start.sh
command once again. If that doesn't help, please file a new issue.
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-ubuntu16: Merge tag 'v0.26b'
For upstream changes, see the bottom of this description.
To update
cd mailinabox
git fetch --all
git checkout v0.26b-ubuntu16
setup/start.sh
To install
Troubleshooting
In case of some trouble, please issue setup/start.sh
command once again. If that doesn't help, please also try this command:
INSTALL_NEXTANT=no setup/start.sh
Otherwise, you are welcome to file a new issue.
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.
Version v0.26 merged to ubuntu16 compatible fork
For upstream changes, see the bottom of this description.
Quick install
cd mailinabox
git fetch --all
git checkout v0.26-ubuntu16
setup/start.sh
Toubleshooting
In case of some trouble, please issue setup/start.sh
command once again. If that doesn't help, please also try this command:
INSTALL_NEXTANT=no setup/start.sh
Otherwise, you are welcome to file a new issue.
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.
Merged original v0.25 + enabled "no nextant" installation
For upstream changes, see https://github.com/mail-in-a-box/mailinabox/releases/tag/v0.25
Quick install
cd mailinabox
git fetch --all
git checkout v0.25-ubuntu16
setup/start.sh
Toubleshooting
In case of some trouble, please issue setup/start.sh
command once again. If that doesn't help, please also try this command:
INSTALL_NEXTANT=no setup/start.sh
Otherwise, you are welcome to file a new issue.
Merged original v0.24
For changes, see https://github.com/mail-in-a-box/mailinabox/releases/tag/v0.24
Quick install
cd mailinabox
git fetch --all
git checkout v0.24-ubuntu16
setup/start.sh
Toubleshooting
In case of some trouble, please issue setup/start.sh
command once again. If that doesn't help, you are welcome to file a new issue.