Skip to content

v60.5

Latest
Compare
Choose a tag to compare
@ddavness ddavness released this 21 Nov 02:21
· 3 commits to main since this release

Changelog

🔽 - The change was imported from an upstream update
🌟 - Change specific to Power Mail-in-a-Box

Software Updates

  • 🌟 FontAwesome was updated to version 6.2.1;

Setup

  • 🌟 Fixed an edge case that could lead to a setup error (related to the user database, #96 & #97);
  • 🌟 Hidden some unnecessary output introduced in the previous release;

SMTP Relays

  • 🌟 Adding a DKIM record is no longer mandatory (#64);
    • This is because, contrary to what I thought initially, not all relay providers sign your mail themselves (some of them will just carry on the signature of the box itself, which is completely fine);
    • If you added something like a fake record to get around this restriction, you can "fix" it by updating the configuration with an empty record AND selector;
    • If the user provides a selector without a key (or a key without a selector), the system will throw an error, since user intent is not clear.

Backups

  • 🌟 Fixed an issue where setting up a S3 backup with a bucket path on the root path without a trail slash (example: miab instead of miab/) would cause parsing errors down the line (#98);
  • 🌟 Fixed a display issue where the host of a properly configured S3 backup would seem misconfigured;