From owner-freebsd-questions@FreeBSD.ORG Thu May 29 23:29:37 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 8B6D537B401 for ; Thu, 29 May 2003 23:29:37 -0700 (PDT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D6A643F75 for ; Thu, 29 May 2003 23:29:36 -0700 (PDT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (on@banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.3/8.9.3) with ESMTP id h4U6TXmE005107 for ; Fri, 30 May 2003 13:29:34 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.8.5/8.8.5) id NAA10525; Fri, 30 May 2003 13:31:11 +0700 (ICT) Date: Fri, 30 May 2003 13:31:11 +0700 (ICT) Message-Id: <200305300631.NAA10525@banyan.cs.ait.ac.th> X-Authentication-Warning: banyan.cs.ait.ac.th: on set sender to on@banyan.cs.ait.ac.th using -f From: Olivier Nicole Cc: freebsd-questions@freebsd.org In-reply-to: <20030530062218.M73042@enabled.com> (admin2@enabled.com) References: <20030530062218.M73042@enabled.com> X-Virus-Scanned: by amavisd-milter (http://amavis.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:29:37 -0000 Noah, > I am looking to set up a secure pop server on one of my FreeBSD 4.8 Stable It depends on other requierements you have. I wanted APOP authentication as well as SSL, so I choosed WU-IMAP. But if I had wanted maildir format of inboxes, I'd have looked at courrier-imap. Now that was some years ago. Olivier