From owner-freebsd-questions@FreeBSD.ORG Fri May 30 11:53:17 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 6080737B401 for ; Fri, 30 May 2003 11:53:17 -0700 (PDT) Received: from smtp.prodigy.net.mx (dfproxy01.prodigy.net.mx [148.235.168.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FB043F3F for ; Fri, 30 May 2003 11:53:16 -0700 (PDT) (envelope-from ibac@prodigy.net.mx) Received: from pc1 (du-200-67-41-120.prodigy.net.mx [200.67.41.120]) sims.4.0.2001.07.26.11.50.p9) with SMTP id <0HFP0079UR0LXR@SMTP.Prodigy.Net.mx>; Fri, 30 May 2003 13:50:48 -0500 (CDT) Date: Fri, 30 May 2003 13:53:23 -0500 From: Alfonso Romero To: freebsd-questions , admin Message-id: <006001c326dc$bf42ea00$0100a8c0@ibac> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT X-Priority: 3 X-MSMail-priority: Normal References: <20030530062218.M73042@enabled.com> <20030530072737.M50681@enabled.com> 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 18:53:17 -0000 You can use imap-uw with SSL only, and if youīre gonna use sendmail as the MTA, itīs the easiest choice Iīve seen. Just install the cclient port and the imap-uw port, enable inetd and add the required lines to inetd.conf: pop3s stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imaps stream tcp nowait root /usr/local/libexec/imapd imapd you need a certificate to use SSL, so use 'make cert' at the /usr/ports/mail/imap-uw directory. I think thatīs all. Alfonso Romero ----- Original Message ----- From: "admin" To: "Bryan Vyhmeister" ; "admin" Cc: Sent: Friday, May 30, 2003 2:28 AM Subject: Re: secure pop server > On Thu, 29 May 2003 23:34:41 -0700, Bryan Vyhmeister wrote > > 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. > > > > yeah lets get some details in there. the users of this application are > windows outlook users wanting to download their email while they travel - so I > think my options are to go for mbox support, no? > > > - Noah > > > > > Bryan > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >