Aviram Jenik wrote:
> Ira, you mentioned SSLpop a few days ago. What is it? Where can I
> find it?
> I looked all over the place and all I could find is a reference to a
> wish list (something like: "some day we would like to implement
> SSLPop...").
> Any non-NULL pointers will be appreciated.

You can get and use stunnel to create an SSL tunnel to the POP daemon
which will do just the same. As SSL is a wrapper to other protocols -
so I'd say it's more correct to use a wrapper rather than trying to
get each daemon support SSL. Anyway, I'm using it for the wu-imapd
(I just received your message via it) and it works great.

ftp://opensores.thebunker.net/pub/mirrors/stunnel/stunnel-3.4.tar.gz

Hey, just noticed they're hosted by TheBunker.Net which was featured
today on SlashDot. Seems they recovered already from being
slashdotted...

My stunnel configuration for IMAP is:
stunnel -d 993 -l /usr/sbin/imapd imapd -p /usr/certs/mail.pem -D 7
(under root, since 993 is a privileged port)
For POP3, the standard port is 995.

-- 
Best regards,
Ilya Konstantinov a.k.a Toastie
[http://toast.demon.co.il]

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to