Re: [exim] exim and clamd on fc5

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Dominic Cleal
Date:  
À: exim-users
Sujet: Re: [exim] exim and clamd on fc5
On Thu, 24 Aug 2006 23:51:31 +0200
Asbjørn Aarrestad <asbjorn@???> wrote:

> As far as I understand, clamd is called in the "local_scan" part, but
> when runnig with -d+deliver, I get the following:
> calling local_scan(); timeout=300
> local_scan() returned 0 NULL


That's not correct. You need to use the DATA ACL and the malware
command to initiate scanning. Something like the following (see 40.1
in the spec for more info):

=====
acl_smtp_data = acl_virus_scan

[..]

begin acl
acl_virus_scan:
  deny message = This message contains malware ($malware_name)
       malware = *


accept
=====

If you already have a DATA ACL set up, could you post its contents?

--
Dominic Cleal
dominic@???