I reconfigured Qpopper with just OpenSSL support and I'm still getting the following error when connecting with Outlook:
-ERR [AUTH] You must use stronger authentication such as AUTH or APOP to connect to this server inetd.conf looks like this: pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper -R -s -f /etc/mail/pop.options -t /var/spool/mqueue/pop.log pop3s stream tcp nowait root /usr/local/libexec/qpopper qpopper -R -s -f /etc/mail/pop.options -t /var/spool/mqueue/pop.log and pop.options: set debug set tls-private-key-file = '/etc/mail/certs/key.pem' set tls-server-cert-file = '/etc/mail/certs/cert.pem' set tls-support = stls set log-facility = local0 set tls-support = alternate-port set clear-text-password = tls set chunky-writes = tls Shouldn't this do the trick? Thanks, Michael -----Original Message----- From: Randall Gellens [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 7:44 PM To: Michael Caplan; Subscribers of Qpopper Subject: RE: Configuring Qpopper with SSL and APOP At 8:28 AM -0400 5/23/02, Michael Caplan wrote: > The goal that we are seeking is APOP authentication on port 110, and TLS/SSL > authentication on 995. I have been successful with configuring Qpopper with > APOP and TSL/SSL (I can connect with Eudora with APOP authentication and > TSL/SSL), but I can not get the two to work exclusively. In the Qpopper running on port 110, set clear-text-password to never. In the Qpopper running on 995, set tls to alternate-port.
