Re: [Clamav-users] 0.80 - FreeBSD Port Error (SOLVED)

2004-10-22 Thread Scott Rothgaber
Bogusław Brandys wrote: Try configure --disable-pthreads Thank you! Since the port had already taken care of patching, I was able to go the the work directory and treat it as a normal source build. With your suggestion, it built with no errors. ___ htt

[Clamav-users] 0.80 - FreeBSD Port Error

2004-10-22 Thread Scott Rothgaber
Has anyone seen this? It built OK on the test machine but the production machine produces these errors. Both are 4.10-RELEASE with the same packages installed. Thanks! Scott output.o: In function `logg_close': output.o(.text+0x53): undefined reference to `pthread_mutex_lock' output.o(.text+0x87)

Re: [Clamav-users] 0.80 Build Errors

2004-10-20 Thread Scott Rothgaber
Rob MacGregor wrote: Have you tried installing it from the ports? Duh! I didn't think that it would be up so quickly. It's building, sans complaints, right now. Thanks for the tip! ___ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

[Clamav-users] 0.80 Build Errors

2004-10-20 Thread Scott Rothgaber
On FreeBSD 4.10 I get the following. Is this covered somewhere? 0.75.1 built without a hitch. Thanks! Scott /usr/lib/libc.so: WARNING! setkey(3) not present in the system! /usr/lib/libc.so: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so: warning: mktemp() possibly used unsa

Re: [Clamav-users] Strange Behavior

2004-10-13 Thread Scott Rothgaber
[EMAIL PROTECTED] wrote: Are you using the -outgoing switch in clamav-milter ? No. I'm going to do another test and post the headers. ___ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Re: [Clamav-users] Strange Behavior

2004-10-13 Thread Scott Rothgaber
Here are the log entries from the test (trimmed and wrapped)... sm-mta[11069]: i9DFeFAr011069: from=<[EMAIL PROTECTED]>, size=337, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, proto=ESMTP, daemon=IPv4, relay=neors.cat.cc.md.us [204.153.79.3] clamd[9893]: stream: ClamAV-Test-Signature FOUND s

Re: [Clamav-users] Strange Behavior

