Re: [Clamav-users] HQX8 message file not supported?

2009-02-05 Thread Steve Basford
John Jasen wrote: > have no idea what HQX8 files are, and it appears my google search > skills are lacking. Can someone enlighten me as to what these are, and > whether or not I should be concerned? > > Maybe HQX8 (is HQX 8-Bit) format File extension HQX description: The BinHex format was

Re: [Clamav-users] Statistics FAQ

2009-02-05 Thread Matus UHLAR - fantomas
On 02.02.09 12:14, Nigel Horne wrote: > We've published an FAQ about the new statistics system at > http://www.clamav.net/support/faq-cctts/ > > Please feel free to send me any feedback about the FAQ or the statistics > gathering system in general. I'd advise configuring DetectionStatsCountry in

Re: [Clamav-users] Statistics FAQ

2009-02-05 Thread Tomasz Kojm
On Thu, 5 Feb 2009 13:49:55 +0100 Matus UHLAR - fantomas wrote: > On 02.02.09 12:14, Nigel Horne wrote: > > We've published an FAQ about the new statistics system at > > http://www.clamav.net/support/faq-cctts/ > > > > Please feel free to send me any feedback about the FAQ or the statistics > >

[Clamav-users] Sanesecurity Signatures

2009-02-05 Thread Steve Basford
Hi All, Just realised that I hadn't posted an update about the signatures in this list, so thought I better had: http://sanesecurity.blogspot.com/2009/01/200109-news.html So, in short the signatures are now back.. but in a new download format. Cheers, Steve Sanesecurity http://www.sanesecurit

[Clamav-users] New to Clamav

