I've installed Sarge clamad in order to run as a deamon. In /home/admispconfig/ispconfig/tools/clamav/bin/clamassassin have Code: CLAMSCAN=/usr/bin/clamdscan And the last version: Code: $ dpkg -l "*clamav*" | grep ^i | awk '{print $2, $3}' clamav 0.94.dfsg.2-1~volatile1 clamav-base 0.94.dfsg.2-1~volatile1 clamav-daemon 0.94.dfsg.2-1~volatile1 clamav-freshclam 0.94.dfsg.2-1~volatile1 libclamav5 0.94.dfsg.2-1~volatile1 But I see this messages in log: Code: Dec 16 10:21:34 localhost freshclam[4876]: SECURITY WARNING: NO SUPPORT FOR DIGITAL SIGNATURES Dec 16 10:21:34 localhost freshclam[4876]: See the FAQ at http://www.clamav.net/support/faq for an explanation. Dec 16 10:21:34 localhost freshclam[4876]: Your ClamAV installation is OUTDATED! Dec 16 10:21:34 localhost freshclam[4876]: Local version: 0.92.1 Recommended version: 0.94.2 Dec 16 10:21:34 localhost freshclam[4876]: DON'T PANIC! Read http://www.clamav.net/support/faq Dec 16 10:21:34 localhost freshclam[4876]: main.inc is up to date (version: 49, sigs: 437972, f-level: 35, builder: sven) Dec 16 10:21:34 localhost freshclam[4876]: daily.inc is up to date (version: 8764, sigs: 36119, f-level: 38, builder: guitar) Maybe is due two fresclam running? Code: $ ps ax | grep -i freshclam 3061 ? Ss 0:02 /usr/bin/freshclam -d --quiet 4876 ? Ss 0:00 /home/admispconfig/ispconfig/tools/clamav/bin/freshclam -d -c 10 --datadir=/home/admispconfig/ispconfig/tools/clamav/share/clamav 5002 ? Z 0:00 [freshclam] <defunct> 6642 pts/1 S+ 0:00 grep -i freshclam Thanks! Best regards.
Looks like you're running an older version of ispconfig. There is a clam within ispconfig. So just update ispconfig and it is fixed
Thats normal as ISPConfig has its own freshclam process even if you dont use the ispconfig clamd. To deactivate it you will have to rewrite the ispconfig start script.