mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:36:19 +00:00
Fix MYVEMAIL_WHITELIST_HELO format
This commit is contained in:
parent
002f2e925b
commit
101f072c51
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ then
|
||||||
addwhitelist_helo=(${MYVEMAIL_WHITELIST_HELO//,/ })
|
addwhitelist_helo=(${MYVEMAIL_WHITELIST_HELO//,/ })
|
||||||
for whitelist_helo in ${addwhitelist_helo[@]}
|
for whitelist_helo in ${addwhitelist_helo[@]}
|
||||||
do
|
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
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue