Hello, I am having trouble getting SSLv3 to work on port 995 for POP3. I have TLS and SSL working for IMAP on ports 143 and 993 respectively, and TLS for POP3 working on port 110, but if I try to establish an SSL connection to port 995 using Thunderbird I get the error: "TLS required to log in."
I have compared my pop3d-ssl and imapd-ssl config files and can't see any difference that would allow one to work and not the other. I am using courier-pop and courier-pop-ssl version 0.47 Debian packages. Thanks for any help troubleshooting this problem. Below is an abbreviated version of my pop3d-ssl config file. SSLPORT=995 SSLADDRESS=0 SSLPIDFILE=/var/run/courier/pop3d-ssl.pid POP3DSSLSTART="YES" POP3_STARTTLS="YES" POP3_TLS_REQUIRED="1" COURIERTLS=/usr/bin/couriertls TLS_PROTOCOL=SSL3 TLS_STARTTLS_PROTOCOL=TLS1 TLS_CERTFILE=/etc/courier/pop3d.pem TLS_VERIFYPEER=NONE TLS_CACHEFILE=/var/lib/courier/couriersslcache TLS_CACHESIZE=524288 MAILDIRPATH=Maildir -- Chris ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
