File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ Version 73 (July 11, 2025)
5+ --------------------------
6+
7+ Mail:
8+
9+ * Quotas for mail storage can now be set per user in the control panel.
10+ * Autoconfig now includes POP3 and CardDAV/CalDAV.
11+
12+ Backups:
13+
14+ * Fix for S3-compatible backups (other than AWS S3 itself).
15+
16+ Control Panel:
17+
18+ * Backup status is added to the status checks.
19+ * S3 backup credentials can now be stored in environment variables.
20+ * Fix for when an AAAA record is set up the box's own IP address.
21+ * Fix for when logged out of the control panel.
22+ * Fix link to Z-Push client compatibility list.
23+
24+ Setup:
25+
26+ * The Ubuntu version check is updated.
27+
28+ Other:
29+
30+ * Code cleanup using the Ruff Python linter.
31+ * Other minor changes.
32+
433Version 72 (June 3, 2025)
534-------------------------
635
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [ -z "$TAG" ]; then
2323 if [ " $UBUNTU_VERSION " == " Ubuntu 22.04 LTS" ]; then
2424 # This machine is running Ubuntu 22.04, which is supported by
2525 # Mail-in-a-Box versions 60 and later.
26- TAG=v72
26+ TAG=v73
2727 elif [ " $UBUNTU_VERSION " == " Ubuntu 18.04 LTS" ]; then
2828 # This machine is running Ubuntu 18.04, which is supported by
2929 # Mail-in-a-Box versions 0.40 through 5x.
You can’t perform that action at this time.
0 commit comments