Re: The saga continues RE: [Exim] Clam and Exim rejecting AL…

Top Page
Delete this message
Reply to this message
Author: Tim Jackson
Date:  
To: exim-users
Subject: Re: The saga continues RE: [Exim] Clam and Exim rejecting ALL email
Hi Frank, on Wed, 3 Mar 2004 11:08:03 -0500 you wrote:

> So now I am running ClamAV on the same box as Exim. The logs files and
> definitions are owned by clamav who is also running clamd. it starts up
> fine and I continue to get this error:
> 2004-03-03 11:10:45 1AyYvt-0005Fg-Dp H=213-240-195-204.ddns.cablebg.net
> [213.240.195.204] F=<chris_is_the_stuff@???> rejected after
> DATA: This message contains a virus: ( Can't access the file ERROR)
> please scan your system.


ClamAV needs to be able to access /var/spool/exim/scan (or similar, if you
put it somewhere else). To do this, you may need to put the clamav user as
an additional group member in the group that exim runs as (e.g. mailnull),
and enable AllowSupplementaryGroups in the ClamAV config.

Tim