Hello to all,

I'm making some confusion about seting up a pop3 (110) and a pop3s (995) in
inetd.conf

I have last qpopper installed working ok with openssl and I'd like to know
if my inetd.conf is correct:

-----------
...
pop3    stream  tcp     nowait.400      root
/usr/local/libexec/qpopper_ssl      qpopper_ssl -s -l 0
pop3s   stream  tcp     nowait.400      root
/usr/local/libexec/qpopper_ssl  qpopper_ssl -l 2 -f
/usr/local/etc/qpopper.conf
...
-----------

I'm using the same qpopper binary for both cases (qpopper_ssl).

In this example:
1. First I tell qpopper to use a normal connection to port 110 (no ssl) with
option "-l 0".
2. Secondly, I tell qpopper to use ssl connection on port 995 with "-l 2"
option and "-f" to get the certificates info from qpopper.conf.

I compiled qpopper with the following options:

-------------------------------------------------
./configure \
--enable-server-mode \
--enable-shy \
--with-openssl=/usr \
--enable-temp-drop-dir=/var/poptemp \
--enable-timing \
--enable-log-login \
--enable-nonauth-file=/usr/local/etc/popusers \
--enable-keep-temp-drop \
-------------------------------------------------

I'd like to know if this is the right setup on using qpopper on pop3 and
pop3s protocols, or should I use two qpoppers: one with ssl support and
other without it.

Thanks very much,


--
Nuno Teixeira
Dir. T�cnico
pt-quorum.com

Reply via email to