Hello Pete,
Hello list,

Oops, sorry.  Here's a diff on the function:

364,365c364,366
<     nErr = SSL_CTX_use_certificate_chain_file ( pTLS->m_OpenSSLctx,
<                                           pPOP->tls_server_cert_file) ;
---

   nErr = SSL_CTX_use_certificate_file ( pTLS->m_OpenSSLctx,
                                         pPOP->tls_server_cert_file,
                                         SSL_FILETYPE_PEM );


You want the top 2 lines.


Thanks a lot, that seems to work! I found out that Thunderbird has no problems, even with the "unpatched" Qpopper, but Outlook does not work. With your patch it works fine.


Thanks a lot! :-)

Florian

Reply via email to