mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:46:17 +00:00
Update build/run/docker-entrypoint/init.d/30-postfix.sh
This commit is contained in:
parent
f1a93947d6
commit
bc33564ffe
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ then
|
|||
addwhitelist+=(${MYVEMAIL_WHITELIST//,/ })
|
||||
for whitelist in ${addwhitelist[@]}
|
||||
do
|
||||
echo "*${whitelist} OK Domain found in whitelist" | tee -a /etc/postfix/rbl_override >/dev/null
|
||||
echo "${whitelist} OK Domain found in whitelist" | tee -a /etc/postfix/rbl_override >/dev/null
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ then
|
|||
addblacklist+=(${MYVEMAIL_BLACKLIST//,/ })
|
||||
for blacklist in ${addblacklist[@]}
|
||||
do
|
||||
echo "*${blacklist} REJECT Domain found in blacklist" | tee -a /etc/postfix/rbl_override >/dev/null
|
||||
echo "${blacklist} REJECT Domain found in blacklist" | tee -a /etc/postfix/rbl_override >/dev/null
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue