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
a1432ea936
commit
3bafa8106c
1 changed files with 3 additions and 3 deletions
|
|
@ -7,21 +7,21 @@ atd
|
|||
while true
|
||||
do
|
||||
at -f /usr/share/webapps/roundcube/bin/cleandb.sh midnight
|
||||
sleep 1d
|
||||
sleep 1d
|
||||
done &
|
||||
|
||||
# Update Postscreen Whitelists (daily)
|
||||
while true
|
||||
do
|
||||
at -f /usr/local/bin/postwhite/postwhite midnight
|
||||
sleep 1d
|
||||
sleep 1d
|
||||
done &
|
||||
|
||||
# Update Yahoo! IPs for Postscreen Whitelists (weekly)
|
||||
while true
|
||||
do
|
||||
at -f /usr/local/bin/postwhite/scrape_yahoo midnight sunday
|
||||
sleep 7d
|
||||
sleep 7d
|
||||
done &
|
||||
|
||||
# # Refresh ssl keys daily
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue