On Jul 22, 2011, at 2:39 PM, Nathan Gibbs wrote: > Does clamd have any form of network access control? > For instance limiting what IP's can connect.
By default, you're either using a local Unix domain socket associated with a path like /var/run/clamav/clamd, or a TCP socket bound to localhost aka 127.0.0.1. If you change things to bind to a routable IP, then you should implement appropriate firewall rules to manage access to clamd. (tcpwrappers is a possible solution, but many platforms also have IPFW, PF, or similar available.) Regards, -- -Chuck _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
