On Fri, February 22, 2008 9:44 am, Brent Spencer wrote: > I have tmda-ofmipd working great with Outlook Express, but a connection > with the same MUA settings in Outlook causes the following errors and > tmda-ofmipd dies. Any ideas? Maybe using stunnel instead of tlslite will > fix the problem?
My only guess is that Outlook requires an SSL encryption scheme that the pure Python code in tlslite does not implement. One example is DES/3DES, which caused Evolution to fail to connect. You can probably work around this my installing one of the C-based packages that tlslite will use for encryption acceleration, which implement more encryption methods. Please see the tlslite web site for more details (I think my system uses M2Crypto, but I don't quite recall.) _____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
