mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 07:46:18 +00:00
Fixed perl policy and at syntax
This commit is contained in:
parent
08aa129f30
commit
afb613e32d
4 changed files with 8 additions and 6 deletions
|
|
@ -6,19 +6,19 @@ atd
|
|||
# Roundcube cleanup (daily)
|
||||
while true
|
||||
do
|
||||
at midnight -f /usr/share/webapps/roundcube/bin/cleandb.sh
|
||||
at -f /usr/share/webapps/roundcube/bin/cleandb.sh midnight
|
||||
done &
|
||||
|
||||
# Update Postscreen Whitelists (daily)
|
||||
while true
|
||||
do
|
||||
at midnight -f /usr/local/bin/postwhite/postwhite
|
||||
at -f /usr/local/bin/postwhite/postwhite midnight
|
||||
done &
|
||||
|
||||
# Update Yahoo! IPs for Postscreen Whitelists (weekly)
|
||||
while true
|
||||
do
|
||||
at midnight sunday -f /usr/local/bin/postwhite/scrape_yahoo
|
||||
at -f /usr/local/bin/postwhite/scrape_yahoo midnight sunday
|
||||
done &
|
||||
|
||||
# # Refresh ssl keys daily
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue