Quote:
Originally Posted by falko
What are the outputs of
Code:
ls -l /var/spool/amavisd/clamd.sock
and
Code:
updatedb
locate clamd.sock
?
|
[root@mail ~]# ls -l /var/spool/amavisd/clamd.sock
ls: /var/spool/amavisd/clamd.sock: No such file or directory
[root@mail ~]# find / -name clamd.sock
If I try to find the clamd.sock is not in my system
[root@mail ~]# find / -name clamd.*
/usr/share/doc/clamd-0.96/clamd.conf
/usr/share/man/man5/clamd.conf.5.gz
/usr/share/man/man8/clamd.8.gz
/var/log/clamav/clamd.log
/var/run/clamav/clamd.pid
/etc/clamd.conf
[root@mail ~]#
thanks for the help.