From owner-freebsd-questions@FreeBSD.ORG Thu May 29 23:34:43 2003 Return-Path: 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 E44D437B401 for ; Thu, 29 May 2003 23:34:43 -0700 (PDT) Received: from mail.openserve.net (mail.openserve.net [208.12.101.249]) by mx1.FreeBSD.org (Postfix) with SMTP id 24DBA43F85 for ; Thu, 29 May 2003 23:34:43 -0700 (PDT) (envelope-from bsd@hub3.net) Received: (qmail 57899 invoked from network); 30 May 2003 06:34:42 -0000 Received: from gw.hub3.net (HELO hub3.net) (bryan@208.12.101.245) by mail.openserve.net with SMTP; 30 May 2003 06:34:42 -0000 Date: Thu, 29 May 2003 23:34:41 -0700 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: "admin" From: Bryan Vyhmeister In-Reply-To: <20030530062218.M73042@enabled.com> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-questions@freebsd.org Subject: Re: secure pop server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 06:34:44 -0000 On Thursday, May 29, 2003, at 11:23 PM, admin wrote: > I am looking to set up a secure pop server on one of my FreeBSD 4.8 > Stable > boxes. Can somebody send me in the right direction? Recommend > software and > provide links? A POP3 server like cucipop works very nicely. It is found in /usr/ports/mail/cucipop. By secure I am assuming you mean SSL support. The best way to add SSL support to cucipop is using stunnel. It is found in /usr/ports/security/stunnel. Cucipop works great on a small scale but I use courier-imap (/usr/ports/mail/courier-imap) along with stunnel for my main server. (In case you are wondering, courier-imap includes a POP3 server as well as an IMAP server.) Courier-imap only supports maildir while cucipop only supports mbox. It really depends on what your requirements are. You did not give much information about what your goal is. Hope that helps. Bryan