Skip to content

Commit 65861c6

Browse files
committed
Version 55
1 parent 71a7a3e commit 65861c6

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
CHANGELOG
22
=========
33

4-
In Development
5-
--------------
4+
Version 55 (October 18, 2021)
5+
-----------------------------
66

77
Mail:
88

99
* "SMTPUTF8" is now disabled in Postfix. Because Dovecot still does not support SMTPUTF8, incoming mail to internationalized addresses was bouncing. This fixes incoming mail to internationalized domains (which was probably working prior to v0.40), but it will prevent sending outbound mail to addresses with internationalized local-parts.
1010
* Upgraded to Roundcube 1.5.
1111

12-
Firewall:
13-
14-
* Fail2ban's IPv6 support is enabled.
15-
1612
Control panel:
1713

1814
* The control panel menus are now hidden before login, but now non-admins can log in to access the mail and contacts/calendar instruction pages.
@@ -27,6 +23,7 @@ Control panel:
2723

2824
Other:
2925

26+
* Fail2ban's IPv6 support is enabled.
3027
* The mail log tool now doesn't crash if there are email addresess in log messages with invalid UTF-8 characters.
3128
* Additional nsd.conf files can be placed in /etc/nsd.conf.d.
3229

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele
6060

6161
$ git clone https://github.com/mail-in-a-box/mailinabox
6262
$ cd mailinabox
63-
$ git checkout v0.54
63+
$ git checkout v55
6464

6565
Begin the installation.
6666

setup/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then
2020
# want to display in status checks.
2121
if [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' )" == "Ubuntu 18.04 LTS" ]; then
2222
# This machine is running Ubuntu 18.04.
23-
TAG=v0.54
23+
TAG=v55
2424

2525
elif [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' )" == "Ubuntu 14.04 LTS" ]; then
2626
# This machine is running Ubuntu 14.04.

0 commit comments

Comments
 (0)