Re: [Clamav-users] Re: Freshclam not responding {Scanned}

2004-06-04 Thread Kevin Spicer
On Fri, 2004-06-04 at 07:15, Gervase wrote: > On Thu, 2004-06-03 at 15:22, Jo Mills wrote: > > > Don't give up! > > Many thanks for joining in. Unfortunately I was impatient and > reinstalled. But, alas, the problem did not go away. > > Have you tried something along the lines of: > > host go

Re: [Clamav-users] [0.72] {OpenBSD} .cab ?

2004-06-04 Thread Trog
On Fri, 2004-06-04 at 05:56, Jerome Loyet wrote: > Hello, > > I'm running 0.72 on OpenBSD 3.5. I've seen that the support for MS cab has > been included in this version. But neither a clamscan and clamdscan on > test/test.cab show me non infected file. > > Is there any reasons ? Is a librairie ne

Re: [Clamav-users] clamd doesn\'t work

2004-06-04 Thread of Gore Lord
Michael St. Laurent wrote: >[snip] > > >>I am looking for something like NAV Auto-protect, I need to >>know how to make clam automatically scan incoming and outgoing mail >>and delete the mail containing infected items. BTW I have installed >>clam, libclam and clamd. >> >> > >Mailscanner wil

Re: [Clamav-users] ClamAV 0.72 Released - binaries

2004-06-04 Thread Fajar A. Nugraha
Brian May wrote: Since it was not posted here, ClamAV 0.72 is available for download. Major bugfixes in this release include crashes with corrupted BinHex messages and some Excel documents. Protection against archive bombs (not fully functional since 0.70) was improved and a number of other impro

[Clamav-users] Difference between clamscan and clamd

2004-06-04 Thread Mário L. Ghoneim
Please, Someone could explain the difference between clamscan and clamad? When I must use one or other? Tks. Mário. --- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is

Re: [Clamav-users] Dealing with a flood of mail

2004-06-04 Thread Stefan Hornburg
On Thu, 3 Jun 2004 11:05:14 -0400 Stephen Gran <[EMAIL PROTECTED]> wrote: > On Wed, Jun 02, 2004 at 03:53:20PM -0700, Brock Nanson said: > > I've got a server running a Discus forum in addition to Exim4, Clamav > > and spamassassin. One of the functions of the forum is to send the > > latest po

Re: [Clamav-users] Difference between clamscan and clamd

2004-06-04 Thread Mike Robinson
Clamd is a daemon that runs in the background and is called by clamdscan. This saves lots of time on scanning and drastically reduces CPU load and memory usage. Clamscan is the "one off" version of this. It doesn't use clamd and therefore must load the virus database every time it runs. Use cla

[Clamav-users] ClamAV says "ERROR: Database initialization error."

2004-06-04 Thread Webb, Paul
Hi Everyone,       I apologize if this has come up before in here. As far as I can tell I don't have access to the list archive to look and not clutter up the channel. I even (in order not to add to the list fodder) ran several google searches to see if anyone else had brought this up. I can

Re: [Clamav-users] ClamAV says "ERROR: Database initialization error."

2004-06-04 Thread Trog
On Fri, 2004-06-04 at 14:44, Webb, Paul wrote: > > I initially thought that I needed to download a database to start > with, so I configured freshclam, set up my cron job to run it every > other hour, and ran it. It states that I'm up to date. > And is freshclam configured to download it t

[Clamav-users] Silly question, may be a log file..

2004-06-04 Thread Tunc Eresen
How could I check that Clamav is working?   Thanks Tunc 

Re: [Clamav-users] ClamAV says "ERROR: Database initializationerror."

2004-06-04 Thread Webb, Paul
Jim, That was it! Apparently in my freshclam.conf file, DatabaseDirectory was commented out. I uncommented it and then ran freshclam again. Voila, all works now. Thanks! --- Paul Webb Network Systems Analyst WebbEnabled Solutions, LLC. [EMAIL PROTECTED] - Original Message - From: "Ji

RE: [Clamav-users] Silly question, may be a log file..

2004-06-04 Thread Samuel Benzaquen
Yes... you could see the log file.   Actually,  you have to read /etc/clamav.conf to see where is it logging (file or syslog or both). And you could probably use LogClean just to see if it is scanning at all. REMEMBER TO REMOVE THIS OPTION LATER.   Can also check CPU time/usage on clamd pro

