From: Patrik Hall (wpk@system2816.abcdata.pl)
Date: Tue May 02 2000 - 22:40:00 EEST
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 <lsziqvi.afmbsijt@curemd.com> - +358 50 500 4668 - ICQ# 13414838
This archive was generated by hypermail 2b29 : Tue May 02 2000 - 22:58:17 EEST