Re: [Clamav-users] Process based clamd

2003-11-29 Thread Jakub Jankowski
D 0, by clamd[991], UID 93, EUID 93, parent init[1], UID 0, EUID 0 Everything works fine when UseProcesses is off. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]: 921514

Re: [Clamav-users] Problems with clamav-milter + sendmail

2003-11-30 Thread Jakub Jankowski
ature virus but nothing. >/var/log/mail.log looks like this after I send a mail: Are there any milter-related messages in your logfile? s. [try wrap your lines around 72 characters] -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu

Re: [Clamav-users] Re: Problems with clamav-milter + sendmail

2003-12-01 Thread Jakub Jankowski
on file. >PS: This is personal opinion and may cause a flame war. And it probably will. s. ps. please make your signature follow the netiquette guidelines -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotka

Re: [Clamav-users] Process based clamd

2003-12-02 Thread Jakub Jankowski
atched linux 2.2.25. I also noticed some zombie clamd processes (but never more than one) lying around, showing up as 'defunct' in `ps' output. But PIDs of those zombies are changing, so I assume they really die at some point. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Na

Re: [Clamav-users] Process based clamd

2003-12-02 Thread Jakub Jankowski
0 rt_sigprocmask(SIG_UNBLOCK, [ALRM], [HUP INT USR1 ALRM TERM CHLD], 8) = 0 getpid()= 8409 setuid(0) = 0 exit_group(0) = ? Process 8409 detached [EMAIL PROTECTED]:~# Generally, clamd behaves *strangely* here. Still investigating. s

Re: [Clamav-users] clamav.conf

2003-12-03 Thread Jakub Jankowski
c/clamav.conf You end up with a broken clamav setup if some your user placed a hostile clamav.conf file somewhere in a filesystem, and for some reason your find visits that place as the last one. I wouldn't recommend your solution, especially over reading docs. s. -- (0> Jakub Jankowski

Re: [Clamav-users] Turn of notification

2003-12-05 Thread Jakub Jankowski
clamav-milter --help | grep -i send --bounce-b Send a failure message to the sender. --postmaster-only -P Send warnings only to the postmaster. --quiet -q Don't send e-mail notifications of interceptions. [EMAIL PROTECTED]:~$ Hope this helps. s. -- (0>

Re: [Clamav-users] clam milter wont start

2003-12-28 Thread Jakub Jankowski
n for clamav-milter to create socket into, but clamav user doesn't have write permissions to /var/run. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]: 921514 Babe Jag

Re: [Clamav-users] clam milter wont start

2003-12-29 Thread Jakub Jankowski
clamav-milter.c, lines 667-683. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]: 921514 Babe Jage niz Alicje" Fingerprint: FCBF F03D 9ADB B768 8B92 BB52

Re: [Clamav-users] clam milter wont start

2003-12-30 Thread Jakub Jankowski
g listening socket. Take a look into >>clamav-milter.c, lines 667-683. >> > > I believe clamav user does have permissions to write into /var/run: Please show output of these: ls -al /var | grep run egrep -i ^user: /path/to/your/clamav.conf s. -- (0> Jakub Jankowski [url]:

Re: [Clamav-users] http file uploads PHP Clamav

2004-01-27 Thread Jakub Jankowski
On 2004-01-27, Walgamotte, David wrote: > Does anyone know how to use clamscan to scan http web uploads on and >Apache/PHP server ? Maybe this will help: http://software.othello.ch/mod_clamav/ s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PRO

Re: [Clamav-users] Postmaster bounces and such. [OT]

2004-03-21 Thread Jakub Jankowski
On 2004-03-21, Bit Fuzzy wrote: >This is true Please don't top-post. Quoting whole mail to add your three words wastes so much bandwidth. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spot

Re: [Clamav-users] Spam/Virus stats using mrtg

2004-04-02 Thread Jakub Jankowski
ivity. Any simple how-to's on doing this around? #!/bin/sh VIRCOUNT=`grep -c FOUND /wherever/is/your/clamd.log` echo $VIRCOUNT echo 0 echo `uptime` echo `hostname` Tune it. ;-) s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 1745

Re: [Clamav-users] Spam/Virus stats using mrtg

2004-04-02 Thread Jakub Jankowski
#x27;{print $8}' | sort | uniq -c | sort -k1nr,1 Who's next? ;-) s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]: 921514 Babe Jage niz Alicje" Finger

Re: [Clamav-users] Spam/Virus stats using mrtg

2004-04-02 Thread Jakub Jankowski
k '{print $1}' | sort | uniq -c | sort -k1nr,1 ^^ Where '^^^' part is responsible for getting virusname out of clamd.log. Or better use perl =) s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow

Re: [Clamav-users] Clamd Virus stats using php/rrdtool

2004-04-12 Thread Jakub Jankowski
, just a bit more tuned. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]: 921514 Babe Jage niz Alicje" Fingerprint:

Re: [Clamav-users] How to bypass milter scanning for selected users?

2004-04-12 Thread Jakub Jankowski
750 /* * Whitelist of source e-mail addresses that we do NOT scan * TODO: read in from a file */ static const char*ignoredEmailAddresses[] = { /*"[EMAIL PROTECTED]", "[EMAIL PROTECTED]",*/ NULL }; s. -- (0> Jakub Jankowski [url]: s.

Re: [Clamav-users] How to bypass milter scanning for selected users?

2004-04-13 Thread Jakub Jankowski
/* * This recipient is not on the whitelist, * no need to check any further */ return SMFIS_CONTINUE; } /* * Didn't find a recipient who is not on the white list, so all * must be on the white list, so just accept the

Re: [Clamav-users] How to bypass milter scanning for selected users?

2004-04-13 Thread Jakub Jankowski
: static const char *ignoredEmailAddresses[] = { "[EMAIL PROTECTED]", "[EMAIL PROTECTED]", "[EMAIL PROTECTED]", NULL }; s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 lat

Re: [Clamav-users] Clamd

2004-04-13 Thread Jakub Jankowski
On 2004-04-13, Mike van Vugt wrote: >Installed clamav, clamav-db and libclamav1. Tried to install and run >clamd but got the next message [...] Have you configured your clamav properly? Have you read the documentation? s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w

Re: [Clamav-users] clamav.conf file

2004-04-21 Thread Jakub Jankowski
On 2004-04-21, Wiltshire, Michael wrote: ># clamdscan -v >ERROR: Clamd is not configured properly. > >This only happens when I uncomment the line below. > ># TCP port address. >TCPSocket 3310 Use either LocalSocket or TCPSocket, not both at the same time. s. -- (0>

Re: [Clamav-users] Mail::ClamAV

2004-05-12 Thread Jakub Jankowski
o blib/arch/auto/Mail/ClamAV/ClamAV.so -lz -lbz2 -lgmp >-lpthread -lclamav > >/usr/bin/ld: cannot find -lbz2 [...] >please help. Install bzip2. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac

Re: [Clamav-users] Freshclam reporting outdated installation

2004-05-09 Thread Jakub Jankowski
OUTDATED - please update immediately ! >WARNING: Current functionality level = 1, required = 2 Please read ML archives. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [e

Re: [Clamav-users] Freshclam reporting outdated installation

2004-05-09 Thread Jakub Jankowski
On 2004-05-09, Phil Schilling wrote: >On Sun, 9 May 2004 10:25:10 +0200 (CEST) >Jakub Jankowski <[EMAIL PROTECTED]> wrote: [...] >> Please read ML archives. >> >The archives from April where this discussion took place where missing >from Sourceforge when I was look

Re: [Clamav-users] OT: Just some interesting stats

2004-04-29 Thread Jakub Jankowski
On 2004-04-29, Rick Macdougall wrote: >http://mail.limelyte.net/admin/virus/ [...] >Suggestions, ideas, flames, etc, more than welcome. Really nice one! Is the source code available somewhere? :-) s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [E

Re: [Clamav-users] Temp file issues

2004-05-05 Thread Jakub Jankowski
On 2004-05-05, Alex V. Kovirshin wrote: >First - hack milter ... >Second - cron job rm -f /path/to/quarantine Zero - read docs. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PRO

[OT] Re: [Clamav-users] Quarantine files (was Temp file issues)

2004-05-06 Thread Jakub Jankowski
in wrote: [...] Please don't top-post. It makes you unreadable. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]: 921514 Babe Jage niz Alicje" Fingerprint

Re: [Clamav-users] Virus found in virgin RHES 3 installation?

2004-05-08 Thread Jakub Jankowski
On 2004-05-08, Ken Morley wrote: >OK, so clamd, clamscan and clamdscan should ignore files in //proc. Is >there *really* a trojan in //proc/kcore or is this some anomaly that I can >just ignore? The latter one. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Cz

Re: [Clamav-users] The Sasser worm

2004-05-14 Thread Jakub Jankowski
-( I feel like the guy in the UPS commercial who can't handle the fact that there isn't a problem. ;-D AFAIR, Sasser doesn't propagate through emails (unlike all other worms you mentioned). If you use clamav only to scan mails, you won't catch Sasser, probably. s. -- (0>

Re: [Clamav-users] name that worm: agobot,gaobot,polybot

2004-05-19 Thread Jakub Jankowski
atches made between these names and clamav. [...] Are these in ClamAv under another name, or are the vendors wrong about the SMTP part, or is ClamAv behind? I will try to get a sample from the PC folks. $ sigtool -l | grep -ic gaobot 70 s. -- (0> Jakub Jankowski [url]: s.atn.pl "Na

Re: [Clamav-users] ERROR: Parse error at line 67: Unknown option ThreadTimeout

2004-05-27 Thread Jakub Jankowski
.gmane.org/gmane.comp.security.virus.clamav.announce/35 s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]: 921514 Babe Jage niz Alicje" Fingerprint: FCBF F03D 9ADB B768 8B92 BB52 0341 9037 A875 942D

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

2004-06-02 Thread Jakub Jankowski
e RTM. s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]: 921514 Babe Jage niz Alicje" Fingerprint: FCBF F03D 9ADB B768 8

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

2004-06-02 Thread Jakub Jankowski
On 2004-06-02, Crucificator wrote: So what is the complete solution? Have you tried googling around, and reading docs? s. -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [EMAIL PROTECTED] [ekg]

Re: [Clamav-users] Getting signature file versions in PERL

2004-08-18 Thread Jakub Jankowski
On 2004-08-18, Robert Blayzor wrote: I'm really interested in just getting Version #'s from within a PERL script. open(FH, " HTH -- (0> Jakub Jankowski [url]: s.atn.pl "Nawet w Krainie Czarow //\ [EMAIL PROTECTED] [rlu]: 174516 latwiej jest spotkac V_/_ [

[Clamav-users] clamd descriptors leakage?

2003-11-28 Thread Jakub Jankowski
some investigations, I found out that it happens for clamd to have fd for /usr/share/clamav opened more than once. Of course, restarting clamd helps, but I think it's a bug worth fixing. If you need more information on this issue, I can provide you logs, enviroment info, and whatever you ne