RE: [Clamav-users] Re: Freshclam not responding {Scanned}

2004-06-04 Thread Ron Snyder
> Does this tell you anything more? Others have said that my > firewall is > blocking port 53, but the problem persists when I turn the firewall > off. This is strange since SuSE ship Clamav with the OS. Perhaps I > should take it up with them. Who controls the nameserver is listed in your /et

Re: [Clamav-users] ClamAV says "ERROR: Database initializationerror."

2004-06-04 Thread Jim Maul
Quoting "Webb, Paul" <[EMAIL PROTECTED]>: Jim, That was it! Apparently in my freshclam.conf file, DatabaseDirectory was commented out. I uncommented it and then ran freshclam again. Voila, all works now. Thanks! Glad to help. That gets me thinking though..when the line is commented out, where i

Re: [Clamav-users] Silly question, may be a log file..

2004-06-04 Thread Nigel Horne
On Friday 04 Jun 2004 15:12, Tunc Eresen wrote: > How could I check that Clamav is working? I find that the best way is to send an e-mail from http://www.testvirus.org/ > Tunc -Nigel -- Nigel Horne. Arranger, Composer, Typesetter. NJH Music, Barnsley, UK. ICQ#20252325 [EMAIL PROTECTED] http:

RE: [Clamav-users] ClamAV 0.72 Released

2004-06-04 Thread Michael St. Laurent
Brian May wrote: > ClamAV 0.72 is available for download. > Major bugfixes in this release include crashes with corrupted BinHex > messages and some Excel documents. > Protection against archive bombs (not fully functional since 0.70) was > improved and a number of other

Re: [Clamav-users] Install on shared web host?

