mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-07-12 00:30:54 +00:00
v73
This commit is contained in:
parent
fbf95271f4
commit
3cde9a8893
29
CHANGELOG.md
29
CHANGELOG.md
@ -1,6 +1,35 @@
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
Version 73 (July 11, 2025)
|
||||
--------------------------
|
||||
|
||||
Mail:
|
||||
|
||||
* Quotas for mail storage can now be set per user in the control panel.
|
||||
* Autoconfig now includes POP3 and CardDAV/CalDAV.
|
||||
|
||||
Backups:
|
||||
|
||||
* Fix for S3-compatible backups (other than AWS S3 itself).
|
||||
|
||||
Control Panel:
|
||||
|
||||
* Backup status is added to the status checks.
|
||||
* S3 backup credentials can now be stored in environment variables.
|
||||
* Fix for when an AAAA record is set up the box's own IP address.
|
||||
* Fix for when logged out of the control panel.
|
||||
* Fix link to Z-Push client compatibility list.
|
||||
|
||||
Setup:
|
||||
|
||||
* The Ubuntu version check is updated.
|
||||
|
||||
Other:
|
||||
|
||||
* Code cleanup using the Ruff Python linter.
|
||||
* Other minor changes.
|
||||
|
||||
Version 72 (June 3, 2025)
|
||||
-------------------------
|
||||
|
||||
|
@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
|
||||
if [ "$UBUNTU_VERSION" == "Ubuntu 22.04 LTS" ]; then
|
||||
# This machine is running Ubuntu 22.04, which is supported by
|
||||
# Mail-in-a-Box versions 60 and later.
|
||||
TAG=v72
|
||||
TAG=v73
|
||||
elif [ "$UBUNTU_VERSION" == "Ubuntu 18.04 LTS" ]; then
|
||||
# This machine is running Ubuntu 18.04, which is supported by
|
||||
# Mail-in-a-Box versions 0.40 through 5x.
|
||||
|
Loading…
Reference in New Issue
Block a user