2009-02-05 Thread Madhuri Somavarapu
I installed ClamAV both on my Windows and Unix machine. Here is the sample code I am using from Java public boolean fileFactoryScanner (String destFilePath) throws Exception { ClamAVScannerFactory.setClamdHost("127.0.0.1"); ClamAVScannerFactory.setClamdPort(3310); ClamAVSc

Re: [Clamav-users] New to Clamav

2009-02-05 Thread Török Edwin
On 2009-02-05 17:07, Madhuri Somavarapu wrote: > I installed ClamAV both on my Windows and Unix machine. Here is the sample > code I am using from Java > > public boolean fileFactoryScanner (String destFilePath) throws Exception { > ClamAVScannerFactory.setClamdHost("127.0.0.1"); >

Re: [Clamav-users] New to Clamav

2009-02-05 Thread Madhuri Somavarapu
This is what I have in my clamd.conf on unix machine # Path to a local socket file the daemon will listen on. # Default: disabled (must be specified by a user) LocalSocket /tmp/clamd.socket # Remove stale socket after unclean shutdown. # Default: yes #FixStaleSocket yes # TCP port address. # Def

Re: [Clamav-users] New to Clamav

2009-02-05 Thread Török Edwin
On 2009-02-05 17:24, Madhuri Somavarapu wrote: > This is what I have in my clamd.conf on unix machine > > # Path to a local socket file the daemon will listen on. > # Default: disabled (must be specified by a user) > LocalSocket /tmp/clamd.socket > > # Remove stale socket after unclean shutdown. >

Re: [Clamav-users] New to Clamav

2009-02-05 Thread Madhuri Somavarapu
How can we invoke clamd from java if not the API? The app that uses clamd will be deployed on the same unix machine. Will I have problem with firewall even then? Should I ask admin to open the port so that users access the app? If the virus is found will it delete the file other than response

Re: [Clamav-users] New to Clamav

2009-02-05 Thread Rob MacGregor
On Thu, Feb 5, 2009 at 15:52, Madhuri Somavarapu wrote: > How can we invoke clamd from java if not the API? > > The app that uses clamd will be deployed on the same unix machine. Will I > have problem with firewall even then? Should I ask admin to open the port so > that users access the app?

Re: [Clamav-users] New to Clamav

2009-02-05 Thread Madhuri Somavarapu
In my error log while starting clamd svc on Unix I see these clamd: Configuration file has not been customised. freshclam: Configuration file has not been customised. [ Feb 3 14:02:12 Method "start" exited with status 0 ] [ Feb 3 14:02:12 Stopping because all processes in service exited. ] [ Fe

Re: [Clamav-users] New to Clamav

2009-02-05 Thread shuttlebox
On Thu, Feb 5, 2009 at 5:51 PM, Madhuri Somavarapu wrote: > In my error log while starting clamd svc on Unix I see these > > clamd: Configuration file has not been customised. > freshclam: Configuration file has not been customised. > [ Feb 3 14:02:12 Method "start" exited with status 0 ] > [ Fe

Re: [Clamav-users] New to Clamav

2009-02-05 Thread Török Edwin
On 2009-02-05 18:51, Madhuri Somavarapu wrote: > In my error log while starting clamd svc on Unix I see these > > clamd: Configuration file has not been customised. > freshclam: Configuration file has not been customised. > [ Feb 3 14:02:12 Method "start" exited with status 0 ] > [ Feb 3 14:02:1

Re: [Clamav-users] New to Clamav

2009-02-05 Thread Madhuri Somavarapu
Thank u for the help. I realised it when I sent the email and its working now. Now as I am going to use this for high profile project is using the API recommended and also is there other way that u recommend to do this? I am planning to use clam for my file upload process. Basically what I have

[Clamav-users] ClamAV on Debian

2009-02-05 Thread Alex Davidson
I am fairly new to Linux but have a Debian 4 Desktop installation with clamav and clamd running on it. On top of this I am running ASSP (http://assp.sourceforge.net) to do Anti-Spam, which ties into clamd for anti-virus. What I'm finding is that it takes an hour after booting until the socket /var

Re: [Clamav-users] ClamAV on Debian

2009-02-05 Thread Brandon Perry
There is a major bug in the version you are running. If you enable the volatile repo and upgrade clamav, you should be fine. On Thu, Feb 5, 2009 at 4:07 PM, Alex Davidson wrote: > I am fairly new to Linux but have a Debian 4 Desktop installation with > clamav and clamd running on it. > On top of

Re: [Clamav-users] ClamAV on Debian

2009-02-05 Thread Alex Davidson
Perfect! It's working now. Thanks for such a prompt response. Alex On Thu, Feb 5, 2009 at 3:31 PM, Brandon Perry wrote: > There is a major bug in the version you are running. If you enable the > volatile repo and upgrade clamav, you should be fine. > > On Thu, Feb 5, 2009 at 4:07 PM, Alex David

Re: [Clamav-users] HQX8 message file not supported?

2009-02-05 Thread sydz
> Date: Wed, 04 Feb 2009 17:07:52 -0500 > From: John Jasen > Subject: [Clamav-users] HQX8 message file not supported? > > I have no idea what HQX8 files are, and it appears my google search > skills are lacking. Can someone enlighten me as to what these are, and > whether or not I should be con

[Clamav-users] How to test ClamAV

2009-02-05 Thread Alex Davidson
I am running ClamAV tying into ASSP on Debian 4. To test ClamAV I have tried using http://www.aleph-tec.com/eicar/index.php to send myself EICAR test virus strings but firstly only 3 of the 7 tests hit my mail server, and secondly ClamAV doesn't detect anything, yet the next-level AV detects it ju

Re: [Clamav-users] HQX8 message file not supported?

2009-02-05 Thread John Jasen
s...@softhome.net wrote: >> Date: Wed, 04 Feb 2009 17:07:52 -0500 >> From: John Jasen >> Subject: [Clamav-users] HQX8 message file not supported? >> > >> I have no idea what HQX8 files are, and it appears my google search >> skills are lacking. Can someone enlighten me as to what these are, and

Re: [Clamav-users] How to test ClamAV

2009-02-05 Thread Dennis Peterson
Alex Davidson wrote: > I am running ClamAV tying into ASSP on Debian 4. > > To test ClamAV I have tried using > http://www.aleph-tec.com/eicar/index.php to send myself EICAR test > virus strings but firstly only 3 of the 7 tests hit my mail server, > and secondly ClamAV doesn't detect anything, ye