Re: [clamav-users] clamd/clamdscan and IPv6

2016-12-14 Thread Dennis Peterson
Thanks for closing the event here. It doesn't happen enough. dp On 12/14/16 2:54 PM, Steven Morgan wrote: Thanks, there was a little coding error. Following the connect() failure on the local socket, the code was not checking if the TCPAddr option is enabled. Steve On Wed, Dec 14, 2016 at 3:1

Re: [clamav-users] clamd/clamdscan and IPv6

2016-12-14 Thread Steven Morgan
Thanks, there was a little coding error. Following the connect() failure on the local socket, the code was not checking if the TCPAddr option is enabled. Steve On Wed, Dec 14, 2016 at 3:12 AM, Christoph Pleger wrote: > Hello Steve, > > > Looking at the code, it appears that the error message oc

Re: [clamav-users] Central management server?

2016-12-14 Thread robert k Wild
thanks On 14 Dec 2016 6:34 p.m., "Simon Hobson" wrote: > robert k Wild wrote: > > > Can I install a clamav server and point all my clamav end users ie Mac > > Linux windows to the server to get update definitions > > Yes. Setup your own mirror and point everything at it. > > > and can I manage

Re: [clamav-users] Central management server?

2016-12-14 Thread Simon Hobson
robert k Wild wrote: > Can I install a clamav server and point all my clamav end users ie Mac > Linux windows to the server to get update definitions Yes. Setup your own mirror and point everything at it. > and can I manage my > clients from the server ie see if there online run scans and lock

Re: [clamav-users] clamav-milter and unofficial sigs

2016-12-14 Thread Reindl Harald
Am 14.12.2016 um 18:01 schrieb Benny Pedersen: is it possible currently to accept 3dr party virus in clamav-milter ? eq: OnUnofficial Accept where default is Rejct like OnInfected ? this will make clamav-milter more flexible just use two clamd instances * one as milter with reject * one

[clamav-users] clamav-milter and unofficial sigs

2016-12-14 Thread Benny Pedersen
is it possible currently to accept 3dr party virus in clamav-milter ? eq: OnUnofficial Accept where default is Rejct like OnInfected ? this will make clamav-milter more flexible using currently here clamav from github head ___ clamav-users mailing l

Re: [clamav-users] Central management server?

2016-12-14 Thread robert k Wild
thanks On 14 Dec 2016 4:19 p.m., "Joel Esler (jesler)" wrote: > This is probably found exclusively in an enterprise system. > > We have it in our AMP product that we sell (which uses ClamAV as one of > its engines), but I am not aware of any free enterprise management of AV > software. > > > --

Re: [clamav-users] Central management server?

2016-12-14 Thread Dennis Peterson
You could probably configure CFEngine or Puppet to help do that. I did that years ago and it worked fine. dp On 12/14/16 7:27 AM, robert k Wild wrote: Hi all, Can I install a clamav server and point all my clamav end users ie Mac Linux windows to the server to get update definitions and can I

Re: [clamav-users] Central management server?

2016-12-14 Thread Joel Esler (jesler)
This is probably found exclusively in an enterprise system. We have it in our AMP product that we sell (which uses ClamAV as one of its engines), but I am not aware of any free enterprise management of AV software. -- Joel Esler | Talos: Manager | jes...@cisco.com

Re: [clamav-users] Central management server?

2016-12-14 Thread robert k Wild
are there any AV programs that have this functunality free? many thanks, rob On 14 December 2016 at 15:59, robert k Wild wrote: > thank you all > > On 14 Dec 2016 15:57, "Leonardo Rodrigues" > wrote: > >> >> No, absolutely not, clamav do not implement such features usually >> found on 'co

Re: [clamav-users] Central management server?

2016-12-14 Thread robert k Wild
thank you all On 14 Dec 2016 15:57, "Leonardo Rodrigues" wrote: > > No, absolutely not, clamav do not implement such features usually > found on 'corporate' antivirus commercial solutions. > > Getting update definitions from a single point is easy, just get a > local mirror of the defini

Re: [clamav-users] Central management server?

2016-12-14 Thread Leonardo Rodrigues
No, absolutely not, clamav do not implement such features usually found on 'corporate' antivirus commercial solutions. Getting update definitions from a single point is easy, just get a local mirror of the definitions and configure that on the clients. All the other requests, no no n

Re: [clamav-users] Central management server?

2016-12-14 Thread Reindl Harald
Am 14.12.2016 um 16:27 schrieb robert k Wild: Can I install a clamav server and point all my clamav end users ie Mac Linux windows to the server to get update definitions and can I manage my clients from the server ie see if there online run scans and lock clients so they can't change settings?

[clamav-users] Central management server?

2016-12-14 Thread robert k Wild
Hi all, Can I install a clamav server and point all my clamav end users ie Mac Linux windows to the server to get update definitions and can I manage my clients from the server ie see if there online run scans and lock clients so they can't change settings? Many thanks, Rob _

Re: [clamav-users] alternative signatures

2016-12-14 Thread Vladislav Kurz
On 12/13/16 10:14, Reindl Harald wrote: > > > Am 13.12.2016 um 10:03 schrieb Vladislav Kurz: >> Hello all, >> >> In the last few months my satisfaction with clamav's virus signatures is >> getting worse. Viruses getting through, while clamav catches just a few. >> Some of them are detected few da

[clamav-users] basic usage from Linux scanning Windows

2016-12-14 Thread thufir
Internet Explorer has hijacks and pop-ups rendering it nearly useless. Chrome seems a bit better. Is ClamAV broad enough to help? I'm planning on dual-booting Linux on the same drive as Windows 10 for a laptop, and then using ClamAV to scan the Windows partition. This would how it's commonly

Re: [clamav-users] clamd/clamdscan and IPv6

2016-12-14 Thread Christoph Pleger
Hello Steve, > Looking at the code, it appears that the error message occurs when the > clamd/clamdscan parameter "LocalSocket" is disabled, or it is enabled and > the socket connect() call fails, and also the TCPAddr parameter is > specified. Thank you for that hint. It brought me to the finding