mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 07:36:18 +00:00
modified: build/run/docker-entrypoint/init.d/50-cron.sh
This commit is contained in:
parent
afb613e32d
commit
a1432ea936
1 changed files with 3 additions and 0 deletions
|
|
@ -7,18 +7,21 @@ atd
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
at -f /usr/share/webapps/roundcube/bin/cleandb.sh midnight
|
at -f /usr/share/webapps/roundcube/bin/cleandb.sh midnight
|
||||||
|
sleep 1d
|
||||||
done &
|
done &
|
||||||
|
|
||||||
# Update Postscreen Whitelists (daily)
|
# Update Postscreen Whitelists (daily)
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
at -f /usr/local/bin/postwhite/postwhite midnight
|
at -f /usr/local/bin/postwhite/postwhite midnight
|
||||||
|
sleep 1d
|
||||||
done &
|
done &
|
||||||
|
|
||||||
# Update Yahoo! IPs for Postscreen Whitelists (weekly)
|
# Update Yahoo! IPs for Postscreen Whitelists (weekly)
|
||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
at -f /usr/local/bin/postwhite/scrape_yahoo midnight sunday
|
at -f /usr/local/bin/postwhite/scrape_yahoo midnight sunday
|
||||||
|
sleep 7d
|
||||||
done &
|
done &
|
||||||
|
|
||||||
# # Refresh ssl keys daily
|
# # Refresh ssl keys daily
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue