Eddie Hallahan | 1 Apr 2009 10:30

Re: clamavmodule or clamd ?

Hi all,

I'm now getting the following error;

 Virus scanner "clamd" not found in virus.scanners.conf file.

I thought the clamav setting was what was used?

Regards

Eddie Hallahan
Enterprise Management Consulting
www.emcuk.com

Enterprise Management Consulting is a company registered in England and Wales with company number
3134544. VAT registration number is 681038440.

Mark Nienberg wrote:
> Eddie Hallahan wrote:
>> Hi all,
>>
>> I reckon I'll give it a try with a couple of them and see what
>> difference it makes - is there a howto for switching from running as
>> clamavmodule to clamd anywhere?  I assume it will require a bit more
>> tinkering than changing the virus Scanners line.
>>
>>   
> http://wiki.mailscanner.info/doku.php?id=documentation:anti_virus:clamav:switch_to_rpm_clamd&s=clamd
>
>
(Continue reading)

Howard Robinson | 1 Apr 2009 10:46
Picon

Problem installing new version of Sophos

Hello
I am trying to install the latest Sophos.
I am using the same method I have used for a few years and not had problems until this time.
(I know MailScanner needs updating as it's a year or so old - it's on  a long list of jobs to do!) 

I have downloaded the linux.intel.libc6.tar.Z file to /tmp and run /usr/sbin/Sophos.install
I get the following out put.

[root <at> server tmp]# /usr/sbin/Sophos.install

If you are trying to install Sophos version 5,
then please expand the tar file with a command like
    tar xzf sav-linux-5-i386.tgz
    cd sophos-av
Then run me again!

Press return to continue, or Ctrl-C to escape.

Clearing out old default Sophos installation libraries
Uncompressing Sophos distribution
Clearing out unpacked distribution
Unpacking distribution
Installing Sophos for MailScanner
Sophos Anti-Virus installation utility [Linux/Intel]
Copyright (c) 1998-2008 Sophos Plc, Oxford, England. All rights reserved.

Error: This is the wrong version of Sophos Anti-Virus for your version of
       Linux. Use the Linux on Intel (using libc6) (glibc2.2 and above) version
Creating links so Perl-SAVI module compiles

(Continue reading)

Randal, Phil | 1 Apr 2009 11:04
Picon

RE: Clamav 0.95

Over on the clamav-users mailing list, Edwin Török says:

"Make sure there is a symlink /usr/lib64/libclamunrar_iface.so ->
/usr/lib64/libclamunrar_iface.so.6, run ldconfig again if necessary."

It'll be a while before I can test this.

Cheers,

Phil 

--
Phil Randal | Networks Engineer
Herefordshire Council | Deputy Chief Executive's Office | I.C.T. Services Division
Thorn Office Centre, Rotherwas, Hereford, HR2 6JT
Tel: 01432 260160
email: prandal <at> herefordshire.gov.uk

Any opinion expressed in this e-mail or any attached files are those of the individual and not necessarily
those of Herefordshire Council.

This e-mail and any attached files are confidential and intended solely for the use of the addressee. This
communication may contain material protected by law from being passed on. If you are not the intended
recipient and have received this e-mail in error, you are advised that any use, dissemination,
forwarding, printing or copying of this e-mail is strictly prohibited. If you have received this e-mail
in error please contact the sender immediately and destroy all copies of it.

-----Original Message-----
From: mailscanner-bounces <at> lists.mailscanner.info
[mailto:mailscanner-bounces <at> lists.mailscanner.info] On Behalf Of Randal, Phil
(Continue reading)

Glenn Steen | 1 Apr 2009 12:03
Picon
Gravatar

Re: clamavmodule or clamd ?

2009/4/1 Eddie Hallahan <eddie <at> emcuk.com>:
> Hi all,
>
> I'm now getting the following error;
>
>  Virus scanner "clamd" not found in virus.scanners.conf file.
>
> I thought the clamav setting was what was used?
>
> Regards
>

