[Clamav-users] socket error

2004-01-31 Thread Doc Schneider
I'm getting a mitler socket error from sendmail.

Jan 31 18:01:01 newmail sendmail[15576]: i11011I6015576: Milter 
(clamav): local socket name /var/run/clamd/clamav.sock unsafe
Jan 31 18:01:01 newmail sendmail[15576]: i11011I6015576: Milter 
(clamav): to error state
Jan 31 18:01:01 newmail sendmail[15576]: i11011I6015576: Milter: connect 
to filters

And the sendmail config and clamd.conf both are set to use this socket.

Any ideas?

TIA,

--

-Doc

---
MomNDoc Online Consultants
http://www.maddoc.net/
[EMAIL PROTECTED]


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] socket error

2004-01-31 Thread Doc Schneider


Doc Schneider wrote:
I'm getting a mitler socket error from sendmail.

Jan 31 18:01:01 newmail sendmail[15576]: i11011I6015576: Milter 
(clamav): local socket name /var/run/clamd/clamav.sock unsafe
Jan 31 18:01:01 newmail sendmail[15576]: i11011I6015576: Milter 
(clamav): to error state
Jan 31 18:01:01 newmail sendmail[15576]: i11011I6015576: Milter: connect 
to filters

And the sendmail config and clamd.conf both are set to use this socket.

Any ideas?

TIA,

Thanks to a few folks who wrote me with suggestions. I have it working now.

I had a D'oh moment... didn't have clamav-milter running. 

But by setting chmod 600 to /var/run/clamd/clamd.sock fixed the unsafe 
problem.

-Doc

---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


[Clamav-users] make errors for clamav-milter

2004-02-12 Thread Doc Schneider
I'm getting the following errors when trying to build clamav-milter.

This happens on 2 of my servers. Both running Linux 2.4.18 GCC version 
os 2.95.4 I believe.

The rest of clamav builds ok.

source='clamav-milter.c' object='clamav-milter.o' libtool=no \
depfile='.deps/clamav-milter.Po' tmpdepfile='.deps/clamav-milter.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -DSENDMAIL_BIN=\"/usr/sbin/sendmail\" -I. -I. -I.. 
-I../clamd -I../libclamav -I../clamscan-g -O2 -c `test -f 
'clamav-milter.c' || echo './'`clamav-milter.c
clamav-milter.c:548: parse error before `tcpSocket'
clamav-milter.c:548: warning: data definition has no type or storage 
class make:
*** [clamav-milter.o] Error 1

--

-Doc

---
MomNDoc Online Consultants
http://www.maddoc.net/
[EMAIL PROTECTED]
---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] make errors for clamav-milter

2004-02-12 Thread Doc Schneider


Stevens, John wrote:
clamav-milter.c:548: parse error before `tcpSocket'
clamav-milter.c:548: warning: data definition has no type or storage
class make:
*** [clamav-milter.o] Error 1


I have had this one before.  Make sure that you have a copy of or a symbolic link 
to the sendmail libmilter headers.  I did an ln -s /sendmailsrcdir/include/libmilter 
/usr/include/libmilter and that solved the problem for me.
Hope this helps.  BTW, clamav is working well for me.  Thanks to the devs and those 
helpful people on the list.
I have all the header files in /usr/include/libmilter so in theory it 
should compile. Funny thing is it does compile fine on one of my other 
servers. Sendmail build fine on them all. configure with --enable-milter 
finds all the headers and I even copied the libmilter.a to /usr/lib very 
strange.

And I have to totally agree. ClamAV is the best!

-Doc

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] make errors for clamav-milter

2004-02-13 Thread Doc Schneider


Nigel Horne wrote:
On Friday 13 Feb 2004 5:01 am, Doc Schneider wrote:

I'm getting the following errors when trying to build clamav-milter.

