Skip to content

Commit 3cde9a8

Browse files
committed
v73
1 parent fbf9527 commit 3cde9a8

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
CHANGELOG
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+
433
Version 72 (June 3, 2025)
534
-------------------------
635

setup/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)