From owner-freebsd-security Mon May 31 0:40:31 1999 Delivered-To: freebsd-security@freebsd.org Received: from mail.euroweb.hu (mail.euroweb.hu [193.226.220.4]) by hub.freebsd.org (Postfix) with ESMTP id 1635A14CA2 for ; Mon, 31 May 1999 00:40:28 -0700 (PDT) (envelope-from hu006co@mail.euroweb.hu) Received: (from hu006co@localhost) by mail.euroweb.hu (8.8.5/8.8.5) id JAA28418 for freebsd-security@freebsd.org; Mon, 31 May 1999 09:40:27 +0200 (MET DST) Received: (from zgabor@localhost) by CoDe.hu (8.8.8/8.8.8) id JAA00388 for freebsd-security@freebsd.org; Mon, 31 May 1999 09:35:14 +0200 (CEST) (envelope-from zgabor) From: Zahemszky Gabor Message-Id: <199905310735.JAA00388@CoDe.hu> Subject: Re: POP3 server with SSL In-Reply-To: <19990530044147.515E31519D@hub.freebsd.org> from Patrick Bihan-Faou at "May 30, 99 00:41:44 am" To: freebsd-security@freebsd.org Date: Mon, 31 May 1999 09:35:14 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi, > > On Sat, 29 May 1999, Tushar Patel wrote: > > > We need to allow few people to access their pop3 e-mail over > > secure connection. > > Is there a way to run pop3 server with SSL support? > > Any pointers will be good help. > > > Actually this is really easy to implement using the "stunnel" package (look > in the ports area under security) and the "OpenSSL" package (used to be > SSLeay). And there is another one: sslproxy. It isn't at the ports/packages yet, but you can compile and use it. And! it has a windows version, too. By the way, I can't remember the exact url, but somewhere from Austria. ZGabor at CoDe dot HU -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message