=> Hi all again,
=>
=> When I run clamdscan, I get the following error:
=>
=> # clamdscan -v
=> ERROR: Clamd is not configured properly.
=>
=> This only happens when I uncomment the line below.
=>
=> # TCP port address.
=> TCPSocket 3310
If that's uncommented, then I believe that
you also need to comment out LocalSocket, and possibly assign a value to
(uncomment) TCPAddr.
=>
=> If I leave it commented, I get this error:
=>
=> # clamdscan -v
=> connect(): Socket operation on non-socket
=> ERROR: Can't connect to clamd.
Do you have a definition for LocalSocket?
=>
=> Which I guess is to be expected.
=>
=>
=> Any help ?
=>
=> Mike.
I uncomment the TCP port address and TCPAddr (127.0.0.1), anf commect the Localsocket and the the message:
# clandscan /etc
Connect () : Invalid argument
ERROR: Can't connect to clamd