Quoting Randall Gellens ([EMAIL PROTECTED]):
> At 8:06 PM -0600 1/26/03, Steven J. Hill wrote:
> 
> > I am having difficulties getting Qpopper and SSL to work together
> > with my Debian install. I created the certificates according to
> > the FAQ (http://www.eudora.com/qpopper/faq.html). I also had to
> > edit my 'inetd.conf' file and added the line:
> >
> > pop3s  stream  tcp  nowait  root  /usr/sbin/in.qpopper \
> >    -f /etc/qpopper.conf
> 
> In inetd.conf you need to add the name of the process as the first 
> parameter (the shell does this for you when running from the shell), 
> so try
> 
> pop3s  stream  tcp  nowait  root  /usr/sbin/in.qpopper \
>    qpopper -f /etc/qpopper.conf

And by this, randy doesn't mean "qpopper" as that parameter
but "in.qpopper" (presuming that's the actual name of the program).

And you HUP inetd, run "netstat -an |grep 995" and see that it's
now running (or that SOMETHING is listening on 995).

Reply via email to