Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Version v0.26 merged to ubuntu16 compatible fork

Compare
Choose a tag to compare
@jirislav jirislav released this 23 Jan 19:28
· 29 commits to master since this release

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.