http://bugs.winehq.org/show_bug.cgi?id=17560
Summary: Mercury Mail SSL/STARTTLS does not work Product: Wine Version: 1.1.16 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: admin@linux-tstephenson.com
When trying to make a connection to the Mercury v4.62 server via POP3, SMTP or IMAP4 the STARTTLS function error out with the following error:
10:56:18.275: Connection from 127.0.0.1, Sat Feb 28 10:56:18 2009<lf> 10:56:18.336: << * OK linux-tstephenson.com IMAP4rev1 Mercury/32 v4.62 server ready.<cr><lf> 10:56:18.337: >> A1 CAPABILITY<cr><lf> 10:56:18.338: << * CAPABILITY IMAP4rev1 STARTTLS AUTH=PLAIN X-MERCURY-1<cr><lf> 10:56:18.338: << A1 OK CAPABILITY complete.<cr><lf> 10:56:18.339: >> A2 STARTTLS<cr><lf> 10:56:18.339: << A2 OK Begin SSL/TLS negotiation now.<cr><lf> 10:56:18.340: 20: Error -3 creating CryptLib session. 10:56:18.345: --- Connection closed normally at Sat Feb 28 10:56:18 2009. --- 10:56:18.345:
This is very similar to the Pegasus Mail bug 14797 since both are using the same crypto library.