Re: [Clamav-users] Clamstats

2006-09-26 Thread Bob Hutchinson
On Tuesday 26 September 2006 00:03, Gerard Seibert wrote:
 I installed the clamstats-0.2.pl program because it was listed on this
 forum recently. Prior to actually running it, I cleaned out the
 clamd.log file.

 The program is producing an error message. This is the out put of one
 such incident.

 Script started on Mon Sep 25 18:57:55 2006
 Use of uninitialized value in substitution (s///) at ./clamstats.pl line
 133. Use of uninitialized value in concatenation (.) or string at
 ./clamstats.pl line 163. Use of uninitialized value in concatenation (.) or
 string at ./clamstats.pl line 166. Script done on Mon Sep 25 18:57:55 2006

These errors will most likely disappear once there is some data passing 
through, but if not comment out the 'use strict' line and remove '-w' from 
the first line in the script, that should stop it. They are more warnings 
than errors, not serious


 I had to change the 'clamd_update.log' to 'freshclam.log' in order to
 get the script to even run.

Generic scripts almost always have to be edited to get them to point to the 
right paths, different installs keep things in different places.


 I know this is not a Perl forum, but I thought that perhaps someone
 might have an idea what is wrong with this script. I downloaded it from:

  http://weblog.infoworld.com/venezia/archives/clamstats.pl

 I have a FreeBSD 6.1 STABLE system with Perl 5.8.8 loaded.

 If anyone can assist me, I would appreciate it.

as you can see in the top 20 lines of code, there are a few things you can 
edit to change the behaviour of the script,

my $logfile = /var/log/clamav/clamd.log;
my $fclogfile = /var/log/clamav/clamd_update.log;
my $host = `hostname`;

my $text = 1;
my $html = ;

and you can run it with a parameter
clamstats.pl --html

HTH
-- 
-
Bob Hutchinson
Midwales dot com
-
___
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] Clamstats

2006-09-26 Thread Chris
On Tuesday 26 September 2006 3:37 am, Bob Hutchinson wrote:
 On Tuesday 26 September 2006 00:03, Gerard Seibert wrote:
  I installed the clamstats-0.2.pl program because it was listed on this
  forum recently. Prior to actually running it, I cleaned out the
  clamd.log file.
 
  The program is producing an error message. This is the out put of one
  such incident.
 
I've got the script up and running here on my box with no problems. Of 
course there was some editing to be done on it and thanks to the author and 
some other perl gurus on this list and a couple of others there are no 
errors. I could post it here but I don't know about attachments to this 
list. If anyone wants it I'd be glad to send it to them.

Chris

-- 
Chris


pgpC6ovQA1R3w.pgp
Description: PGP signature
___
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] Allow .exe files.

2006-09-26 Thread Peter Becker

I need to sent and recive .exe extenstion file. Where will I change ?


Why do somebody need to send .exe-Files?
yourhost:~# tar -cfj badfile.tar.bz2 badfile.exe

Regards,
Peter

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


Re: [Clamav-users] Allow .exe files.

2006-09-26 Thread ankush grover

On 9/26/06, Jamshid KP [EMAIL PROTECTED] wrote:

Hi,

In my post fix mail server I have installed clamv and mail scanner for
scaning. But .exe files are unable to sent. Please help me to unblock
the same. I need to sent and recive .exe extenstion file. Where will i
change ?


Thx in advance.


hey,

As you have mentioned you are using MailScanner. Blocking or allowing
of files is done by MailScanner.

Go to the MailScanner directory I am using it in /etc/

/etc/MailScanner/

you will see 2 files called

filename.rules.conf  filetype.rules.conf

These 2 files control which filestypes need to block which needs to be allowed.

Read the documentation in those file and change as per your
requirement. I can't guide you further more as I had never changed any
settings in these 2 files.

For more information you can go to mailscanner site

www.mailscanner.info.

Regards

Ankush Grover
___
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] Allow .exe files.

2006-09-26 Thread Jamshid KP

Hi,

In my post fix mail server I have installed clamv and mail scanner for
scaning. But .exe files are unable to sent. Please help me to unblock
the same. I need to sent and recive .exe extenstion file. Where will i
change ?


Thx in advance.

Jamshid
___
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] which rpm? RedHat es3

2006-09-26 Thread Jim Shupert, Jr.
Friends,

I have a linux redHat es3 machine that i am going to use for file serving - 
samba sharing with a net full of windows machines.

I was wondering if ClamAV sounds like a good anti virus solution to run on this 
RH linux box.

- also I see that there are fedora  
http://crash.fce.vutbr.cz/crash-hat/5/clamav/
and
Other very good repositories are maintained by Dag Wieers dag at wieers.com
http://dag.wieers.com/packages/clamav/

and a RH 8 version
RedHat 8.0: http://rpms.linux-kernel.at/?current=/lkernAT/redhat/extras/8.0/i386

so... I am wondering which of these would work for me?
would a RedHat8.0  ( i suppose these will be rpms )  work for me? - RedHat ES3 
-?

thanks

I also have a mailserver ( mandriva 2006 - was mandrake 10 ... but updated )
would Clam AV be a good idea there?

thanks

j

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


RE: [Clamav-users] which rpm? RedHat es3

2006-09-26 Thread Bowie Bailey
Jim Shupert, Jr. wrote:
 Friends,
 
 I have a linux redHat es3 machine that i am going to use for file
 serving - samba sharing with a net full of windows machines. 
 
 I was wondering if ClamAV sounds like a good anti virus solution to
 run on this RH linux box. 
 
 - also I see that there are fedora 
 http://crash.fce.vutbr.cz/crash-hat/5/clamav/ 
 and
 Other very good repositories are maintained by Dag Wieers dag at
 wieers.com 
 http://dag.wieers.com/packages/clamav/
 
 and a RH 8 version
 RedHat 8.0:
 http://rpms.linux-kernel.at/?current=/lkernAT/redhat/extras/8.0/i386 
 
 so... I am wondering which of these would work for me?
 would a RedHat8.0  ( i suppose these will be rpms )  work for me? -
 RedHat ES3 -? 
 
 thanks
 
 I also have a mailserver ( mandriva 2006 - was mandrake 10 ... but
 updated ) 
 would Clam AV be a good idea there?

ClamAV is a good idea everywhere! :)

As for repositories, Dag builds good packages for RedHat.  Personally,
I prefer to build ClamAV from source.  This allows me to keep as
up-to-date as possible without having to wait on the packager to build
each new version.  Clam builds very easily on RedHat.  I haven't used
Mandriva, but I wouldn't expect any problems.

-- 
Bowie
___
http://lurker.clamav.net/list/clamav-users.html


[Clamav-users] first daily.pdb published

2006-09-26 Thread Sven Strickroth

Hi,

today I published the first release of daily.pdb (included in daily.cvd) for 
the new phishing detection algo written by Edvin Török as part of the Summer 
Of Code 2006.


It won't break any other clamav installation.

This algorithmic detection is only available in the cvs-version, which you 
can download at http://www.clamav.net/snapshot.html, when it is build with 
./configure --enable-experimental.


As you can see it's not the stable version and experimental code, we can't 
recommend to use it in production.


To disable the algorithmic detection:

use --no-phishing-scan-urls for clamscan and the corresponding 
PhishingScanURLs option in clamd.conf


Looking forward for you ideas, comments, results (and bug reports).

Best regards,

Sven


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