From owner-freebsd-newbies@FreeBSD.ORG Tue Jul 6 23:00:40 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DABC16A4D3 for ; Tue, 6 Jul 2004 23:00:40 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55F6743D46 for ; Tue, 6 Jul 2004 23:00:35 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 6 Jul 2004 18:02:08 -0500 Message-ID: <40EB2F10.7050402@daleco.biz> Date: Tue, 06 Jul 2004 18:00:32 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Elgram References: <00dc01c46396$27e3c7e0$1f00a8c0@CREDENTALS> In-Reply-To: <00dc01c46396$27e3c7e0$1f00a8c0@CREDENTALS> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Jul 2004 23:02:09.0015 (UTC) FILETIME=[43BCB870:01C463AD] cc: freebsd-newbies@freebsd.org Subject: Re: Pop3/SMTP X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 23:00:40 -0000 Scott Elgram wrote: >Hello, > Can anyone tell me a good/secure POP3/SMTP server for FreeBSD that can handle SPAM and Virus protection? > >-Scott > > Don't know if this'd be better over on the ??'s list or not: $cd /usr/ports && make search key=POP3 $cd /usr/ports && make search key=SMTP $cd /usr/ports && make search key=antivirus I personally run Sendmail in a dual config setup with clamav, Amavis and SpamAssassin. My POP servers vary --- no trouble, generally, with Popper, Qpopper or the one that goes with imap-uw (I basically forget about 'em, they just run --- always only inside the borders anyway...) I've heard it said that Postfix is good here, too. Be warned that most likely, POP and SMTP servers are seperate entities; so are the AV scanners and Spam tools that interface with them, so you're really choosing 3 to 5/6 packages instead of just one.... Kevin Kinsey