> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:clamav-users-
> [EMAIL PROTECTED] On Behalf Of Scott Woodford
> Sent: 08 June 2005 20:55
> To: 'ClamAV users ML'
> Subject: RE: [Clamav-users] ERROR: Clamuko: Can't register with Dazuko
> 
> Tim, not a problem.  Been a long day for me too, so I know how ya feel.
> 
> I'd love to just replace that code and use it, but that doesn't seem to
> work
> for me.  All I want is a message box popping up, telling the user that a
> virus was found.  I've even tried "VirusEvent echo %v", which is a pretty
> simple, but that's not working either.  I hate being a newbie.
> 
> 
> Scott J. Woodford
> Information Systems Security Manager
> Modern Technology Solutions, Inc.
> (703) 212-8870 Ext. 146
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Timothy Omer
> Sent: Wednesday, June 08, 2005 3:46 PM
> To: 'ClamAV users ML'
> Subject: RE: [Clamav-users] ERROR: Clamuko: Can't register with Dazuko
> 
> 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:clamav-users-
> > [EMAIL PROTECTED] On Behalf Of Matt Fretwell
> > Sent: 08 June 2005 20:27
> > To: ClamAV users ML
> > Subject: Re: [Clamav-users] ERROR: Clamuko: Can't register with Dazuko
> >
> > Scott Woodford wrote:
> >
> > > Either way, when I run a scan using "clamscan" or "clamdscan", or
> > > Clamuko simply finds a virus, I get no message that a virus was
> > > found, except in the log.  All I get was something like "error
> accessing
> file".
> > >  I want both myself (root) and users to get a message saying virus
> > > found if either Clamuko picks it up, or a manual scan.  I'm not
> > > concerned with emailing right now.  These are standalone systems.
> > > Any ideas on that?
> >
> >
> >  What are the contents of the Virusevent line? Clamscan will not use
> > that parameter, BTW.
> >
> >
> > Matt
> > _______________________________________________
> > http://lurker.clamav.net/list/clamav-users.html
> [Timothy Omer]
> 
> Scott, im so sorry - im getting myself confused (been a long day)
> 
> Clamscan does not use clamd.conf, which is why I use that entry in my
> crontab.
> 
> Clamuko dose use that log file, so after the Virusevent line you need to
> enter something that will print to the screen a virus has been found,
> below
> is what I have...
> 
> VirusEvent echo %v | mail -s "A virus has been found on the Office Server"
> [EMAIL PROTECTED] < /var/log/clamav/clamd.log
> 
> ..... that sends me an email, you need to replace it with your own code.
> 
> Sorry for my mistake :-(
> 
> _______________________________________________
> http://lurker.clamav.net/list/clamav-users.html
> 
> 
> 
> _______________________________________________
> http://lurker.clamav.net/list/clamav-users.html
[Timothy Omer] 

No prob Scott, it took me 2 weeks to get Clamuko working a couple of month's
ago - I am also new to Linux

What you need to do is create a script that will display a message box on
the screen that a virus has been found. Then on the Virusevent line just put
the path to that script.

Two bad things about that...

1. Not sure how you can tell the script the name or location of the virus
2. A hacker could change the script to do something bad and that could be
executed by Clamuko (unlikely, but could happen)

Like I have said, I am new - so if anyone else has any better ideas please
say :-)

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

Reply via email to