install_amavis.sh: change time for cronjobs spamassassin.

This commit is contained in:
Christoph 2019-03-06 03:04:34 +01:00
parent 327c43692a
commit fa4ae5c3f3

View File

@ -2347,7 +2347,7 @@ if [[ -f "$crontab_backup_file" ]]; then
# - Update spamassassin rules # - Update spamassassin rules
# - # -
33 1 * * * /root/bin/sa-update.sh 36 1 * * * /root/bin/sa-update.sh
EOF EOF
if [[ "$?" -ne 0 ]] ; then if [[ "$?" -ne 0 ]] ; then
@ -2373,7 +2373,7 @@ elif [[ -f "/var/spool/cron/crontabs/root" ]] ; then
# - Update spamassassin rules # - Update spamassassin rules
# - # -
33 1 * * * /root/bin/sa-update.sh 36 1 * * * /root/bin/sa-update.sh
EOF EOF
if [[ "$?" -ne 0 ]] ; then if [[ "$?" -ne 0 ]] ; then
@ -2472,7 +2472,7 @@ if [[ -f "$crontab_backup_file" ]]; then
# - Compiling rules (SpamAssassin) # - Compiling rules (SpamAssassin)
# - # -
53 0 * * * /root/bin/sa-compile.sh 56 1 * * * /root/bin/sa-compile.sh
EOF EOF
if [[ "$?" -ne 0 ]] ; then if [[ "$?" -ne 0 ]] ; then
@ -2498,7 +2498,7 @@ elif [[ -f "/var/spool/cron/crontabs/root" ]] ; then
# - Compiling rules (SpamAssassin) # - Compiling rules (SpamAssassin)
# - # -
53 0 * * * /root/bin/sa-compile.sh 56 1 * * * /root/bin/sa-compile.sh
EOF EOF
if [[ "$?" -ne 0 ]] ; then if [[ "$?" -ne 0 ]] ; then