The Disc Shop said: >>> >> This is the info from my clamd.conf >> >> LogFile /tmp/clamd.log >> PidFile /var/run/clamd.pid >> DatabaseDirectory /var/lib/clamav >> LocalSocket /tmp/clamd >> FixStaleSocket >> User clamav >> AllowSupplementaryGroups >> ScanArchive >> > > Anyone got any ideas on this?
Does your freshclam.conf file agree with this: DatabaseDirectory /var/lib/clamav Does a socket file exist at /tmp/clamd? Does the user clamav exist in your password file? How is your mailer connecting with clamav - possibilities are milter, procmail, other intermediate process. Is this process running? Has this process been given the above localsocket path? Do all the components have read/write access to this socket? Have you checked all ownerships of all the files against the owners of the running processes to ensure there are adequate permissions for exchanging data? Are any scratch directories needed and in place with adequate permissions? dp _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