What version of MailScanner? This was added a while back, but if you
use the rather mouldy version Debian totes, or hasn't upgraded in a
long while... the support just won't be there.

> Eddie Hallahan
> Enterprise Management Consulting
> www.emcuk.com
>
> Enterprise Management Consulting is a company registered in England and Wales with company number
3134544. VAT registration number is 681038440.
>
>
>
> Mark Nienberg wrote:
>> Eddie Hallahan wrote:
>>> Hi all,
>>>
>>> I reckon I'll give it a try with a couple of them and see what
(Continue reading)

Howard Robinson | 1 Apr 2009 13:54
Picon

Re: Problem installing new version of Sophos

Dear all,
I have had a look at the archives and can see only one problem with Sophos install in the last 7 or 8 months.
That recommended using Sophos 6 and running /usr/sbin/Sophos.install 

I tried this and got the following errors.
"
[root <at> mailscannerserver tmp]tar xzf sav-linux-6-i386.tgz
[root <at> mailscannerserver tmp]# cd sophos-av/
[root <at> mailscannerserver sophos-av]# /usr/sbin/Sophos.install

If you are trying to install Sophos version 5,
then please expand the tar file with a command like
    tar xzf sav-linux-5-i386.tgz
    cd sophos-av
Then run me again!

Press return to continue, or Ctrl-C to escape.

Clearing out old default Sophos installation libraries
Installing Sophos for MailScanner
Invalid command-line option: -v
Invalid command-line option: -d
Invalid command-line option: -s
Invalid command-line option: -ni
install.sh: Install Sophos Anti-Virus
Usage: ./install.sh [INSTALL-DIRECTORY] [OPTION] ...
OPTION:
  --help                             Display this help information
  --automatic                        Perform an automatic installation, using
                                       default or command-line options
(Continue reading)

Denis Beauchemin | 1 Apr 2009 15:51
Picon
Favicon

Re: Clamav 0.95

Randal, Phil a écrit :
> Over on the clamav-users mailing list, Edwin Török says:
>
> "Make sure there is a symlink /usr/lib64/libclamunrar_iface.so ->
/usr/lib64/libclamunrar_iface.so.6, run ldconfig again if necessary."
>
> It'll be a while before I can test this.
>
> Cheers,
>
> Phil 
>
>   

Phil,

I tested it on a 32 bit system and it worked. Before the symlink I got:
service clamd restart
Stopping Clam AntiVirus Daemon:                            [FAILED]
Starting Clam AntiVirus Daemon: LibClamAV Warning: Cannot dlopen: file 
not found - unrar support unavailable
                                                           [  OK  ]

I then did:
cd /usr/lib
ln -s libclamunrar_iface.so.6 libclamunrar_iface.so
service clamd restart
Stopping Clam AntiVirus Daemon:                            [  OK  ]
Starting Clam AntiVirus Daemon:                            [  OK  ]

(Continue reading)

Rick Cooper | 1 Apr 2009 16:45

RE: Clamav 0.95


> -----Original Message-----
> From: mailscanner-bounces <at> lists.mailscanner.info 
> [mailto:mailscanner-bounces <at> lists.mailscanner.info] On Behalf 
> Of Denis Beauchemin
> Sent: Wednesday, April 01, 2009 9:51 AM
> To: MailScanner discussion
> Subject: Re: Clamav 0.95
> 
> Randal, Phil a écrit :
> > Over on the clamav-users mailing list, Edwin Török says:
> >
> > "Make sure there is a symlink 
> /usr/lib64/libclamunrar_iface.so -> 
> /usr/lib64/libclamunrar_iface.so.6, run ldconfig again if necessary."
> >
> > It'll be a while before I can test this.
> >
> > Cheers,
> >
> > Phil 
> >
> >   
> 
> Phil,
> 
> I tested it on a 32 bit system and it worked. Before the 
> symlink I got:
> service clamd restart
> Stopping Clam AntiVirus Daemon:                            [FAILED]
(Continue reading)

