Fix MYVEMAIL_WHITELIST_HELO format

This commit is contained in:
myve 2025-03-17 10:13:58 +00:00
commit 101f072c51

View file

@ -46,7 +46,7 @@ then
addwhitelist_helo=(${MYVEMAIL_WHITELIST_HELO//,/ })
for whitelist_helo in ${addwhitelist_helo[@]}
do
echo "/${whitelist_helo}/ OK Whitelisted SPF" | tee -a /etc/postfix/helo_access >/dev/null
echo "/${whitelist_helo//./\\.}/ OK Whitelisted SPF" | tee -a /etc/postfix/helo_access >/dev/null
done
fi