Releases: ddavness/power-mailinabox
Releases · ddavness/power-mailinabox
v0.44.POWER.7 (Cross-platform release)
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)
Started working on support for Ubuntu 20.04 LTS
(This will work alongside Debian distros!)
v0.44.POWER.5 (Status checks fixes)
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)
Attempts to tackle some issues in bootstraping
v0.44.POWER.3 (Bootstrap fixes)
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)
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.
- The directories
- Version checks now track Power-MiaB.
v0.44.POWER.1 (First Power Release)
This version tracks v0.44
Changes
- PMiaB uses Debian 10 instead of Ubuntu.
- All frontend dependencies were updated (JQuery from
2.1.4
to3.5.0
and Bootstrap from3.3.7
to4.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.