Denis Beauchemin | 1 Apr 2009 17:04
Picon
Favicon

Re: Clamav 0.95

Rick Cooper a écrit :
>  
>
>   
>> -----Original Message-----
>> From: mailscanner-bounces <at> lists.mailscanner.info 
>> [mailto:mailscanner-bounces <at> lists.mailscanner.info] On Behalf 
>> Of Denis Beauchemin
>> Sent: Wednesday, April 01, 2009 9:51 AM
>> To: MailScanner discussion
>> Subject: Re: Clamav 0.95
>>
>> Randal, Phil a écrit :
>>     
>>> Over on the clamav-users mailing list, Edwin Török says:
>>>
>>> "Make sure there is a symlink 
>>>       
>> /usr/lib64/libclamunrar_iface.so -> 
>> /usr/lib64/libclamunrar_iface.so.6, run ldconfig again if necessary."
>>     
>>> It'll be a while before I can test this.
>>>
>>> Cheers,
>>>
>>> Phil 
>>>
>>>   
>>>       
>> Phil,
(Continue reading)

Scott Silva | 1 Apr 2009 17:10
Picon

Re: Different rules for files within archives

on 3-31-2009 2:37 PM Mark Sapiro spake the following:
> Glenn Steen wrote:
> 
>> 2009/3/31 Mark Sapiro <mark <at> msapiro.net>:
>>> The problem appears to my naive eye to be that between 4.75.9-2 (the
>>> version I upgraded from) and 4.76.1-1 an "unpackmicrosoftdocuments"
>>> entry disappeared from /usr/lib/MailScanner/MailScanner/ConfigDefs.pl
>>>
>> And does adding it back in cure the problem?
> 
> 
> OK. I'm busted :(
> 
> I would have tried adding it back had I known exactly what to add
> where, but I've had such good experiences upgrading MailScanner that
> I've gotten lazy and didn't back up the previous installed version
> before proceeding. I had the previous rpm, but I don't know how to
> extract files from an rpm without actually installing it.
> 
> I suppose I could have downloaded the previous non-rpm tarball package,
> but Jules posted
> <http://lists.mailscanner.info/pipermail/mailscanner/2009-March/090791.html>
> before I thought much further about it.
> 
If you are using rpm, you should have all you need to fix the config files.
Just run upgrade_MailScanner_conf and upgrade_languages_conf. Run with no
options they will give you instructions on how to fix these.

(Continue reading)

Julian Field | 1 Apr 2009 17:23
Picon
Favicon

Re: Problem installing new version of Sophos


On 1/4/09 12:54, Howard Robinson wrote:
> Dear all,
> I have had a look at the archives and can see only one problem with Sophos install in the last 7 or 8 months.
> That recommended using Sophos 6 and running /usr/sbin/Sophos.install
>
> I tried this and got the following errors.
> "
> [root <at> mailscannerserver tmp]tar xzf sav-linux-6-i386.tgz
> [root <at> mailscannerserver tmp]# cd sophos-av/
> [root <at> mailscannerserver sophos-av]# /usr/sbin/Sophos.install
>
> If you are trying to install Sophos version 5,
>    
You have a very old version of Sophos.install. Newer versions (for quite 
a while now) say "version 5 or 6" and not "version 5".
If you use a version that mentions version 6, you will find it works 
just fine.

> then please expand the tar file with a command like
>      tar xzf sav-linux-5-i386.tgz
>      cd sophos-av
> Then run me again!
>
> Press return to continue, or Ctrl-C to escape.
>
> Clearing out old default Sophos installation libraries
> Installing Sophos for MailScanner
> Invalid command-line option: -v
> Invalid command-line option: -d
(Continue reading)


Gmane