clamav-milter.c:548: parse error before `tcpSocket'
clamav-milter.c:548: warning: data definition has no type or storage
class make:
*** [clamav-milter.o] Error 1


Looks like you don't have in_port_t defined. You don't say the distro of Linux that
you're using, but ensure that it has an up to date /usr/include/netinet/in.h.
If all else fails, change the in_port_t to unsigned short in clamav-milter.c.

--Nigel



Nigel,

Using Redhat 6.2 on the boxes it won't compile on. I know it is old but 
I have so many customized things on it, it is hard to upgrade.

I do build all the software on these via tarballs. So rpm's are not an 
option.

The one it does build on is RH 7.2.

Do you think I can just upgrade my headers and of course libs on it to 
make it work? And are those available on something like gnu.org as part 
of the GCC builds?

Thanks,

-Doc

---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] ArchiveDetectEncrypted and --detect-encrypted

2004-03-03 Thread Doc Schneider


Tomasz Kojm wrote:
Hello,

due to many requests ClamAV is now able to detect and mark password
protected archives as a virus type "Encrypted.Zip" (big thanks to
Michael L Torrie). You have to enable this feature manually with
ArchiveDetectEncrypted in clamav.conf and --detect-encrypted in
clamscan. Please be careful and WARN YOUR USERS before enabling it.
Is this in the latest CVS version or will it work for 0.66 or is there 
going to be a new release with this option in it?

Great job figuring out how to squash these new virii.

Thanks!

-Doc

---
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=1470&alloc_id=3638&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] test message

2004-04-02 Thread Doc Schneider


Tomasz Klim wrote:
This is a test message only. I'm sending it only to announce
my e-mail address to all infected e-mail clients, to provoke
them to send a copy of viruses. Don't be angry.
Heck Thomasz if you want viruses I have over 2000 caught in the past 
couple months. 8*))

-Doc

---
MomNDoc Online Consultants
http://www.maddoc.net/
[EMAIL PROTECTED]


---
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=1470&alloc_id=3638&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] test message

2004-04-02 Thread Doc Schneider


Antony Stone wrote:
On Friday 02 April 2004 6:56 pm, Doc Schneider wrote:


Tomasz Klim wrote:

This is a test message only. I'm sending it only to announce
my e-mail address to all infected e-mail clients, to provoke
them to send a copy of viruses. Don't be angry.
Heck Thomasz if you want viruses I have over 2000 caught in the past
couple months. 8*))


If they were all different that would be something useful :)

I bet there's no more than 6 types there?

Regards,

Antony.

Actually, just looked and there are about 30 or so distinct virii. Maybe 
more different ones than this as I just did a quick count. But of course 
a lot of the same ones with variations.

Some of them are really old viruses too.

And being someone who does "tech support" for an ISP I find it is just 
so silly that some of these old viruses are still being propagated. I 
tell all the customers I deal with to make sure they ARE getting the 
latest definations from whatever anti-virus software they are using and 
run that buggar, at minimum, once a week!

It is funny that I am even calling these e-mail attachments viruses. I 
remember when a TRUE virus got into the boot sector and did real damage 
to a system.

-Doc



---
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=1470&alloc_id=3638&op=click
___
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users


Re: [Clamav-users] Error making 0.87 with milter enabled

2005-09-16 Thread Doc Schneider

Ed Kasky wrote:



This is a RedHat 7.2 machine with sendmail 8.13.4.  When trying to 
compile 0.87 with milter, I get the following error during "make":


if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../clamd -I../libclamav 
-I../shared-g -O2 -MT clamav-milter.o -MD -MP -MF 
".deps/clamav-milter.Tpo" -c -o clamav-milter.o clamav-milter.c; \
then mv -f ".deps/clamav-milter.Tpo" ".deps/clamav-milter.Po"; else rm 
-f ".deps/clamav-milter.Tpo"; exit 1; fi

clamav-milter.c: In function `clamd_recv':
clamav-milter.c:3444: parse error before `int'
clamav-milter.c:3448: `ret' undeclared (first use in this function)
clamav-milter.c:3448: (Each undeclared identifier is reported only once
clamav-milter.c:3448: for each function it appears in.)
make[2]: *** [clamav-milter.o] Error 1
make[2]: Leaving directory `/usr/src/clamav-0.87/clamav-milter'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/clamav-0.87'
make: *** [all] Error 2

Don't think this is related to the sendmail milter but I've been wrong 
before ;-)


Any ideas/suggestions are appreciated

Ed Kasky
~
Randomly Generated Quote (112 of 488):
"It had long since come to my attention that people of
 accomplishment rarely sat back and let things happen
 to them. They went out and happened to things."  - Elinor Smith

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


I have the same problem. Also using RedHat 7.2 and Sendmail 8.13.4 
trying to compile clamav-milter.


So keep us all informed of what you find.

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


[Clamav-users] ClamAV 0.88.4

2006-08-07 Thread Doc Schneider
Is this going to be available for download? I got an announcement of it 
and also have been seeing the "Your CLAMAV is OUT of DATE" warnings.


But according to sourceforge the file isn't there.

--

 -Doc

 Penguins: Do it on the ice.
   6:04pm  up 16:04, 15 users,  load average: 0.64, 0.88, 1.08

 SARE HQ  http://www.rulesemporium.com/
___
http://lurker.clamav.net/list/clamav-users.html