Re: changed filepermissions?
Dominik Ruf <[email protected]>
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
* Metromorph Softworks, Alexander Ruhri <[email protected]> [2004-06-08 13:07]: > I run the exim4-daemon-heavy backport on Debian Woody with spamassassin > and > clamav over the ACL exiscan interface. > Last week there was an update wich put the mailsystem in a state of not > accepting mails from outside because clamav could not access the files > unter > /var/spool/exi4/scan/ any more. > > it seems the filepermissions have changed. > > Any help or ideas? I stumbled over the same problems. clamd is no longer running as root per default, but that was clearly advertised during my upgrade and is also well documented in the docs coming with the clamav package. I choosed to run clamd as user clamav, added the user clamav to group Debian-exim and have this "AllowSupplementaryGroups" (or similar) option in my clamav.conf. This solved all troubles for my setup. HTH, Dominik