Skip to content

Releases: ddavness/power-mailinabox

v0.44.POWER.7 (Cross-platform release)

21 Jun 14:46
Compare
Choose a tag to compare

This version tracks v0.44

Changes

  • Added support for Ubuntu LTS 20.04
  • Nextcloud updated to version 18 (version 17 doesn't support php 7.4)
  • Provisioning certificates on the admin panel will now forcefully agree to the Let's Encrypt TOS (if that part somehow failed on the configuration step)

Bugfixes

  • The final part of the setup (checking domain resolution) will no longer hang.

v0.44.POWER.6 (Cross-platform work)

17 May 01:47
Compare
Choose a tag to compare
Pre-release

Started working on support for Ubuntu 20.04 LTS
(This will work alongside Debian distros!)

v0.44.POWER.5 (Status checks fixes)

25 Apr 03:29
Compare
Choose a tag to compare

This version tracks v0.44

Changes

  • Proper use of emojis on the status check page :)
  • The .nginx.conf file in the default web root directory is now ignored.

Bugfixes

  • I think it's now that the bootstrap script will work correctly
  • Status checks with additional info (for example, DNSSEC) wouldn't show the "Show More" button. Now they do!

v0.44.POWER.4 (Bootstrap fixes)

22 Apr 15:15
Compare
Choose a tag to compare

Attempts to tackle some issues in bootstraping

v0.44.POWER.3 (Bootstrap fixes)

21 Apr 13:51
Compare
Choose a tag to compare

This version tracks v0.44

Bugfixes

  • Fixed an error when disabling SMTP Relays / SMTP Relay authentication
  • Attempts to improve the bootstrap experience

v0.44.POWER.2 (Custom nginx configurations)

20 Apr 22:38
Compare
Choose a tag to compare

This version tracks v0.44

Changes

  • You can now edit the nginx configuration on a per-site basis.
    • The directories /home/user-data/www/your.domain will now contain a .nginx.conf file. Persistent modifications should be done on that file. When ready, update the web configuration on the admin panel.
  • Version checks now track Power-MiaB.

v0.44.POWER.1 (First Power Release)

18 Apr 14:12
Compare
Choose a tag to compare

This version tracks v0.44

Changes

  • PMiaB uses Debian 10 instead of Ubuntu.
  • All frontend dependencies were updated (JQuery from 2.1.4 to 3.5.0 and Bootstrap from 3.3.7 to 4.4.1)
  • Native SMTP Relay support was added:
    • Available under System > SMTP Relays
    • Currently it only supports connecting to the port 587 (TLS-Enabled).
    • Status checks will also verify whether SMTP is configured (it doesn't mean yet it will work)

Known Bugs

  • Disabling SMTP Authentication will throw an error.