mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-01 23:57:05 +00:00
Merge branch 'main' of https://github.com/mail-in-a-box/mailinabox
# Conflicts: # CHANGELOG.md # README.md
This commit is contained in:
commit
1be8257b20
@ -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:
|
||||
|
||||
|
@ -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`
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user