Jason wrote: > I have two email servers, both recently started scanning email with > clamscan instead of clamd.
> * ClamAV 0.90.1-4.el4 (RPMforge) > * Amavisd-new 2.4.5-1.el4 (RPMforge) > clamd.conf: > LocalSocket /var/run/clamav/clamd > # TCPSocket 3310 Who owns /var/run/clamav ? Let's assume it is owned by clamav If so, you would want: LocalSocket /var/run/clamav/clamd User clamav AllowSupplementaryGroups yes and you would want to add the clamav user to the same group the amavisd-new user belongs to (typically amavis or vscan). You need to actually send a virus through (like eicar) while debugging to get the real picture of why clamd failed. Gary V ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
