Re: [Clamav-users] 0.85 0.81.1 tha same troubles with milter

2005-05-17 Thread Mr Mailing List
Hello,
On 17 May 2005, at 13:17, Tomasz Kojm wrote:
On Tue, 17 May 2005 15:10:12 +0400
Sergey [EMAIL PROTECTED] wrote:

Hello Tomasz,
Tuesday, May 17, 2005, 2:27:00 PM, you wrote:
TK On Tue, 17 May 2005 11:16:54 +0400
TK Sergey [EMAIL PROTECTED] wrote:

Hello clamav-users,
   i've just tried to use 0.85 and 0.85.1 instead of my 0.84 but i
   found an error massage on starting clamav-milter (Permission
   denied). is there any chance to solve this little problem?
TK I don't believe you've installed 0.85.1 properly.
what do you mean by properly?
 there were no errors while i was installing it.
 i used just the same option that i used for installing 0.84 or there
 is in 0.85 some new extra installation stuff that i missed?
The only 'essential' information you have provided is that
clamav-milter prints Permission denied on startup so don't expect
constructive help from me.
There appears to be something not quite good happening.
More information, for version v0.85 the following scenario seems  
consistent on my server:

clamd.conf contains:
User clamav
.
LogFile /var/log/clam/clamd.log
Now delete
stop clamd
delete /var/log/clam/clamd.log
start clamd again
Upon restart clamd.log is created, but owned by root.
ls -l /var/log/clam/clamd.log
-rw-r-1 root root 2675 May 17 14:42 /var/log/clam/ 
clamd.log

(Additional information:
ls -ld /var/log/clam/
drwxr-xr-x2 clamav   clamav   4096 May 17 14:42 /var/log/clam/
)

--
   oo. Tomasz Kojm [EMAIL PROTECTED]
  (\/)\. http://www.ClamAV.net/gpg/tkojm.gpg
 \..._ 0DCA5A08407D5288279DB43454822DC8985A444B
   //\   /\  Tue May 17 13:12:51 CEST 2005
___
http://lurker.clamav.net/list/clamav-users.html
___
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] Install problems on OS X.

2005-01-04 Thread Mr Mailing List
Hello,
On 22 Dec 2004, at 20:18, Cameron Bales wrote:
Hello.
I'm getting this string of errors during the ./configure stage of
installing Clam AV 0.8 and the current CVS version as well.  I'm
installing on OS X Server 10.3.6 gcc 3.3
--
checking resolv.h usability... no
checking resolv.h presence... yes
configure: WARNING: resolv.h: present but cannot be compiled
configure: WARNING: resolv.h: check for missing prerequisite 
headers?
configure: WARNING: resolv.h: see the Autoconf documentation
configure: WARNING: resolv.h: section Present But Cannot Be 
Compiled
configure: WARNING: resolv.h: proceeding with the preprocessor's result
configure: WARNING: resolv.h: in the future, the compiler will take 
precedence
configure: WARNING: ## -- 
##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists.  
##
configure: WARNING: ## -- 
##
checking for resolv.h... yes
--

No errors here.
Does the code compile?
The mailing list archive said to add a line:
Message from Sep 24, 2004
After configure, I've added #define BIND_8_COMPAT 1 at the end of
clamav-config.h (thanks to jørgen nørgaard). With that I could make
and install clamav.
I checked clamav-config.h after ./configure runs and there is already
a #define BIND_8_COMPAT 1 line, so I don't think that is still it.
Any help would be welcome.
Cameron .:.
--
Cameron Bales .:.
www.bales.ca  [EMAIL PROTECTED] [EMAIL PROTECTED]
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

--
/jørgen nørgaard
[EMAIL PROTECTED]
Phone: +45 2627 3769
Office: +45 3332 5770
http://smarttv.dk/
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


Re: [Clamav-users] Clamav 0.80rc3 on NetBSD 1.6 error

2004-09-30 Thread Mr Mailing List

On Sep 30, 2004, at 9:56, Nigel Horne wrote:

From rc2 to rc3 a call to setsockopt with SO_BINDTODEVICE has been 
introduced in clamav-milter. This option is not supported on netbsd.

Would it be possible to #ifdef this single call to setsockopt?

Already fixed in the development version:

Tue Sep 28 15:46:18 BST 2004 (njh)
-
* clamav-milter:  Added support for operating systems without
SO_BINDTODEVICE


Great ;-)


--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/

