[pkg-kolab] r419 - kolabd/trunk/debian

Steffen Joeris white-guest at costa.debian.org
Thu Jun 29 09:38:09 UTC 2006


Author: white-guest
Date: 2006-06-29 09:38:09 +0000 (Thu, 29 Jun 2006)
New Revision: 419

Modified:
   kolabd/trunk/debian/README.Debian
Log:
* add first changes from patch (#375431)

Modified: kolabd/trunk/debian/README.Debian
===================================================================
--- kolabd/trunk/debian/README.Debian	2006-06-27 18:12:50 UTC (rev 418)
+++ kolabd/trunk/debian/README.Debian	2006-06-29 09:38:09 UTC (rev 419)
@@ -478,9 +478,52 @@
 
 -----------------------------------------------------------------------------------------
 
+10. Enabling SSL
+--------------
+
+If you are planning to use the Trolltech Outlook connector, you will also need to enable
+TLS with Cyrus.
+
+openssl req -new -nodes -out req.pem -keyout key.pem  
+openssl rsa -in key.pem -out new.key.pem
+openssl x509 -in req.pem -out ca-cert -req -signkey new.key.pem -days 999 
+
+cp new.key.pem /etc/ssl/certs/cyrus.pem
+rm new.key.pem
+cat ca-cert >> /etc/ssl/certs/cyrus.pem
+
+chown cyrus:mail /etc/ssl/certs/cyrus.pem
+chmod 600 /etc/ssl/certs/cyrus.pem # Your key should be protected
+
+edit /etc/imapd.conf and change the following lines
+
+tls_ca_file: /etc/ssl/certs/cyrus.pem
+tls_cert_file: /etc/ssl/certs/cyrus.pem
+tls_key_file: /etc/ssl/certs/cyrus.pem
+
+
+
+11. Updating this document
+--------------
+
+To update this document, you need to download it from svn first.
+
+svn co svn://svn.debian.org/pkg-kolab/trunk/kolabd/debian/
+
+This will create a folder called debian which will include this README.Debian file.
+
+Make a backup copy of this file and edit it with any changes.
+
+Do a diff of the two files using 
+
+diff -u README.Debian.bak README.Debian > patch
+
+provide this patch in a bug-report.
+
+
 There is a partly adjusted bootstrap for Debian but its not working 100%
 at /usr/share/kolabd/kolab_bootstrap
 Patches to make this bootstrap working 100% are very welcome!:)
 
--- Noèl Köthe, noel at debian.org  Fri, 24 Feb 2006 14:05:53 +0100
+-- Steffen Jöris, <steffen.joeris at skolelinux.de>  Thu, 29 Jun 2006 11:32:53 +0200
 




More information about the pkg-kolab-devel mailing list