
Originally Posted by
hermit
It returns nothing. I went to the clam connector install directory and did a make and make install to get freshclam working. The only thing installed for freshclam was a symbolic link that pointed to nowhere.
The problem remains that I get lots of zip viruses every day.
Clamscan seems to work:
---------- SCAN SUMMARY -----------
Known viruses: 813690
Engine version: 0.96.1
Scanned directories: 0
Scanned files: 1
Infected files: 0
Data scanned: 0.00 MB
Data read: 0.00 MB (ratio 0.00:1)
Time: 6.050 sec (0 m 6 s)
The only indications of clam in my exim logs are:
root@cp [/home/oooc]# cat /var/log/exim_mainlog |grep clamav
2010-08-08 17:10:02 cwd=/usr/local/cpanel/modules-install/clamavconnector-Linux-x86_64/clamav-0.96.1 2 args: /usr/sbin/exim -bV
2010-08-08 17:10:02 cwd=/usr/local/cpanel/modules-install/clamavconnector-Linux-x86_64/clamav-0.96.1 4 args: /usr/sbin/exim -bV -C /etc/exim.conf.buildtest.work.7kqK4pwCP_LkZ3t3
This seems to correspond to the time I installed/reinstalled.
Thanks
Via root SSH access, please try the following command to help locate relevant entries:
Code:
# zgrep -Hn "This message contains a virus or other harmful content" /var/log/exim_rejectlog*
The search terms seen above, that of the relevant reject message, was obtained from the following output while searching the Exim configuration file (at "/etc/exim.conf"):
Code:
# egrep -Hn "demime|malware" /etc/exim.conf
/etc/exim.conf:682:deny message = This message contains a virus or other harmful content ($malware_name)
/etc/exim.conf:683: malware = */defer_ok
/etc/exim.conf:684: demime = *