Re: [clamav-users] Specify more servers for clamdscan to pass for scanning

2018-11-05 Thread Brent Clark
Good day Thanks all for the the replies. Much appreciated. Regards Brent On 2018/11/05 17:19, Micah Snyder (micasnyd) wrote: Hi Brent, clamdscan and clamd share the same config file.  clamd uses it to set up the TCP socket to listen, and clamdscan uses it to know how to talk to clamd.  As

Re: [clamav-users] Specify more servers for clamdscan to pass for scanning

2018-11-05 Thread Henrik K
On Mon, Nov 05, 2018 at 03:19:44PM +, Micah Snyder (micasnyd) wrote: > > I'd be interested to know if someone has come up with a hack for how to have > clamdscan fail over to a secondary clamd instance - but I'm not aware of a way > to do that. It's called "writing your own clamdscan".

Re: [clamav-users] Specify more servers for clamdscan to pass for scanning

2018-11-05 Thread Kris Deugau
Brent Clark wrote: Good day Guys I have setup two clamd servers. On my Webservers, I need to stream a file to the clamd for scanning. I would like to ask, how would I specify two TCPAddr. If I specify just one, server, everything works ok. Ive tried various options and google does not

Re: [clamav-users] Specify more servers for clamdscan to pass for scanning

2018-11-05 Thread G.W. Haywood
Hi there, On Mon, 5 Nov 2018, Micah Snyder wrote: On Nov 5, 2018, at 7:48 AM, Brent Clark wrote: > How does one specify more than one server for scanning? I'd be interested to know if someone has come up with a hack for how to have clamdscan fail over to a secondary clamd instance - but I'm

Re: [clamav-users] About clamav's requirements for system resources

2018-11-05 Thread Graeme Fowler
Not milter, but Exim calls ClamAV using the SCAN command when using a UNIX socket, or zINSTREAM for TCP sockets. I've got 3 'clusters' (loosely coupled groups, more accurately) VMs of differing roles with slightly differing setups here at Loughborough Uni. * CentOS 6 MX servers with a

Re: [clamav-users] Specify more servers for clamdscan to pass for scanning

2018-11-05 Thread Micah Snyder (micasnyd)
Hi Brent, clamdscan and clamd share the same config file. clamd uses it to set up the TCP socket to listen, and clamdscan uses it to know how to talk to clamd. As a consequence, setting multiple TCPAddr's would make no sense to clamd as it will only open 1 socket to listen for connections.

Re: [clamav-users] About clamav's requirements for system resources

2018-11-05 Thread Micah Snyder (micasnyd)
Our QA engineer Joe did some testing a couple of months ago to come up with some basic minimum system requirements for ClamAV. He passed these along to the thread author already in a private message, but I wanted to share these here as well. The following minimum recommended system

Re: [clamav-users] About clamav's requirements for system resources

2018-11-05 Thread Vladislav Kurz
On 11/3/18 5:23 PM, Matus UHLAR - fantomas wrote: >> zhuangxiaohui wrote: >>> I have some servers(Centos6/7). Most of them have 1GB memory, 600M >>> available. >>> But also servers with low memory. For example 512M memory, 200M >>> available. >>> When I install the "clamav" on server which have

[clamav-users] Specify more servers for clamdscan to pass for scanning

2018-11-05 Thread Brent Clark
Good day Guys I have setup two clamd servers. On my Webservers, I need to stream a file to the clamd for scanning. I would like to ask, how would I specify two TCPAddr. If I specify just one, server, everything works ok. Ive tried various options and google does not appears to be of assists.