From 3f2485ce0d2c5585bd36adcfde29d4d2330ccfb3 Mon Sep 17 00:00:00 2001 From: myve Date: Wed, 5 Mar 2025 01:04:45 +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 9f368aa..8add629 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