Installing CXS

m-mehdipoor

Verified User
Joined
Aug 3, 2013
Messages
9
I've installed CXS on my server , but I have this error :


Code:
error ClamAV socket [] not found

You must install ClamAV (Clamavconnector on cPanel) or ensure clamd is running to use this product correctly
If the clamd socket is not automatically detected, and to clear this message, you must set clamdsock=/path/to/socket in /etc/cxs/cxs.defaults to the live socket location
Unfortunately I was unable to find the clamav socket !
 
Hello,

CXS (cxswatch) does not fully support Directadmin as of yet as far as I know and you might face various issues with running it. Do you have clamd installed by custombuild or from repos of your OS?

Anyway you should adjust /etc/cxs/cxs.defaults to point it to the correct place, it might be:

Code:
clamdsock=/tmp/clamd.socket

if you install clamd by custombuild. If you installed clamd from repos of your OS you will need to review its settings.
 
Back
Top