At 09:13 AM 11/20/01, you wrote: >Hi, > >i run a debian server with pop3ssl (qpopper 4.0.3). If im trying to connect >to my servers port 995 i recevie an error message: >telnet localhost 995 >Trying 127.0.0.1... >Connected to localhost. >Escape character is '^]'. >Connection closed by foreign host. > >i compiled with ./configure --with-openssl=path-to-openssl >my inetd.conf looks like this: >pop3s stream tcp nowait root /usr/local/sbin/popper -s -f >/etc/mail/pop/qpopper.conf
That part looks OK, though you may want to be using tcp wrappers (always a good idea). >my qpopper.conf: >set clear-text-password = ssl >set tls-support = alternate-port >set tls-version = default >set tls-server-cert-file = /etc/mail/cert/cert.pem You're missing a 'set tls-private-key-file' line. I expect that's having an impact. >and when iam trying to reach the server with outlook experss ive got the >same error. >what can be the problem? >thx. >beepee > ----------------------------------------------------------------- Daniel Senie [EMAIL PROTECTED] Amaranth Networks Inc. http://www.amaranth.com
