Atanu,
I am sorry for such delay, following up your issue, were you able to make the ClamAV
configurations.
While trying to configure, I keep getting my Service Router to crash, make sure the clamd
service runs. My result for the command "ps ax | grep clam" is as below:
[root@subir-rhel4 data]# ps ax | grep clam
2169 ? Ss 0:02 clamd
7058 pts/1 S+ 0:00 grep clam
[root@subir-rhel4 data]#
If you do not get such a result, edit the /etc/clamd.conf file, and add your server IP as below:
Code: Select all
TCPAddr 127.0.0.1
TCPAddr nnn.nnn.nnn.nnn
Note: Replace nnn.nnn.nnn.nnn with your Scalix server IP address.
Once, you have saved the file /etc/clamd.conf and check the logs being generated at
/var/log/clamav/clamd.log see what you get there.
Thanks,
Subir