On Nov 9, 2012, at 2:15 PM, Ed Flecko wrote:
> I have a clean install of FreeBSD 9 (64 bit), and I can install clamav
> just fine...but I have no idea where the default install is and what
> minimal option(s) I need to configure to at least get it running.

The default install would be under /usr/local; see /usr/local/etc/clamd.conf
and /usr/local/etc/freshclam.conf.  Comment out "Example" and select a country.

> Does anyone know of a tutorial that shows how to configure clamav
> (preferably on FreeBSD) after you have it installed?

cd /usr/ports/security/clamav && make install

Edit the two files mentioned above.  Add this to /etc/rc.conf:

clamav_clamd_enable="YES"                                                       
                           
clamav_freshclam_enable="YES"

...to start clamd and freshclam on system boot.

Regards,
-- 
-Chuck

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to