Re: [Exim] Re: exiscan not scanning with antivirus

Top Page
Delete this message
Reply to this message
Author: Tom Kistner
Date:  
To: Banoba Ezra
CC: exim-users
Subject: Re: [Exim] Re: exiscan not scanning with antivirus
Banoba Ezra wrote:

> The exim i installed from my ports collection has the exiscan patch.


Which one? IN your config, you have a mix of old (non-ACL) and new
(exiscan-acl) options.

If it is the old patch, then this is wrong:

> #exiscan_condition = 1


This needs to be uncommented.


> # for clamav
> exiscan_av_condition = 1
> exiscan_av_scanner = clamd:127.0.0.1:3310


This needs to be:

exiscan_av_scanner = clamd
exiscan_clamd_socket = 127.0.0.1 3310


However, I'd recommend to find out which patch is in your binary (check
the defaults for the port), and in case it's the old (non-acl) one,
upgrade to the latest.

regards,

/tom