install_amavis.sh: change time for cronjobs spamassassin.
This commit is contained in:
parent
327c43692a
commit
fa4ae5c3f3
@ -2347,7 +2347,7 @@ if [[ -f "$crontab_backup_file" ]]; then
|
||||
|
||||
# - Update spamassassin rules
|
||||
# -
|
||||
33 1 * * * /root/bin/sa-update.sh
|
||||
36 1 * * * /root/bin/sa-update.sh
|
||||
|
||||
EOF
|
||||
if [[ "$?" -ne 0 ]] ; then
|
||||
@ -2373,7 +2373,7 @@ elif [[ -f "/var/spool/cron/crontabs/root" ]] ; then
|
||||
|
||||
# - Update spamassassin rules
|
||||
# -
|
||||
33 1 * * * /root/bin/sa-update.sh
|
||||
36 1 * * * /root/bin/sa-update.sh
|
||||
|
||||
EOF
|
||||
if [[ "$?" -ne 0 ]] ; then
|
||||
@ -2472,7 +2472,7 @@ if [[ -f "$crontab_backup_file" ]]; then
|
||||
|
||||
# - Compiling rules (SpamAssassin)
|
||||
# -
|
||||
53 0 * * * /root/bin/sa-compile.sh
|
||||
56 1 * * * /root/bin/sa-compile.sh
|
||||
|
||||
EOF
|
||||
if [[ "$?" -ne 0 ]] ; then
|
||||
@ -2498,7 +2498,7 @@ elif [[ -f "/var/spool/cron/crontabs/root" ]] ; then
|
||||
|
||||
# - Compiling rules (SpamAssassin)
|
||||
# -
|
||||
53 0 * * * /root/bin/sa-compile.sh
|
||||
56 1 * * * /root/bin/sa-compile.sh
|
||||
|
||||
EOF
|
||||
if [[ "$?" -ne 0 ]] ; then
|
||||
|
Loading…
Reference in New Issue
Block a user