From owner-freebsd-questions Wed Jan 29 13:40: 8 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A159937B401 for ; Wed, 29 Jan 2003 13:40:06 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3FF643F75 for ; Wed, 29 Jan 2003 13:40:00 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0TLfQhA000499; Wed, 29 Jan 2003 16:41:27 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E3849C2.7020700@potentialtech.com> Date: Wed, 29 Jan 2003 16:38:10 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-2?Q?Gannater_J=E1nos?= Cc: BSD Subject: Re: VirusProtection and IMAP References: Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gannater János wrote: > Virus: > What kind of anti virus software should I use to protect my > BSD system which is free and really kill's viruses? There are none. I recently did some research into this, and there are a few projects in the works, but none of them claim to be reliable or complete. You'll have to fork out some $$$ for decent virus protection, Sophos is good and runs well on FreeBSD, there are others but I can't vouch for them. As someone else stated, there is no real concern about viruses hurting FreeBSD itself. Folks who put virus protection on FreeBSD do so because they have Windows machines that use the FreeBSD computer for mail/filesharing/whatever that they want to protect. > IMAP: > Where can I tell freeBSD which IMAP software should he use? > Like I installed cyrus and imapd-uw. So which one the system > is using and how can I switch between them? To my knowledge, there's no overall method for installing multiple IMAP servers and controlling them. If /usr/local/etc/rc.d/ is configured to start both, whichever one manages to get ahold of the IMAP port first will likely cause the other one to fail to start. Beyond that, use the scripts in /usr/local/etc/rc.d to control which one is currently running, and to start and stop them. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message