Hi,
somebody known where download .rpm for this distribution?
___
http://lurker.clamav.net/list/clamav-users.html
___
http://lurker.clamav.net/list/clamav-users.html
On Thursday 24 Feb 2005 20:12, Sandeep Saini wrote:
> Hi,
> I am new to clamav, just installed on Red hat linux 9 but got the problem
> to filter out the mail through sendmail.
> Do anyone knows full configuration for setting Milter through sendmail.
> I am new to this , don't know how to do that.
Tim Howell wrote:
> [EMAIL PROTECTED] wrote:
>
>> Find a particular infected message and check the logs for errors or
>> warnings around the time the message went through
>
> Which logs? There isn't anything at all about the message in the
> qmailscanner viruses.log, and I don't think anything w
[EMAIL PROTECTED] wrote:
> Find a particular infected message and check the logs for errors or
> warnings around the time the message went through
Which logs? There isn't anything at all about the message in the
qmailscanner viruses.log, and I don't think anything would be reported
in the qmail
Tim Howell wrote:
Several of my users have received the virus classified by ClamAV as
Worm.Sober.K today. I use qmail with SpamAssassin and ClamAV through
qmailscanner. I'm not sure how it is getting through as:
1. All of my mail is scanned by ClamAV and Clam definitely recognizes
this virus. I
Tim Howell wrote:
> Several of my users have received the virus classified by ClamAV as
> Worm.Sober.K today...
>
> How should I go about tracking this down?
Find a particular infected message and check the logs for errors or warnings
around the time the message went through
Matthew.van.Eerde (
Several of my users have received the virus classified by ClamAV as
Worm.Sober.K today. I use qmail with SpamAssassin and ClamAV through
qmailscanner. I'm not sure how it is getting through as:
1. All of my mail is scanned by ClamAV and Clam definitely recognizes
this virus. If I take the zip
Hi,
I am new to clamav, just installed on Red hat linux 9 but got the problem to
filter out the mail through sendmail.
Do anyone knows full configuration for setting Milter through sendmail.
I am new to this , don't know how to do that.
Thanks
sandeep
-Original Message-
From: [EMAIL PROTEC
On Thu, 24 Feb 2005 12:39:57 -0800 (PST) in
[EMAIL PROTECTED] Dennis Peterson
<[EMAIL PROTECTED]> wrote:
> You have two problems - you are posting in HTML
Well multipart/mixed :-p
--
Brian Morrison
bdm at fenrir dot org dot uk
GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/www
* Nigel Horne <[EMAIL PROTECTED]>:
> > I set ulimit -c accordingly and am waiting for the next crash...
>
> What version of zlib?
ii zlib1g 1.2.2-3 compression library - runtime
ii zlib1g-dev 1.2.2-3 compression library - development
--
Ralf Hildebrand
>
> I have ClamAV 0.82 installed on a Verio VPSv2 FreeBSD server ... works
> fine ... scans, cleans, deletes ... the works.
>
> =20
>
> My problem is with freshclam ...=20
>
> =20
>
> I have the following flag in my /etc/rc.conf file:
>
> clamav_freshclam_flags=3D"--config-file=3D/usr/local/e
On Feb 24, 2005, at 15:22, Tomasz Kojm wrote:
On Thu, 24 Feb 2005 15:16:20 -0500
Dale Walsh <[EMAIL PROTECTED]> wrote:
On Feb 24, 2005, at 07:12, Victor wrote:
Hello,
Why my ClamAV don't install libclamav ??? I've looked for in
/usr/lib , /usr/local/lib and /var/lib.
My install commands:
./con
On Thu, 24 Feb 2005 15:16:20 -0500
Dale Walsh <[EMAIL PROTECTED]> wrote:
>
> On Feb 24, 2005, at 07:12, Victor wrote:
>
> > Hello,
> >
> > Why my ClamAV don't install libclamav ??? I've looked for in
> > /usr/lib , /usr/local/lib and /var/lib.
> >
> > My install commands:
> > ./configure --
On Feb 24, 2005, at 07:12, Victor wrote:
Hello,
Why my ClamAV don't install libclamav ??? I've looked for in /usr/lib , /usr/local/lib and /var/lib.
My install commands:
./configure --prefix=/usr --sysconfdir=/etc
make
make check
make install
Thanks :-)
When building use the following comm
On Thursday 24 February 2005 06:40 am, Tomasz Kojm wrote:
> > Right, but this command dont work... look that:
[... snip ...]
> > WARNING: Ignoring option --no-archive: please edit clamd.conf instead.
> > WARNING: Ignoring option --unzip: please edit clamd.conf instead.
> >
> > Why ?
>
> Because you
On Wednesday 23 February 2005 12:49 am, Rob MacGregor wrote:
> On Wed, 23 Feb 2005 00:49:20 +, Bob Hutchinson
>
> <[EMAIL PROTECTED]> wrote:
> > That is a good reason, and true too, I have found the freshclam daemon
> > not functioning on one occasion, so now I cron it. Another reason is to
> >
On Tuesday 22 February 2005 05:14 pm, René Berber wrote:
> Dale Walsh wrote:
> [snip]
>
> > I can't understand why everyone runs this through cron when it doesn't
> > eat much memory or cpu cycles when run as a daemon?
>
> If freshclam fails as a daemon you would not know it. If it fails as a
> cr
Nigel Horne wrote:
>> Same here, the thing suddenly crashes every now and then...
>
>
> Try this patch and see if it helps in scanners.c:
> /* Scan metadata */
> mdata = root->zip_mlist;
> do {
> if(mdata->encrypted != encrypted)
> continue;
>
> Change to
>
> /* Scan metadata */
On Thu, 24 Feb 2005 17:45:25 +0100
Willem de Groot <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is it possible to make a single signature that checks for both \n and
> \r\n? I tried using the pattern (0a|0d0a) but this "alternate"
> construction only seems to work for single bytes, not strings. Clam
> > > > > Same here, the thing suddenly crashes every now and then...
Try this patch and see if it helps in scanners.c:
/* Scan metadata */
mdata = root->zip_mlist;
do {
if(mdata->encrypted != encrypted)
continue;
Change to
/* Scan metadata */
mdata = root->zip_mlist;
if(mdata) do
On Thursday 24 Feb 2005 16:34, Ralf Hildebrandt wrote:
> * Ralf Hildebrandt <[EMAIL PROTECTED]>:
> > * Nigel Horne <[EMAIL PROTECTED]>:
> >
> > > > Same here, the thing suddenly crashes every now and then...
> > >
> > > What version of zlib? What is the stacktrace from gdb? Have you sent me
> > >
I have ClamAV 0.82 installed on a Verio VPSv2 FreeBSD server
… works fine … scans, cleans, deletes … the works.
My problem is with freshclam …
I have the following flag in my /etc/rc.conf file:
clamav_freshclam_flags="--config-file=/usr/local/etc/freshclam.conf
--checks=12 --datad
Hello,
Is it possible to make a single signature that checks for both \n and
\r\n? I tried using the pattern (0a|0d0a) but this "alternate"
construction only seems to work for single bytes, not strings. ClamAV
ignores the 0d0a part in the parentheses. Of course I could fix this
particular sig
* Ralf Hildebrandt <[EMAIL PROTECTED]>:
> * Nigel Horne <[EMAIL PROTECTED]>:
>
> > > Same here, the thing suddenly crashes every now and then...
> >
> > What version of zlib? What is the stacktrace from gdb? Have you sent me
> > the errant message as requested? I haven't received it yet.
>
> Lik
* Nigel Horne <[EMAIL PROTECTED]>:
> > Same here, the thing suddenly crashes every now and then...
>
> What version of zlib? What is the stacktrace from gdb? Have you sent me
> the errant message as requested? I haven't received it yet.
Like I said, I have yet to find the corefile.
--
Ralf Hil
> > >This is fixed in the version in CVS, though you may wish to forward
> > >the errant message to me to double check (as usual zip with the
> > >password 'virus').
> >
> > I've just installed the CVS tarball on my test server. After make
> > install I tried clamscan -r clamav-devel-latest. Th
> > This is fixed in the version in CVS, though you may wish to forward
> > the errant message to me to double check (as usual zip with the
> > password 'virus').
> >
> > -Nigel
> >
>
> I've just installed the CVS tarball on my test server. After make
> install I tried clamscan -r clamav-devel-l
* Tomasz Kojm <[EMAIL PROTECTED]>:
> Such reports are useless to us. We need files to reproduce the problem
> or at least stack backtraces. Send them to [EMAIL PROTECTED]
First I need to find the core file...
--
Ralf Hildebrandt (i.A. des IT-Zentrum) [EMAIL PROTECTED]
Charite - Univers
On Thu, 24 Feb 2005 17:11:43 +0100
Ralf Hildebrandt <[EMAIL PROTECTED]> wrote:
> * Tim Howell <[EMAIL PROTECTED]>:
>
> > >This is fixed in the version in CVS, though you may wish to forward
> > >the errant message to me to double check (as usual zip with the
> > >password 'virus').
> >
> > I've
On Feb 24, 2005, at 7:23 AM, Nigel Horne wrote:
This is fixed in the version in CVS, though you may wish to forward
the errant message to me to double check (as usual zip with the
password 'virus').
-Nigel
One other question: RE: sending you the errant message, I'm not quite
sure how to get at the
* Tim Howell <[EMAIL PROTECTED]>:
> >This is fixed in the version in CVS, though you may wish to forward
> >the errant message to me to double check (as usual zip with the
> >password 'virus').
>
> I've just installed the CVS tarball on my test server. After make
> install I tried clamscan -r c
On Feb 24, 2005, at 7:23 AM, Nigel Horne wrote:
This is fixed in the version in CVS, though you may wish to forward
the errant message to me to double check (as usual zip with the
password 'virus').
-Nigel
I've just installed the CVS tarball on my test server. After make
install I tried clamscan
Dennis Peterson wrote:
> Now if we can make people aware of the evils of out-of-office
> auto-responders...
I know! Why isn't there an SMTP code for this?
-> RCPT TO: <[EMAIL PROTECTED]>
<- 2?0 OK, but he's out of the office right now
-> RSET never mind then
Matthew.van.Eerde (at) hbinc.com
ClamAV 0.83 is installed, running and clamdscan can scan a diretctory
successfully.
I'm trying to test clamd as described in the PDF documentation by using
"clamd VERSION" or "clamd PING". In either case I get no response but a
new blank line.
Clamd.log shows "ERROR: Socket file /tmp/clamd i
On Thursday 24 Feb 2005 15:14, Tim Howell wrote:
> I've got a Linux box running qmail with SpamAssassin and ClamAV (using
> clamscan because I've had stability problems with clamdscan) to filter
> all of the mail coming into and out of our network. The system works
> very well for the most part
Jason Byrns said:
> [EMAIL PROTECTED] wrote:
>
> Which was one option I was already considering, and is exactly what we
> have now done. The customer in question jumped at the chance to get
> (.htaccess protected) web space anyway. In a way, I was expecting more
> resistance from that particular
I've got a Linux box running qmail with SpamAssassin and ClamAV (using
clamscan because I've had stability problems with clamdscan) to filter
all of the mail coming into and out of our network. The system works
very well for the most part, but once in a while I end up with a number
of long run
[EMAIL PROTECTED] wrote:
> He should make himself a website and post his work on it, then send
> clients links to the website. Oh, and he should sign his work with a
> certificate and give the clients his public key so they can confirm
> he was the one who wrote it.
Dennis Peterson wrote:
If you h
On Thu, 2005-02-24 at 08:24 -0500, Ken Morley wrote:
> ClamAV 0.83 is installed and clamd starts and will successfully scan
> directories, etc.
>
> I am trying to verify clamd operation as described in the documentation.
> When I try "clamd PING" or "clamd VERSION", I don't get any response
>
ClamAV 0.83 is installed and clamd starts and will successfully scan
directories, etc.
I am trying to verify clamd operation as described in the documentation.
When I try "clamd PING" or "clamd VERSION", I don't get any response
at the console, just a line feed.
Looking at /var/log/clamd/log,
Luca Gibelli wrote:
> This matter has been discussed _many_ times. In short:
>
> - the TTL of current.cvd.clamav.net is 900 secs
> - if you run freshclam (with DNSDatabaseInfo) more often than 900 secs,
> you just overload _your_ dns.
Hardly overload, but I take your point.
> Calling freshc
On Thu, 24 Feb 2005 09:32:38 -0300
"Victor" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Right, but this command dont work... look that:
It does work but only prints some warnings.
> [EMAIL PROTECTED]:/home/victor/ftp# clamdscan --no-archive --unzip q.zip
> WARNING: Ignoring option --no-archive: ple
Hello !!
Thanks !!! Now work fine. Perfect ! Look:
[EMAIL PROTECTED]:/home/victor/ftp# clamscan --no-archive --unzip q.zip
Archive: /home/victor/ftp/q.zip
inflating: QUIT-B.COM
inflating: QUITA~1.EXE
inflating: QUITA~1.COM
inflating: QUIT-A.COM
inflating: QUIT1992.COM
inflating: QUIN
Victor wrote:
[EMAIL PROTECTED]:/home/victor/ftp# clamdscan --no-archive --unzip q.zip
WARNING: Ignoring option --no-archive: please edit clamd.conf instead.
WARNING: Ignoring option --unzip: please edit clamd.conf instead.
if you want to pass scanning parameters on command line, use *clamscan*,
On Thu, 2005-02-24 at 09:32 -0300, Victor wrote:
> Hello,
>
> Right, but this command dont work... look that:
> [EMAIL PROTECTED]:/home/victor/ftp# clamdscan --no-archive --unzip q.zip
> WARNING: Ignoring option --no-archive: please edit clamd.conf instead.
> WARNING: Ignoring option --unzip: plea
Hello,
Right, but this command dont work... look that:
[EMAIL PROTECTED]:/home/victor/ftp# clamdscan --no-archive --unzip q.zip
WARNING: Ignoring option --no-archive: please edit clamd.conf instead.
WARNING: Ignoring option --unzip: please edit clamd.conf instead.
/home/victor/ftp/q.zip: Quit.2 FO
Victor wrote:
Hello,
Print's:
[EMAIL PROTECTED]:/home/victor# ldd /usr/bin/clamscan
libclamav.so.1 => /usr/lib/libclamav.so.1 (0x4001a000)
It's under /usr/lib :)
libz.so.1 => /usr/lib/libz.so.1 (0x4006)
libbz2.so.1 => /lib/libbz2.so.1 (0x40071000)
libgmp.so.3 =>
Hello,
Print's:
[EMAIL PROTECTED]:/home/victor# ldd /usr/bin/clamscan
libclamav.so.1 => /usr/lib/libclamav.so.1 (0x4001a000)
libz.so.1 => /usr/lib/libz.so.1 (0x4006)
libbz2.so.1 => /lib/libbz2.so.1 (0x40071000)
libgmp.so.3 => /usr/lib/libgmp.so.3 (0x4008)
On Thu, 24 Feb 2005 09:12:12 -0300
"Victor" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Why my ClamAV don't install libclamav ??? I've looked for in /usr/lib
> , /usr/local/lib and /var/lib.
>
> My install commands:
> ./configure --prefix=/usr --sysconfdir=/etc
What does 'ldd /usr/bin/clamscan' pri
Hello,
Why my ClamAV don't install libclamav ??? I've looked for in
/usr/lib , /usr/local/lib and /var/lib.
My install commands:
./configure
--prefix=/usr --sysconfdir=/etc
makemake checkmake
install
Thanks :-)
___
http://lurker.clamav.net/li
On Thu, 24 Feb 2005 04:07:33 -0500
Dale Walsh <[EMAIL PROTECTED]> wrote:
> Are you aware of the actual problem and are working on a solution or
> should I continue with the debug in the hopes of finding the problem
> (time permitting)?
>
> Learning gdb basics overnight wasn't fun.
If you could
On Thu, 24 Feb 2005 15:17:46 +0500
"Sergey Yudin" <[EMAIL PROTECTED]> wrote:
> I've got
> ===
> ClamAV update process started at Thu Feb 24 13:06:27 2005
> main.cvd is up to date (version: 29, sigs: 29086, f-level: 3, builder:
> tomek) daily.cvd is up to date (versi
Around 4:07am on Thu, 24 Feb 2005 a mail from Dale Walsh said ...
> > Sounds like a known problem with 0.81. Upgrade to 0.83.
> >
> I have currently downgraded one of my servers to 0.80, it has
> been running for several days now without a single crash or
> restart required.
>
> Are you aware o
Hello K. Shantanu ,
> * Yatin Shah (QualiSpace, Sales) <[EMAIL PROTECTED]> [050224 03:45]:
> > Thank You!
> >
> > Thank you very much for mailing me. I will definitely check your mail and
> > get back to you. Meanwhile, please note:
>
> Please fix this broken autoresponder. Personally I woul
Hello Brian Morrison,
> I presume that the action of uploading a new database update triggers a
> script that:
>
> sends the mailing list notification
> updates the database on the main (non-public) server
> kicks off a DNS update
correct
> but may not:
> tell mirror servers to re-sync with t
* Yatin Shah (QualiSpace, Sales) <[EMAIL PROTECTED]> [050224 03:45]:
> Thank You!
>
> Thank you very much for mailing me. I will definitely check your mail and
> get back to you. Meanwhile, please note:
Please fix this broken autoresponder. Personally I would never do any sort of
mailing busi
On Thu, 24 Feb 2005 11:11:12 +0100 in [EMAIL PROTECTED] Per
Jessen <[EMAIL PROTECTED]> wrote:
> What I saw was this:
>
> 1) email says "new version available".
So the db update mail is fast then ;-)
> 2) freshclam tries DNS - DNS says no.
I presume that the action of uploading a new databa
I've got
===
ClamAV update process started at Thu Feb 24 13:06:27 2005
main.cvd is up to date (version: 29, sigs: 29086, f-level: 3, builder: tomek)
daily.cvd is up to date (version: 722, sigs: 2007, f-level: 4, builder: ccordes)
===
Brian Morrison wrote:
> On Thu, 24 Feb 2005 09:09:23 +0100 in [EMAIL PROTECTED] Per
> Jessen <[EMAIL PROTECTED]> wrote:
>
>> I've setup a freshclam that is triggered off the incoming notify for
>> clamav-virusdb. For 722 at 0046CET today, I got the email, but
>> freshclam did not load a new vers
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
he just wanna say thank you.
think he loves us all, like jacko ;)
greetings
andy
--free your mind, use open source
http://www.mono-project.com
ASCII ribbon campaign ( )
- against HTML email X
& vCards / \
>
>Autoresponder I guess...
>
>--
>Guillaume Arcas
>
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
Selon Scott Ryan <[EMAIL PROTECTED]>:
> On Thursday 24 February 2005 11:29, Yatin Shah (QualiSpace, Sales) shaped the
> electrons to say:
> > Thank You!
>
> WTF ?
Autoresponder I guess...
--
Guillaume Arcas
Quiconque saurait le secre
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
On Thursday 24 February 2005 11:29, Yatin Shah (QualiSpace, Sales) shaped the
electrons to say:
> Thank You!
>
> Thank you very much for mailing me. I will definitely check your mail and
get back to you. Meanwhile, please note:
> >>If you have any support related query, please send an email to
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
Tomasz Kojm wrote:
> "Plant, Dean" wrote:
>
>> Is it possible to completely exclude the /net folder so that when
>> clamscan hits this directory it does not check the contents of it?
>
> Yes, it's in my TODO.
Thank you.
___
http://lurker.clamav.net/lis
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
[EMAIL PROTECTED] wrote:
> -> Tomasz
>
> Now I am confused on a higher level :-)
>
> My spamassassin shows:
>
> C:\Perl\bin>spamassassin.bat -V
> SpamAssassin version 3.0.2
> running on Perl version 5.8.6
>
> So what is 0.8x a reference to ?
The version of ClamAV.
Matt
_
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
On Feb 24, 2005, at 04:23, <[EMAIL PROTECTED]> wrote:
-> Tomasz
Now I am confused on a higher level :-)
My spamassassin shows:
C:\Perl\bin>spamassassin.bat -V
SpamAssassin version 3.0.2
running on Perl version 5.8.6
So what is 0.8x a reference to ?
L.O.L.
It's a version reference for ClamAV.
-> Tomasz
Now I am confused on a higher level :-)
My spamassassin shows:
C:\Perl\bin>spamassassin.bat -V
SpamAssassin version 3.0.2
running on Perl version 5.8.6
So what is 0.8x a reference to ?
Best regards
Harald Villemoes
[EMAIL PROTECTED]
-Oprindelig meddelelse---
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
Can someone remove this from the list ?
Regards,
Niek
___
http://lurker.clamav.net/list/clamav-users.html
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
On Feb 23, 2005, at 21:06, Tomasz Kojm wrote:
On Mon, 21 Feb 2005 08:15:51 -0500
Dale Walsh <[EMAIL PROTECTED]> wrote:
exactly the same problem and I have been tracing the process and it
seems to occur during a freshclam cvd update (when it actually
updates the virus db files) and now appears to
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
On Thu, 24 Feb 2005 09:09:23 +0100 in [EMAIL PROTECTED] Per
Jessen <[EMAIL PROTECTED]> wrote:
> I've setup a freshclam that is triggered off the incoming notify for
> clamav-virusdb. For 722 at 0046CET today, I got the email, but
> freshclam did not load a new version. Version 722 wasn't downloa
Thank You!
Thank you very much for mailing me. I will definitely check your mail and get
back to you. Meanwhile, please note:
>>If you have any support related query, please send an email to [EMAIL
>>PROTECTED]
>>If you have any new order, please send an email to [EMAIL PROTECTED]
>>If you h
I've setup a freshclam that is triggered off the incoming notify for
clamav-virusdb. For 722
at 0046CET today, I got the email, but freshclam did not load a new version.
Version 722
wasn't downloaded till the hourly cronjob ran at 0102CET.
Is that due to the DNS not being updated or the mirror
82 matches
Mail list logo