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

v0.26b-ubuntu16: Merge tag 'v0.26b'

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

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

See README.md#quick-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.