2004-06-04 Thread Stephen Gran
On Thu, Jun 03, 2004 at 05:47:53PM -0400, Gary Weinfurther said: > Can ClamAV be installed on a shared web host account? I have > command-line access but not root access. The web host is running Red > Hat Linux. I only need the command-line scanner (is there a way to > install only that and f

Re: [Clamav-users] Dealing with a flood of mail

2004-06-04 Thread Brock Nanson
Fajar A. Nugraha wrote: Brock Nanson wrote: I've got a server running a Discus forum in addition to Exim4, Clamav and spamassassin. One of the functions of the forum is to send the latest posting to all on the mail list. The result is a flood of mail that Exim sends on to Clam and Spamassassi

[Clamav-users] Plexus/Explet

2004-06-04 Thread Jim
What does clamav refer to Plexus or Explet as ? The symantec name is [EMAIL PROTECTED] Does clamav catch this virus? Jim --- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShiel

[Clamav-users] Results from testvirus.org

2004-06-04 Thread Brock Nanson
Is there a document somewhere that would tell me which of the testvirus.org tests should be detected by clamav? I ran the test and found that of the 25 test messages sent, 10 were bounced by my attachment filter before clam even saw them, 10 were detected by clamav, and 5 were allowed through.

Re: [Clamav-users] Results from testvirus.org

2004-06-04 Thread Alex S Moore
On Fri, 04 Jun 2004 10:19:48 -0700 Brock Nanson <[EMAIL PROTECTED]> wrote: > The ones that made it through were: > > 12 - password protected zip > 21 - zip file using Long MIME Boundary Vulnerability > 23 - zip file using Empty MIME Boundary Vulnerability > 24 - zip file using Partial (fragmented

Re: [Clamav-users] Difference between clamscan and clamd

2004-06-04 Thread Mário L. Ghoneim
> Use clamd and clamdscan if you're going to be doing a lot of mail > scanning. Ok, but wich way I must proceed? I mean, I must to edit some conf file to use clamdscam instead of clamscan? Tks. Mário --- This SF.Net email is sponsored by the

Re: [Clamav-users] Re: Freshclam not responding {Scanned}

2004-06-04 Thread Todd Lyons
Gervase wanted us to know: >Does this tell you anything more? Others have said that my firewall is >blocking port 53, but the problem persists when I turn the firewall Slight distinction, it's allowing UDP port 53, but blocking TCP port 53. If you did indeed turn it off as you say you did: ipt

Re: [Clamav-users] ClamAV 0.72 Released

2004-06-04 Thread Krištof Petr
Michael St. Laurent wrote: H... I went to the crash-hat repository and there are RPMs there with a timestamp from this morning but the filename is clamav-0.71-1.i386.rpm We did run many hard and time consuming QA tests to ensure the new version is stable enough for usage on production sy

Re: [Clamav-users] ClamAV 0.72 Released

2004-06-04 Thread Steven Stern
On Fri, 04 Jun 2004 22:25:14 +0200, Krištof Petr <[EMAIL PROTECTED]> wrote: >To tell the truth, I unpacked wrong tarball by mistake. >Sorry. Fixed now. > >Thanks for point out that. > >Petr http://crash.fce.vutbr.cz/crash-hat/2/clamav/ is empty! (Thanks for your builds!) -- Steve --

Re: [Clamav-users] ClamAV 0.72 Released

2004-06-04 Thread Jim Maul
Quoting Steven Stern <[EMAIL PROTECTED]>: On Fri, 04 Jun 2004 22:25:14 +0200, Krištof Petr <[EMAIL PROTECTED] z> wrote: To tell the truth, I unpacked wrong tarball by mistake. Sorry. Fixed now. Thanks for point out that. Petr http://crash.fce.vutbr.cz/crash-hat/2/clamav/ is empty! (Thanks for your

[Clamav-users] 0.72 upgrade

2004-06-04 Thread unruhtech
here are my exact notes from going from 0.70 to 0.72: cd /root/src/clamav-0.72 ./configure --enable-milter make make install /usr/local/bin/monit quit -c /usr/local/etc/monitrc service freshclam restart service clamd restart service clamav-milter restart kill -1 sendmail the milter did NOT restart

Re: [Clamav-users] Plexus/Explet

2004-06-04 Thread Tomasz Papszun
On Fri, 04 Jun 2004 at 10:10:30 -0700, Jim wrote: > What does clamav refer to Plexus or Explet as ? The symantec name is > [EMAIL PROTECTED] Worm.Plexus.A > Does clamav catch this virus? Yes. Since 2004.06.04 22:07 GMT. -- Tomasz Papszun SysAdm @ TP S.A. Lodz, Poland | And it's only [EMAI

[Clamav-users] ClamAV For Windows v0.72 offical and a beta test

2004-06-04 Thread Brian Bruns
Hello, I don't normally make announcments, but I figured I'd see if anyone here wants to give a version of the installer I have put together a test and see if it solves the TMPDIR issues that have been causing issues with clamd/clamdscan on WinNT/2k/XP/2k3 and NTFS. Details of the beta installer a

[Clamav-users] clamav is not rejecting virus emails.

2004-06-04 Thread kitten
arantine virus-20040604-023026-24665-03, Message-ID: <[EMAIL PROTECTED]>, Hits: - Regards, Tone Irene Andersen --- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is

Re: [Clamav-users] clamav is not rejecting virus emails.

2004-06-04 Thread [EMAIL PROTECTED]
kitten said: > what am i doing wrong? > It would help greatly if you could provide a few details about how you've set it up. Are you using Sendmail, qmail, Postfix, Exim... Happy to help if I can, but need the info to determine the suitability of my answer.

Re: [Clamav-users] clamav is not rejecting virus emails.

2004-06-04 Thread kitten
Well its postfix, on debian woody. using postfix-mysql if that has anything to do with the case. [EMAIL PROTECTED] wrote: kitten said: what am i doing wrong? It would help greatly if you could provide a few details about how you've set it up. Are you using Sendmail, q

Re: [Clamav-users] clamav is not rejecting virus emails.

2004-06-04 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 04 June 2004 09:10 pm, kitten wrote: > Well its postfix, on debian woody. using postfix-mysql if that has > anything to do with the case. > > [EMAIL PROTECTED] wrote: > >kitten said: > >>what am i doing wrong? > > > >It would help greatly if

Re: [Clamav-users] clamav is not rejecting virus emails.

2004-06-04 Thread kitten
I have amavis-new, clamav and spamassassin. But i don't understand why it won't reject viruses. They are so mean! Jeff Smelser wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 04 June 2004 09:10 pm, kitten wrote: Well its postfix, on debian woody. using postfix-mysq

[Clamav-users] Re: ClamAV 0.72 Released

2004-06-04 Thread Joacim Ekroth
Jim Maul wrote: (snip) To tell the truth, I unpacked wrong tarball by mistake. Sorry. Fixed now. Thanks for point out that. Petr http://crash.fce.vutbr.cz/crash-hat/2/clamav/ is empty! (Thanks for your builds!) -- Steve Yes, very many thanks for the builds! I second (third?) that, great work Pe