From 8ee3c93cf494149e944a148aa4e7125d7334732c Mon Sep 17 00:00:00 2001 From: myve Date: Tue, 4 Mar 2025 23:42:28 +0000 Subject: [PATCH] Update build/run/docker-entrypoint/init.d/30-postfix.sh --- build/run/docker-entrypoint/init.d/30-postfix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run/docker-entrypoint/init.d/30-postfix.sh b/build/run/docker-entrypoint/init.d/30-postfix.sh index cca31bb..9f368aa 100755 --- a/build/run/docker-entrypoint/init.d/30-postfix.sh +++ b/build/run/docker-entrypoint/init.d/30-postfix.sh @@ -34,7 +34,7 @@ fi addmx=(${MYVEMAIL_DOMAIN}) addmx+=(${MYVEMAIL_ADDMX//,/ }) echo -n | tee /etc/postfix/{helo_access,{whitelisted,blacklisted}_{domains,emails}} >/dev/null -echo "outbound.protection.outlook.com OK Outlook helos" >/etc/postfix/helo_access +echo "*outbound.protection.outlook.com OK Outlook helos" >/etc/postfix/helo_access for domain in ${addmx[@]} do echo "${domain} OK Primary and backup mail servers" | tee -a /etc/postfix/helo_access >/dev/null