Delaying cron job for up to 600 seconds?
Raymond Dijkxhoorn
raymond at PROLOCATION.NET
Sat Oct 2 11:10:42 IST 2004
<x-flowed>
Hi!
> update.virus.scanners: Delaying cron job up to 600 seconds
> I contantly see this message on one of my boxes? Why? Why would the job be
> delayed?
If you have a look inside the file thats doing it you would have known...
# Insert a random delay up to this value, to spread virus updates round
# the clock. 1800 seconds = 30 minutes.
# Set this to 0 to disable it.
UPDATEMAXDELAY=600
if [ -f /etc/sysconfig/MailScanner ] ; then
. /etc/sysconfig/MailScanner
fi
export UPDATEMAXDELAY
Do you ever look at anything you install ? ;)
Bye,
Raymond.
------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
</x-flowed>
More information about the MailScanner
mailing list