1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-01 23:57:05 +00:00
# Conflicts:
#	CHANGELOG.md
#	README.md
This commit is contained in:
downtownallday 2024-04-01 17:57:03 -04:00
commit 1be8257b20
3 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
CHANGELOG
=========
In Development
--------------
Version 68 (April 1, 2024)
--------------------------
Package updates:
* Roundcube updated to version 1.6.6.
* Nextcloud is updated to version 22.0.12.
* Nextcloud is updated to version 26.0.12.
Mail:

View File

@ -35,7 +35,7 @@ This enables remote Nextcloud support. See the instructions below for more detai
#### A typical installation. No encryption-at-rest. No remote Nextcloud.
`curl -s https://raw.githubusercontent.com/downtownallday/mailinabox-ldap/master/setup/bootstrap.sh | sudo bash`
#### Installation with encryption-at-rest.
`curl -s https://raw.githubusercontent.com/downtownallday/mailinabox-ldap/master/setup/bootstrap.sh | sudo ENCRYPTION_AT_REST=true bash`

View File

@ -51,7 +51,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=v67
TAG=v68
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.