At 4:21 PM -0700 8/21/02, Alex M wrote:
> I want Qpopper to accept connections on both 110 (non-secure) and 995
> (secure) ports.
> Having just the 995 port works perfectly. But having both, I experience
> troubles.
>
> My setting for stls in qpopper.conf is
> set tls-support = stls
>
> I have both service pop { ... } and service pop3s { ... } in xinetd. Now,
> 110 (non-secure) works perfectly, but whenever I check the box in Outlook
> Express to use SSL (995 port), it gives me an error.
You need to have each service use a different configuration file; one
that sets tls to 'stls' and the other to 'alternate-port'. You can
put all other options in a third configuration file, and have each of
the first two include the third.
BTW, with this setup, port 110 is not "non-secure". Port 110 is the
standard POP port, and 995 is the kludgy alternate port that some
unfortunate mail clients insist on.