2004-10-13 Thread Scott Rothgaber
Stephen Gran wrote: Well, really, it looks like something sendmail is failing to do. Thanks, Stephen! Here's what I have in .mc (wrapped)... INPUT_MAIL_FILTER(`clmilter',`S=local:/var/run/clamav/clmilter.sock, F=,T=S:4m;R:4m') INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spam

Re: [Clamav-users] Strange Behavior

2004-10-13 Thread Scott Rothgaber
Stephen Gran wrote: Why is clmilter just adding headers and passing the message on, instead of 5xx'ing the virus? That's what *I* want to know! ;-) Joe suggested that spamd be told not to scan locally-generated messages. First of all, I didn't see any options that address this in 'man spamd'. Se

[Clamav-users] Strange Behavior

2004-10-13 Thread Scott Rothgaber
Good Morning! I've built a gateway using sendmail, clamav and spamassassin. After setting the MX records for a test domain to go through this box, the spam is rolling in! ;-) Then, I threw a virus at it. The resulting behavior is nothing like what I expected... 1) sendmail receives message, c

Re: [Clamav-users] Adding Virus type to the X-Virus-Flag: Yes

2004-10-12 Thread Scott Rothgaber
marvin wrote: Although it logs the virus to the /var/log/clamd.log, I would like it added to the header e.g. X-Virus-Flag: Yes - Worm.SomeFool.P Poke around in the source. It was quite easy to find what I was looking for. I've already modified some of the reporting behavior. Do you know anything

Re: [Clamav-users] clamav-milter configuration options

2004-10-12 Thread Scott Rothgaber
Doug Hardie wrote: have encountered quite a few situations in the last month where clamav just stopped working properly and had to be manually restarted. I had the same problem with spamass-milter a while back. What you need is a "watchdog" script, something like this... #!/bin/sh PATH=/bin:/usr

Re: [Clamav-users] clamav-milter configuration options

2004-10-11 Thread Scott Rothgaber
Doug Hardie wrote: > The list of parameters I use is too long for a command line. Oh, come on! What's so bad about... /usr/local/sbin/clamav-milter -l -i /var/run/clamav/clmilter.pid -F /usr/local/etc/sig.txt /var/run/clamav/clmilter.sock ;-) Take a quick look at the source. It's already on the dev

[Clamav-users] Re: GMP-Devel - Where? (Solution Found)

2004-10-08 Thread Scott Rothgaber
Keywords: freshclam digital signatures freebsd libgmp gnu mp Recall that I was trying to build a clamav/spamassassin/sendmail mail gateway on FreeBSD 5.2.1. The ClamAV configure script kept bitching that "GNU MP 2 or later" could not be found, no matter how many packages and ports I installed.

Re: [Clamav-users] GMP-Devel - Where?

2004-10-05 Thread Scott Rothgaber
I've built about half a dozen versions and ports of libgmp and 'configure' is *still* bitching. I even found a port called 'libgmp-freebsd'... GNU MP is a library for arbitrary precision arithmetic... [SNIP] Note: This package contains version the the library just before it was removed from the

Re: [Clamav-users] Newbie question

2004-10-05 Thread Scott Rothgaber
Sasa Stupar wrote: I don't know how to start clamd before sendmail and also do I have to start it or do I need to start only clamav-milter as daemon. It's been a l-o-n-g time since I messed with Linux, and I know nothing about SYSV-style startups. I have always used rc.local for packages that I

[Clamav-users] GMP-Devel - Where?

2004-10-04 Thread Scott Rothgaber
On Jim's suggestion, I went looking for GMP-Devel. It does not appear to be available anywhere in non-RPM format. I also searched the list archives and didn't see any clear answers. If I built GMP from source, is -devel included? If not, where is the source for -devel? Thanks, Scott - Who is as

Re: [Clamav-users] freshclam - Digital Signatures

2004-10-04 Thread Scott Rothgaber
[EMAIL PROTECTED] wrote: You need GMP-devel as well. Thanks, and sorry for the double-post. Scott ___ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

[Clamav-users] Digital Signatures

2004-10-04 Thread Scott Rothgaber
Just built 0.75.1 on FreeBSD 5.2.1 and 'configure' complained that GNU MP was missing. I installed GMP 4.1.4. and re-ran 'configure' but I'm getting the same error... configure: WARNING: ** GNU MP 2 or newer NOT FOUND - digital signature support will be disabled ! What gives? Thanks! Scott

[Clamav-users] freshclam - Digital Signatures

2004-10-01 Thread Scott Rothgaber
Just built 0.75.1 on FreeBSD 5.2.1 and 'configure' complained that GNU MP was missing. I installed GMP 4.1.4. and re-ran 'configure' but I'm getting the same error... configure: WARNING: ** GNU MP 2 or newer NOT FOUND - digital signature support will be disabled ! What gives? Thanks! Scott

Re: [Clamav-users] Sendmail pukes (more info)

2004-06-19 Thread Scott Rothgaber
On Sat, 19 Jun 2004 11:22:33 +0100 "Nigel Horne" <[EMAIL PROTECTED]> wrote: > A list member suggested running clamd as root >(temporarily, of course). > Sendmail no longer complains. I'm getting the following >error now... > > clamav-milter[17693]: Expected port information from >clamd, got

[Clamav-users] Sendmail pukes (more info)

2004-06-18 Thread Scott Rothgaber
A list member suggested running clamd as root (temporarily, of course). Sendmail no longer complains. I'm getting the following error now... clamav-milter[17693]: Expected port information from clamd, got '' sm-mta[17703]: i5J2IuTg017703: Milter: data, reject=451 4.7.1 Please try again later De

[Clamav-users] Sendmail pukes

2004-06-18 Thread Scott Rothgaber
Good Morning! Some time ago I installed clamav from source on a FreeBSD 5.0 machine that was also running Sendmail 8.12.10 and SA 2.63. Sendmail immediately complained that it couldn't allocate any memory, so I abandoned the project. At the time, I chalked it up to a FreeBSD issue. The 5.x tree