Sasa wrote: > yes, I have restart the machine ! > On log file I have this error: > > Apr 16 15:45:43 mail amavis[9710]: (09710-01-3) ClamAV-clamd: Can't > connect to UNIX socket /var/run/clamav/clamd.sock: No such file or > directory, retrying (2)
So the error changed. That's the kind of thing we need to know in order to help! :) That file should have been created by clamd when you started it. Make sure clamd is running and then see if the file actually exists. If not, check to see what file clamd is actually using. # ps -ef | grep clamd clamav 3677 1 0 Apr15 ? 00:03:09 /usr/local/sbin/clamd # netstat -lnp | grep clamd unix 2 [ ACC ] STREAM LISTENING 9010 3677/clamd /var/run/clamav/clamd The 'ps' command shows that the daemon is running and the 'netstat' shows that it is listening to the socket /var/run/clamav/clamd on my system. -- Bowie _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml