1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-04-07 17:55:19 +00:00

indev: dovecot 2.4 config migration

This commit is contained in:
DerLinkman
2025-08-12 16:35:00 +02:00
parent 763ecbc93e
commit 8063b671cb
4 changed files with 141 additions and 98 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.22
LABEL maintainer="The Infrastructure Company GmbH <info@servercow.de>"

View File

@@ -108,7 +108,11 @@ map {
}
EOF
echo -n ${ACL_ANYONE} > /etc/dovecot/acl_anyone
if [[ "${ACL_ANYONE}" == "allow" ]]; then
echo -n "yes" > /etc/dovecot/acl_anyone
else
echo -n "no" > /etc/dovecot/acl_anyone
fi
if [[ "${SKIP_FTS}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
echo -e "\e[33mDetecting SKIP_FTS=y... not enabling Flatcurve (FTS) then...\e[0m"