-- 
Nigel Horne. Arranger, Composer, Typesetter.
NJH Music, Barnsley, UK.  ICQ#20252325
[EMAIL PROTECTED] http://www.bandsman.co.uk
___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
    |\  _,,,---,,_
    /,`.-'`'    -.  ;-;;,_ 
    |,4-  ) )-,_. ,\ (  `'-'
   '---''(_/--'  `-'\_)

___
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users


[Clamav-users] Clamav 0.80rc2 on NetBSD 1.6 addition

2004-09-24 Thread Mr Mailing List
 
On NetBSD (1.6 anyway) the detection of gethostbyname_r is not sufficient.


It appears that configure only compiles the test code, but does not link it.


Compiling the test code without -c option gives the error below, indicating that the function is not in the libraries.

gcc -g -O2 -I/usr/pkg/include/ xx.c
xx.c: In function `main':
xx.c:94: warning: assignment makes pointer from integer without a cast
/var/tmp/ccuMF7qX.o: In function `main':
/usr/home/jnp/src/clamav-0.80rc2/xx.c:94: undefined reference to `gethostbyname_r'
collect2: ld returned 1 exit status





Configuring with --disable-gethostbyname_r lets me build clamav on NetBSD.


x-tad-bigger
/x-tad-bigger--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
    |\  _,,,---,,_
    /,`.-'`'    -.  ;-;;,_ 
    |,4-  ) )-,_. ,\ (  `'-'
   '---''(_/--'  `-'\_)


[Clamav-users] ClamAV 0.80rc2 on MacOS X, addition

2004-09-24 Thread Mr Mailing List
[the first mail never showed on the list]

freshclam  needs to define

BIND_8_COMPAT


for compiling dns.c



Regards,
--
/jørgen nørgaard
[EMAIL PROTECTED]
Phone: +45 3332 5770
http://smarttv.dk/


[Clamav-users] ClamAV 0.80rc2 on MacOS X, addition

2004-09-23 Thread Mr Mailing List

freshclam  needs to define

BIND_8_COMPAT


for compiling dns.c



Regards,
--
/jørgen nørgaard
[EMAIL PROTECTED]
Phone: +45 3332 5770
http://smarttv.dk/


Re: [Clamav-users] Running Clamd as root?

2004-06-01 Thread Mr Mailing List

On May 31, 2004, at 10:43, Nigel Horne wrote:

We have a need to run clamd as root for it to function properly,

What do you mean 'for it to function properly'? I don't run clamd
as root as it functions perfectly properly for me. What are you finding
doesn't work?


Depends on your setup and usage.

Non-priviliged users that uses clamdscan to scan files (and not clamscan) cannot scan files that are only accessible to the user unless clamd runs as root.




Sean Matheson



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
    |\  _,,,---,,_
    /,`.-'`'    -.  ;-;;,_ 
    |,4-  ) )-,_. ,\ (  `'-'
   '---''(_/--'  `-'\_)



[Clamav-users] Version 0.71 - clamdscan error

2004-05-27 Thread Mr Mailing List

Just noticed that scanning files with clamdscan does not scan files that are not world readable.

For example the file .mhonarc.db which is only readable by owner is not scanned by clamdscan.

I had thought clamdscan was responsible for reading the files and passing them to clamd so that user 'jnp' running clamdscan would not have problems reading a file like .mhonarc.db



ls -al tmp/
total 136
drwxr-xr-x		3 jnp  napolisy   5120 May 25 18:22 ./
drwxr-xr-x		13 jnp  napolisy   1024 May 26 19:22 ../
-rw-r-		1 jnp  napolisy  62051 Aug 11  2003 .mhonarc.db
drwxr-xr-x		2 jnp  napolisy512 May 25 18:22 virus/



As user jnp: clamdscan tmp/
/usr/home/jnp/tmp//virus/eicar.binhex: Eicar-Test-Signature FOUND
/usr/home/jnp/tmp//virus/eicar.com: Eicar-Test-Signature FOUND
/usr/home/jnp/tmp//virus/eicar.mail: Eicar-Test-Signature FOUND
/usr/home/jnp/tmp//virus/eicar.single: Eicar-Test-Signature FOUND
/usr/home/jnp/tmp//virus/eicar.sq: Eicar-Test-Signature FOUND
/usr/home/jnp/tmp//virus/eicar.uu: Eicar-Test-Signature FOUND
/usr/home/jnp/tmp//virus/Patch.exe: Worm.Gibe.F FOUND
/usr/home/jnp/tmp//virus/pack259.exe: Worm.Gibe.F FOUND
/usr/home/jnp/tmp//virus/readnow 8.zip: Worm.Mimail.G FOUND
/usr/home/jnp/tmp//virus/readnow.doc.scr: Worm.Mimail.G FOUND
/usr/home/jnp/tmp//virus/topless.scr: Trojan.SdBot.Gen-34 FOUND
/usr/home/jnp/tmp//virus/your_website.mail: Worm.SomeFool.Gen-1 FOUND
/usr/home/jnp/tmp//.mhonarc.db: Unable to open file or directory. ERROR
/usr/home/jnp/tmp/: OK

x-tad-bigger-- 
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
|\  _,,,---,,_
/,`.-'`'-.  ;-;;,_
|,4-  ) )-,_. ,\ (  `'-'
'---''(_/--'  `-'\_)
/x-tad-bigger

Re: [Clamav-users] Mail with W32/Netsky.d@MM virus get by clam undetected

2004-05-25 Thread Mr Mailing List
Great, version 0.71 does catch this mail now.

Thanks.

On May 19, 2004, at 12:23, Mr Mailing List wrote:

Hi,

I just received a returned (fake) mail that clam did not catch (your_website.mail  is the raw message):

clamscan --mbox your_website.mail 
.../your_website.mail: OK

--- SCAN SUMMARY ---
Known viruses: 21612
Scanned directories: 0
Scanned files: 1
Infected files: 0
Data scanned: 0.05 MB
I/O buffer size: 131072 bytes
Time: 0.481 sec (0 m 0 s)



If saved from a mail reader it is actually detected:

clamscan --mbox your_website.pif 
.../your_website.pif: Worm.SomeFool.Gen-1 FOUND

--- SCAN SUMMARY ---
Known viruses: 21612
Scanned directories: 0
Scanned files: 1
Infected files: 1
Data scanned: 0.02 MB
I/O buffer size: 131072 bytes
Time: 0.454 sec (0 m 0 s)


If useful I can send the full message.
--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
    |\  _,,,---,,_
    /,`.-'`'    -.  ;-;;,_ 
    |,4-  ) )-,_. ,\ (  `'-'
   '---''(_/--'  `-'\_)



[Clamav-users] Mail with W32/Netsky.d@MM virus get by clam undetected

2004-05-19 Thread Mr Mailing List
Hi,

I just received a returned (fake) mail that clam did not catch (your_website.mail  is the raw message):

clamscan --mbox your_website.mail 
.../your_website.mail: OK

--- SCAN SUMMARY ---
Known viruses: 21612
Scanned directories: 0
Scanned files: 1
Infected files: 0
Data scanned: 0.05 MB
I/O buffer size: 131072 bytes
Time: 0.481 sec (0 m 0 s)



If saved from a mail reader it is actually detected:

clamscan --mbox your_website.pif 
.../your_website.pif: Worm.SomeFool.Gen-1 FOUND

--- SCAN SUMMARY ---
Known viruses: 21612
Scanned directories: 0
Scanned files: 1
Infected files: 1
Data scanned: 0.02 MB
I/O buffer size: 131072 bytes
Time: 0.454 sec (0 m 0 s)


If useful I can send the full message.


--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
    |\  _,,,---,,_
    /,`.-'`'    -.  ;-;;,_ 
    |,4-  ) )-,_. ,\ (  `'-'
   '---''(_/--'  `-'\_)



[Clamav-users] Sendmail, clamav-milter and libmilter errors.

2004-05-06 Thread Mr Mailing List

I have installed clamav and clamav-milter on netbsd 1.6 (all packages,include sendmail, libmilter and pth, are current) and it
appears to work fine (i.e. catching viruses).



Most of the time it is reliable and gives proper warnings when attempting to send infected mails.
Yesterday, how ever, it gave produces out-of-memory errors like:

www sendmail[4015]: i2UL7MvV004015: SYSERR(root): out of memory: Cannot allocate memory


After a restart of sendmail, clamav-milter and clamd everything reverted to normal operation again.

This is using ClamAV version 0.70, clamav-milter version 0.70 (the released version)



With the cvs version (as of May 5th around 18:00 CET) there appears to be some instability. In the spam of a few hour most mails failed with:

May  5 22:16:08 www sendmail[17315]: i45KC8GE017315: Milter (clmilter): timeout before data read
May  5 22:16:08 www sendmail[17315]: i45KC8GE017315: Milter (clmilter): to error state
May  5 22:16:08 www sendmail[17315]: i45KC8GE017315: Milter (clmilter): init failed to open
May  5 22:16:08 www sendmail[17315]: i45KC8GE017315: Milter (clmilter): to error state

After a time-out they appear to be send anyway.


Is this a known issue with the cvs version?


Regards,
--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
    |\  _,,,---,,_
    /,`.-'`'    -.  ;-;;,_ 
    |,4-  ) )-,_. ,\ (  `'-'
   '---''(_/--'  `-'\_)


[Clamav-users] clamav-milter and libmilter error. Hints?

2004-04-14 Thread Mr Mailing List
Hello,

I have installed clamav and clamav-milter on netbsd 1.6 (all packages, include sendmail, libmilter and pth, are current) and it appears to work fine (i.e. catching viruses).

However, some infected mails (for example the eicar test) produces out-of-memory errors (see below). It seems that it only happens with infected files, not clean ones.

I am looking to ideas of where to look for the problem to be able to remove the error.

Is this a symptom that points to one component (sendmail, libmilter, ...)?


Mar 30 23:07:22 www sendmail[4015]: i2UL7MvV004015: from=[EMAIL PROTECTED]>, size=1790, class=0, nrcpts=1, msgid=[EMAIL PROTECTED]>, proto=ESMTP, daemon=MTA, relay=[192.168.2.200]
Mar 30 23:07:22 www sendmail[4015]: i2UL7MvV004015: SYSERR(root): out of memory: Cannot allocate memory
Mar 30 23:07:52 www ipop3d[4022]: Login user=jnp host=[192.168.2.200] nmsgs=48/48


--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
    |\  _,,,---,,_
    /,`.-'`'    -.  ;-;;,_ 
    |,4-  ) )-,_. ,\ (  `'-'
   '---''(_/--'  `-'\_)


Re: [Clamav-users] clamav-milter and libmilter error. Hints?

2004-04-14 Thread Mr Mailing List

On Apr 14, 2004, at 12:44, Nigel Horne wrote:

On Wed, 2004-04-14 at 11:17, Mr Mailing List wrote:
Hello,

I have installed clamav and clamav-milter on netbsd 1.6 (all
packages,include sendmail, libmilter and pth, are current) and it
appears towork fine (i.e. catching viruses).

However, some infected mails (for example the eicar test)
producesout-of-memory errors (see below). It seems that it only
happens withinfected files, not clean ones.

Which version (run clamav-milter --version to find out).


ClamAV version 0.70-rc, clamav-milter version 0.70

Sorry that I forgot to mention that.

--
/jørgen nørgaard
e-mail: [EMAIL PROTECTED] | Phone: +45 2627 3769
http://anneli.dk/~jnp/
    |\  _,,,---,,_
    /,`.-'`'    -.  ;-;;,_ 
    |,4-  ) )-,_. ,\ (  `'-'
   '---''(_/--'  `-'\_)


Re: [Clamav-users] testvirus.org

2004-03-08 Thread Mr Mailing List

On Mar 8, 2004, at 11:21, Antony Stone wrote:

On Monday 08 March 2004 9:59 am, Steffen Heil wrote:

Hi

Have you ever used testvirus.org ?
What do you think about it ?

The following tests get through exim4 w/ exiscan and clamav 0.67-2:
#8 #5 #20 #22 #23 (and obviously #24)

I'm thinking maybe a mention of these tests, and the expected results, needs 
to go into the ClamAV FAQ?   We seem to be getting more frequent regular 
postings about them, and with the mailing list archive on sourceforge down, 
people can't look up the previous responses.

(By the way, Steffen, sorry, but I can't answer your question about #5 and #8, 
because it depends how your system is supposed to unpack binhex files, and I 
use a completely different arrangement based around MailScanner, so I don't 
know what might need changing to get yours working correctly.   Hopefully 
someone else here can help.)


Using sendmail with clamd / ClamAV version 0.67-1, clamav-milter version 0.67a indeed
catches (these) binhex'ed files.

This is a modification Nigel Horne added a while back.


Regards.

Antony.

-- 
G- GIT/E d- s+:--(-) a+ C$ UL$ P+(---)>++ L+++()$ !E W(-) N(-) o? 
w-- O !M V+++(--) !PS !PE Y+ PGP+> t- tv@ b+++ DI++ D--- e++>+++ h++ [EMAIL PROTECTED] 5? 
!X- !R K--?

Please reply to the list;
please don't CC me.



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


--
/jørgen nørgaard
[EMAIL PROTECTED]
Phone: +45 3332 5770
http://smarttv.dk/