From 4652d72c1de361abcaddf0d28ae72b0a3827d1c1 Mon Sep 17 00:00:00 2001 From: Fanch Date: Tue, 24 Dec 2024 11:08:06 +0100 Subject: [PATCH] fix init postfix --- dockers/postfix/first.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/postfix/first.sh b/dockers/postfix/first.sh index 591f62b..f0120dd 100755 --- a/dockers/postfix/first.sh +++ b/dockers/postfix/first.sh @@ -28,6 +28,6 @@ EOF chmod +x /var/lib/docker/volumes/postfix_mailConfig/_data/user-patches.sh fi -if [ "${mode}" == "local" ] || exit +[ "${mode}" == "local" ] || exit # echo "virtual_alias_maps = ldap:/etc/postfix/ldap-aliases.cf, ldap:/etc/postfix/ldap-groups.cf, texthash:/etc/postfix/virtual" >> config/postfix-main.cf