Hi all,

I administer a Linux file server and have just installed Clam with
Clamuko to scan the file shares.  If I drop a virus onto a share from a
remote computer, clamd.log successfully says that the virus has been
found.

However, I'm trying to get Clam to then e-mail me that the virus has
been found.  I've setup VirusAlert but it never seems to run.  The line
is:

        VirusEvent /usr/local/bin/virusalert %f %v

The script it runs is (e-mail address has been changed):

        #!/bin/sh
        echo "VIRUS file:$1 virus:$2" | mail "[EMAIL PROTECTED]"

However, if I use clamdscan on a virus then the script runs and I get
the e-mail.  Can I assume that Clamuke doesn't use the VirusAlert
system?



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to