From owner-freebsd-questions Sat Mar 18 19:35: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 68F3937B57E for ; Sat, 18 Mar 2000 19:34:56 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id WAA73730; Sat, 18 Mar 2000 22:32:00 -0500 (EST) (envelope-from cjc) Date: Sat, 18 Mar 2000 22:32:00 -0500 From: "Crist J. Clark" To: John Cc: Giorgos Keramidas , sgh@hypersurf.com, freebsd-questions@FreeBSD.ORG Subject: Re: _privacy Message-ID: <20000318223200.A73605@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000318234630.D20206@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from papalia@UDel.Edu on Sat, Mar 18, 2000 at 05:18:46PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Mar 18, 2000 at 05:18:46PM -0500, John wrote: > This makes me wonder of another question - is there a way for a "typical > user" (read: MS Windows user) to use a standard pop3 mail program (eudora, > netscape mail, etc) to create an encrypted POP3 session? I have several > users who have asked me to set up a pop3 server, but I've refused citing > the fact that passwords are sent cleartext, as well as data. > > Any thoughts? I'd be most appreciative :) Install, /usr/ports/security/stunnel On the server. Run on the server, stunnel -d 995 -l /usr/local/libexec/ipop3d -- ipop3d Then any client that can do SSL POP can go encrypted. I think Netscape only can do SSL IMAP. I know Outlook Express will do SSL POP. No idea about Eudora. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message