From 1c3bca53bb7f42604b917d85e79339c5fda7690e Mon Sep 17 00:00:00 2001 From: Richard Willis Date: Mon, 18 Oct 2021 12:36:48 +0100 Subject: [PATCH 1/3] Fix broken link in external-dns.html (#2045) --- management/templates/external-dns.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/templates/external-dns.html b/management/templates/external-dns.html index 0634ec82..4532c3f5 100644 --- a/management/templates/external-dns.html +++ b/management/templates/external-dns.html @@ -38,7 +38,7 @@ From 71a7a3e201d69fee53419d822e47ddd6ee177fc5 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 18 Oct 2021 20:29:20 -0400 Subject: [PATCH 2/3] Upgrade to Roundcube 1.5 --- CHANGELOG.md | 2 +- setup/webmail.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aef6cf95..0470170a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ In Development Mail: * "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. -* Upgraded to Roundcube 1.5 Release Candidate. +* Upgraded to Roundcube 1.5. Firewall: diff --git a/setup/webmail.sh b/setup/webmail.sh index d3652975..21142c4a 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -29,8 +29,8 @@ apt_install \ # Combine the Roundcube version number with the commit hash of plugins to track # whether we have the latest version of everything. -VERSION=1.5-rc -HASH=a7cb2a39702536d769c7ff93f716e27f0b93f9d9 +VERSION=1.5.0 +HASH=2a9d11d9c10c8e8756120606c47eef702f00fe6d PERSISTENT_LOGIN_VERSION=6b3fc450cae23ccb2f393d0ef67aa319e877e435 # version 5.2.0 HTML5_NOTIFIER_VERSION=68d9ca194212e15b3c7225eb6085dbcf02fd13d7 # version 0.6.4+ CARDDAV_VERSION=3.0.3 From 65861c68b728b0cf290724fd8f8da013b779eb7c Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 18 Oct 2021 20:38:23 -0400 Subject: [PATCH 3/3] Version 55 --- CHANGELOG.md | 9 +++------ README.md | 2 +- setup/bootstrap.sh | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0470170a..67fcdd94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,14 @@ CHANGELOG ========= -In Development --------------- +Version 55 (October 18, 2021) +----------------------------- Mail: * "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. * Upgraded to Roundcube 1.5. -Firewall: - -* Fail2ban's IPv6 support is enabled. - Control panel: * 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: Other: +* Fail2ban's IPv6 support is enabled. * The mail log tool now doesn't crash if there are email addresess in log messages with invalid UTF-8 characters. * Additional nsd.conf files can be placed in /etc/nsd.conf.d. diff --git a/README.md b/README.md index 473dc1a9..40a0e0d7 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Clone this repository and checkout the tag corresponding to the most recent rele $ git clone https://github.com/mail-in-a-box/mailinabox $ cd mailinabox - $ git checkout v0.54 + $ git checkout v55 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 90521051..7168e160 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -20,7 +20,7 @@ if [ -z "$TAG" ]; then # want to display in status checks. if [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/18\.04\.[0-9]/18.04/' )" == "Ubuntu 18.04 LTS" ]; then # This machine is running Ubuntu 18.04. - TAG=v0.54 + TAG=v55 elif [ "$(lsb_release -d | sed 's/.*:\s*//' | sed 's/14\.04\.[0-9]/14.04/' )" == "Ubuntu 14.04 LTS" ]; then # This machine is running Ubuntu 14.04.