Re: [clamav-users] clamav-milter get "ERROR: Unknown reply from clamd" on Solaris

2020-03-22 Thread Pierluigi Frullani via clamav-users
I did some testing and it seems that, if I use the local unix socket the clamav-milter => clamd communication don't works but it works if I use the network socket. Pierluigi On Sun, Mar 22, 2020 at 1:11 PM Pierluigi Frullani < pierluigi.frull...@gmail.com> wrote: > After fixing ( thanks Gary ) t

[clamav-users] clamav-milter get "ERROR: Unknown reply from clamd" on Solaris

2020-03-22 Thread Pierluigi Frullani via clamav-users
After fixing ( thanks Gary ) the problem with freshclam I'm facing another problem. - clamd running fine - clamav-milter running fine All the mails get rejected with 5.7.1 Command rejected. What i've noticed it that in the clamax-milter log file there is this "ERROR: Unknown reply from clamd" w

Re: [clamav-users] freshclam in clamav 0.102.2 stuck in cli_tgzload

2020-03-22 Thread Pierluigi Frullani via clamav-users
That fixed the problem. I had to install quit a lot of dependencies but at the end this really was the problem. Thanks a lot ! Pierluigi On Sun, Mar 22, 2020 at 10:26 AM Gary R. Schmidt wrote: > It's the "libxml2 : yes, from /usr" that is pulling in the system > libz, grab the OpenCSW lib

Re: [clamav-users] Setting up a private local mirror

2020-03-22 Thread G.W. Haywood via clamav-users
Hi there, On Sat, 21 Mar 2020, Scott A. Wozny via clamav-users wrote: ... assuming I am choosing option 2 (serve CVD files from a local web server) when it says, “ let freshclam download the *.cvd files from http://database.clamav.net to the webserver’s DocumentRoot.” how, exactly, is one suppo

Re: [clamav-users] freshclam in clamav 0.102.2 stuck in cli_tgzload

2020-03-22 Thread Gary R. Schmidt
On 22/03/2020 19:57, Pierluigi Frullani via clamav-users wrote: Gary, I've installed the libz to 1.2.8 ( via opencsw packages ) but when I check for the libz I get: -bash-3.2# ldd /usr/local/clamav/bin/freshclam | grep libz         libz.so.1 =>     /opt/csw/lib/libz.so.1         libz.so.1 =>

Re: [clamav-users] freshclam in clamav 0.102.2 stuck in cli_tgzload

2020-03-22 Thread Pierluigi Frullani via clamav-users
Gary, I've installed the libz to 1.2.8 ( via opencsw packages ) but when I check for the libz I get: -bash-3.2# ldd /usr/local/clamav/bin/freshclam | grep libz libz.so.1 => /opt/csw/lib/libz.so.1 libz.so.1 => /usr/lib/libz.so.1 libz.so.1 (SUNW_1.1) => (version not f