ClamAV not listentnig on port
I have setup SLES15 SP2 and there the port was 3310, however if it is in your case 5555 Then please setup INITSERVERS with parameter tcp://127.0.0.1:5555
Hi Robert, I will take it. Let me reproduce it. So you use clamd (daemon) and you want use libclamdsap.so with VSCAN_RFC About your question 2. You can define all parameters including the connect to clamd in VSCANGROUP.
Bulding ClamSAP on AIX
Hello Ladislav, I close this, because I cannot change the build environment of clamav.
TCP port change and Local TCPsocket support
here my clamconf Software settings Version: 0.103.8 Optional features supported: MEMPOOL IPv6 AUTOIT_EA06 BZIP2 LIBXML2 PCRE2 ICONV JSON Database information Database directory: /var/lib/clamav daily.cvd: version 26954, sigs: 2037855, built on Thu Jun 29 07:29:58 2023 main.cld: version 62, sigs: 6647427, built on Thu Sep 16 12:32:42 2021 bytecode.cvd: version 334, sigs: 91, built on Wed Feb 22 21:33:21 2023 main.cvd: version 62, sigs: 6647427, built on Thu Sep 16 12:32:42 2021 Total number of signatures:...
Hello Julien, I have setup your configuration and I see clamd running on different than 3310 and from VSI that is supported too. What I did 1. Changed the TCP port in clamd.conf . Depending on your OS , search for clamd.conf and change or add : - TCPSocket 8888 TCPAddr 127.0.0.1 Ensure that no other sections with TCPSocket are in clamd.conf. 2. Restart clamd, e.g. sudo clamd -c /etc/clamd.conf 3. Check LISTEN, e.g. netstat -ln , search for entries and check that 8888 is visible. In your case 3310...