Difference between revisions of "DavMail"
From dmfswiki
m |
|||
Line 9: | Line 9: | ||
== Issues == | == Issues == | ||
* daily repeating event with an end date => end date is ignored, event is repeating daily indefinitely | * daily repeating event with an end date => end date is ignored, event is repeating daily indefinitely | ||
+ | |||
+ | === Elliptic curves === | ||
+ | There is a problem with elliptic curves that are used for TLS in openjdk 6. Bugreport: https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1006776 | ||
+ | |||
+ | Until the bug is fixed, open '''/etc/java-6-openjdk/security/java.security''' and comment out the line <pre>security.provider.10=sun.security.pkcs11.SunPKCS11 ${java.home}/lib/security/nss.cfg</pre> |
Latest revision as of 13:34, 10 April 2014
Contents
Link
http://davmail.sourceforge.net
Report
Tested successfully with CalDAV-Sync beta, in server mode (DavMail installed on a Linux server, acting as a CalDAV gateway to Outlook Web Access on a Microsoft Exchange server:
[Calendar App] <==> [CalDAV-Sync beta] <=(SSL)=> [DavMail] <=(SSL)=> [Outlook Web Acccess] <==> [Microsoft Exchange]
Issues
- daily repeating event with an end date => end date is ignored, event is repeating daily indefinitely
Elliptic curves
There is a problem with elliptic curves that are used for TLS in openjdk 6. Bugreport: https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/1006776
Until the bug is fixed, open /etc/java-6-openjdk/security/java.security and comment out the linesecurity.provider.10=sun.security.pkcs11.SunPKCS11 ${java.home}/lib/security/nss.cfg