Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 1999 09:35:14 +0200 (CEST)
From:      Zahemszky Gabor <zgabor@CoDe.hu>
To:        freebsd-security@freebsd.org
Subject:   Re: POP3 server with SSL
Message-ID:  <199905310735.JAA00388@CoDe.hu>
In-Reply-To: <19990530044147.515E31519D@hub.freebsd.org> from Patrick Bihan-Faou at "May 30, 99 00:41:44 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905310735.JAA00388>