On Sunday 08 May 2005 11:40, Timothy Omer wrote:
> Thanks Matt!
>
> What I wont to do is have a cron job that does a scan every night and email
> me if a virus is found. What I was going to do is have clamscan run every
> night and use the VirusEvent to email me when a virus is found.

Since cron sends the output of stdout/stderr in an email to the caller (owner
of the crontab), it's not clear to me why you need to touch VirusEvent. Let cron
do the hard work, and just add clamscan -r -i / (or whatever) as a cron job.

> Is there away I can use clamd instead?
>
> Tim

-Nigel
_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to