On Tue, 2 May 2000, r00t the LiNuXeRRR wrote:
> What do I have to do, to make my POP3 server work over SSL (be
> secure).
>
> Thanx.
>
I am using sslwrap available at http://www.rickk.com/sslwrap, works fine
with openssl 0.9.4 as well as 0.9.5
Typical entries in inetd.conf:
imaps stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/sslwrap \
-cert /var/ssl/certs/phallkdsoftfi.pem -port 143
pop3s stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/sslwrap \
-cert /var/ssl/certs/phallkdsoftfi.pem -port 110
and in services:
imaps 993/tcp # IMAP over SSL
pop3s 995/tcp # POP-3 over SSL
--
---
Patrik Hall <[EMAIL PROTECTED]> - +358 50 500 4668 - ICQ# 13414838