Re: [Clamav-users] sigtool not working correctly [solved]

2004-05-04 Thread Mark Novak
All, What is odd is that I was using the /usr/local/share/clamav path but changed it to /var/lib/clamav because that is what freshclam.conf has as it's default. I changed the line in the /etc/clamav.conf to reflect the /var/lib/clamav location. Clam is catching the newest viruses, and the datab

Re: [Clamav-users] sigtool not working correctly

2004-05-03 Thread Mark Novak
Niek, On May 3, 2004, at 3:58 AM, Niek wrote: Mark Novak wrote: Hello all, I recently upgraded my Clamav from 0.70-rc to clamav-0.70. After the upgrade my sigtool stopped working as it used to. For example: [EMAIL PROTECTED] log]# sigtool -i /var/lib/clamav/daily.cvd Build time: 29 Apr 2004

Re: [Clamav-users] sigtool not working correctly

2004-05-03 Thread Mark Novak
Jim, On May 3, 2004, at 3:27 PM, Jim Maul wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mark Novak Sent: Monday, May 03, 2004 2:44 PM To: [EMAIL PROTECTED] Subject: Re: [Clamav-users] sigtool not working correctly What is odd is that I was

[Clamav-users] sigtool not working correctly

2004-04-29 Thread Mark Novak
them. Any and all ideas are appreciated! Thanks, Mark Novak --- [This E-mail scanned for viruses by Declude Virus] --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Ta

Re: [Clamav-users] clam not fresh [Solved]

2004-03-26 Thread Mark Novak
hanks for everyone's help! Thanks, Mark Novak --- [This E-mail scanned for viruses by Declude Virus] --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO

Re: [Clamav-users] clam not fresh

2004-03-26 Thread Mark Novak
Jim, On Mar 26, 2004, at 8:43 AM, Jim Maul wrote: I did exactly that, deleted the cvd files and re-ran freshclam. I am only showing through SomeFool.M, no O, P or P-dll. Any ideas or tips appreciated. Thanks, Mark Well, being that this makes no sense, the only thing i can suggest is to t

Re: [Clamav-users] clam not fresh

2004-03-25 Thread Mark Novak
See below - On Mar 25, 2004, at 3:28 PM, Jim Maul wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Colin A. Bartlett Sent: Thursday, March 25, 2004 2:47 PM To: [EMAIL PROTECTED] Subject: RE: [Clamav-users] clam not fresh Another poster pointed to test

Re: [Clamav-users] cannot update

2004-03-17 Thread Mark Novak
roblem. In the /etc/freshclam.conf, uncomment the following line: # You can change the default database directory here. DatabaseDirectory /var/lib/clamav The DatabaseDirectory line was commented out by default and caused me these same problems. HTH, Mark Novak --- [This E-mail s

Re: [Clamav-users] call for MacOffice sample documents

2004-03-17 Thread Mark Novak
Trog, Where do you want them posted? I have Mac Office on OSX Panther. Thanks, Mark On Mar 17, 2004, at 5:51 AM, Trog wrote: I order to test the clam VBA decoder, I need some samples of MacOffice documents. ** They MUST have VBA in them in order to be of any use. ** I don't care if they cont

RE: [Clamav-users] user/group question

2003-10-21 Thread Mark Novak
Tom, Just build ClamAV without any special options. When it is done, you can set the user/group that it will run under in the clamav.conf file. Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tom Allison Sent: Monday, October 20, 2003 11:14 P

RE: [Clamav-users] Amavis and clamav

2003-10-21 Thread Mark Novak
Gerard, Are you running your Amavis chroot'd? I'm running mine on Linux, not FreeBSD, but I would think that this would for you as well. Set the LocalSocket in clamav.conf to a socket in your amavisd directory. Mine is /var/amavisd/clamd Then in your amavisd.conf file, change the line to ###

RE: [Clamav-users] clam antivirus and spamassassin

2003-09-03 Thread Mark Novak
Rick, I'd love a copy! Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rick Macdougall Sent: Wednesday, September 03, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: Re: [Clamav-users] clam antivirus and spamassassin Mark Novak

RE: [Clamav-users] clam antivirus and spamassassin

2003-09-03 Thread Mark Novak
Thelv, No problem at all. As an aside, if anyone has figured out how to make the daemon work, I'd be interested in knowing how they did it. Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Thelv Sent: Saturday, August 30, 2003 7:53 AM To: [EMA

RE: RE: RE: [Clamav-users] clam antivirus and spamassassin

2003-08-29 Thread Mark Novak
Thelv, Do you still have the Clamd uncommented in the primary list? This is the error that I couldn't get around. This is what I tried, maybe it will work for you... /etc/amavisd.conf @av_scanners = ( # ### http://clamav.elektrapro.com/ ['Clam Antivirus-clamd', \&ask_daemon, ["CONTSCAN {}\

RE: RE: [Clamav-users] clam antivirus and spamassassin

2003-08-29 Thread Mark Novak
Thelv, Here is what I have in my amavisd.conf file: @av_scanners_backup = ( ['Clam Antivirus - clamscan', 'clamscan', '--stdout --disable-summary -r {}', [0], [1], qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ], ); The way I understand it is that if amavisd can't find t

RE: [Clamav-users] clam antivirus and spamassassin

2003-08-29 Thread Mark Novak
Stop amavsid and then #amavisd debug That should show you whether or not clam is really running. On my machine, I couldn't get it to work in daemon mode, but it uses clam just fine when called from the command line (as one of the "backup" scanners). Thanks, Mark -Original Message- Fro