Hi Cory, on Sat, 23 Aug 2003 06:29:14 -0500 you wrote:
> 2003-08-23 06:28:02 19qWYr-0005wh-A1 malware acl condition: clamd:
> ClamAV return
> ed /var/spool/exim/scan/19qWYr-0005wh-A1: Can't access the file ERROR
Add the user that ClamAV runs as to the UNIX group that Exim runs as in
/etc/group, something like this:
mail:x:12:mail,clamav
then enable the "AllowSupplementaryGroups" option in your clamav.conf
file.
This, and other things, is covered in my HOWTO at
http://www.timj.co.uk/linux/exim.php .
Tim