* On 24/08/06 10:56 +0800, ZhangFrank wrote: | hello everyone, | | Im a fresher on Freebsd and Clamav | | So can u guys teach me how can I get clamav on a | Freebsd server platfrom and intall it? Thanks a lot! | |
Hey Frank, You made the right choice. Welcome to FreeBSD! If you installed the ports tree during your FreeBSD installation, then you simply have to do: cd /usr/ports/security/clamav make config # Choose the options you desire. make install clean cd /usr/local/etc/ Edit clamd.conf and freshclam.conf. To start with, if you still don't understand the stuff in there, just comment out the line that contains "Example" in both files then echo "clamav_clamd_enable="YES"" >> /etc/rc.conf echo "clamav_freshclam_enable="YES"" >> /etc/rc.conf That completes the installation process (for now). sh /usr/local/etc/rc.d/clamav-clamd start sh /usr/local/etc/rc.d/clamav-freshclam start You'll definately come back to the .conf files later when you are integrating with your MTA (Exim, Postfix,, Sendmail, whichever you chose). -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington <[EMAIL PROTECTED]> Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ "The two most common things in the universe are hydrogen and stupidity." _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
