mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 07:46:18 +00:00
Fix alpine postwhite
This commit is contained in:
parent
5c42800b27
commit
4484389191
2 changed files with 8 additions and 10 deletions
|
|
@ -10,15 +10,12 @@ do
|
|||
sleep 1d
|
||||
done &
|
||||
|
||||
# # Update Postscreen Whitelists (daily)
|
||||
# while true
|
||||
# do
|
||||
# at midnight <<- postwhite
|
||||
# wget -q https://myvelabs.com/docker/myvemail-docker/raw/branch/master/data/postwhite -O /etc/postfix/postscreen_spf_whitelist.cidr
|
||||
# postfix reload
|
||||
# postwhite
|
||||
# sleep 1d
|
||||
# done &
|
||||
# Update Postscreen Whitelists (daily)
|
||||
while true
|
||||
do
|
||||
at -f /usr/local/bin/postwhite/postwhite midnight
|
||||
sleep 1d
|
||||
done &
|
||||
|
||||
# Update Yahoo! IPs for Postscreen Whitelists (weekly)
|
||||
while true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue