mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:36:19 +00:00
modified: build/run/docker-entrypoint/init.d/50-cron.sh
This commit is contained in:
parent
0b705af7c7
commit
5c42800b27
1 changed files with 9 additions and 9 deletions
|
|
@ -10,15 +10,15 @@ 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 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 Yahoo! IPs for Postscreen Whitelists (weekly)
|
||||
while true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue