RE: [Clamav-users] Upgrade from 75.1 to 80

2004-10-20 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote: > I have downloaded ver80 and now I'm not sure how to proceed. > I've read the manual but I can't info on how to upgrade, is > it best to remove the previous version or install over it.? > This came from someone on the list, I've just made a few minor changes With ver

RE: [Clamav-users] Problems after upgrading to 0.80

2004-10-19 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote: > Graham Dodd wrote: > >> I have no way to upgrade Exim from 4.24 to 4.43 as I inherited the >> system and it has custom patches to work with LDAP. >> >> >> > Won't standard exim work with LDAP, assuming you set cor

RE: [Clamav-users] Problems after upgrading to 0.80

2004-10-19 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote: > On Tue, 19 Oct 2004 13:54:14 +0200 > "Graham Dodd" <[EMAIL PROTECTED]> wrote: > >> Well some people would say bug . :-) >> >> What happened to backward compatibility ? > > What do you call a backward inco

RE: [Clamav-users] Problems after upgrading to 0.80

2004-10-19 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote: > On Tue, 19 Oct 2004 13:23:21 +0200 "Graham Dodd" wrote: > > [ ... ] > >> av_scanner = clamd:127.0.0.1 3310 > > That means your clamd listems for TCP connections on port 3310 > >> And in check_data have the

RE: [Clamav-users] Problems after upgrading to 0.80

2004-10-19 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote: > On Tue, 19 Oct 2004 13:23:21 +0200 > "Graham Dodd" <[EMAIL PROTECTED]> wrote: > >> Until 0.80 this worked > > Oh, I remember that issue. But this is due to an improvement > in ClamAV and not a bug! Well some people woul

RE: [Clamav-users] Problems after upgrading to 0.80

2004-10-19 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote: > On Tue, 19 Oct 2004 13:00:03 +0200 > "Graham Dodd" <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] <> wrote: >>> On Tue, 19 Oct 2004 09:42:23 +0200 >>> "Graham Dodd" <[EMAIL PROTECTED]>

RE: [Clamav-users] Problems after upgrading to 0.80

2004-10-19 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote: > On Tue, 19 Oct 2004 09:42:23 +0200 > "Graham Dodd" <[EMAIL PROTECTED]> wrote: > >> So I made the leap from 0.75.1 to 0.80 and get the following error >> in exim log >> >> 2004-10-19 09:20:52 1CJoIe-0002Ut-

RE: [Clamav-users] Problems after upgrading to 0.80

2004-10-19 Thread Graham Dodd
[EMAIL PROTECTED] <> wrote: > On Tue, 19 Oct 2004 15:03:13 +0700 "Fajar A. Nugraha" wrote: > > [ ... ] > >> exim 4.24 (the exiscan patch of it, to be exact) seems to have that >> problem. Use exim 4.41 instead. > > Or use the newest exim-4.43/exiscan-acl-4.43-28 combination. Works > great with

[Clamav-users] Problems after upgrading to 0.80

2004-10-19 Thread Graham Dodd
So I made the leap from 0.75.1 to 0.80 and get the following error in exim log 2004-10-19 09:20:52 1CJoIe-0002Ut-E3 malware acl condition: clamd: unable to read from socket (No such file or directory) 2004-10-19 09:20:52 1CJoIe-0002Ut-E3 H=floyd.blarg.net (mail.blarg.net) [206.124.128.8]:56990 F=<

[Clamav-users] Error in latest update to Database

2004-10-18 Thread Graham Dodd
On the latest update to the signatures I saw this in the log file ClamAV update process started at Mon Oct 18 18:17:01 2004 main.cvd is up to date (version: 27, sigs: 23982, f-level: 2, builder: tomek) daily.cvd updated (version: 535, sigs: 1272, f-level: 3, builder: trog) WARNING: Your ClamAV ins

[Clamav-users] Reporting from Freshclam

2004-08-02 Thread Graham Dodd
Hello clamav-users, I have a cron job that updates the database a few times a day 17 6,10,14,18,23 * * * root /usr/local/bin/freshclam --config-file=/etc/freshclam.conf --daemon-notify=/etc/clamav.conf The problem I have is that when cron mails me about the job I get a nice email showing the

Re[2]: [clamav] Re: [Clamav-users] ClamAV update from .70 to .75

2004-08-02 Thread Graham Dodd
Hello Jeff, Monday, August 2, 2004, 6:29:46 PM, you wrote: JK> *** Save your clamav.conf *** DJM>> uninstall the existing clamav stuff: DJM>> cd ../clamav-0.70 DJM>> make uninstall DJM>> install the new stuff: DJM>> cd ../clamav-0.75 DJM>> make install DJM>> restart clamd DJM>> run freshclam DJ

Re: [clamav] Re: [Clamav-users] ClamAV update from .70 to .75

2004-08-02 Thread Graham Dodd
Hello Daniel, Friday, July 23, 2004, 5:53:17 PM, you wrote: DJM> On Fri, 2004-07-23 at 08:52, Jeffrey Kroll wrote: >> Can someone please assist me in upgrading .70 to .75 on a production >> machine. This is the first time I have ever done this and I want to ‘ >> watch ‘ someone upgrade it on my m

[Clamav-users] Compiling ClamAV permissions problem

2004-05-19 Thread Graham Dodd
Hello All, I have finally got Clamd running with Exim 4 (a long story), but it will only run as root :-{ I compiled and installed clam (0.70) as root In clamav.conf I have user clamav I have added user clamav and group clamav clamscan works clamdscan returns an error that it cannot open file or d

[Clamav-users] Problems with clamdscan

2004-03-03 Thread Graham Dodd
Hello all ClamAv users, first time on the list so please excuse any dumb questions ;-) I'm running Exim with a call to a script that runs all emails through 2 AV scanners, the ClamAv part of the script is: /usr/bin/clamdscan --stdout $1 > /tmp/antivir$$.log ERR=$? if [ $ERR > 0 ] ; then . . I