[pkg-kolab] r780 - kolabd/branches/2.2/debian

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Sat Mar 29 14:35:56 UTC 2008


Author: mparent-guest
Date: 2008-03-29 14:35:56 +0000 (Sat, 29 Mar 2008)
New Revision: 780

Modified:
   kolabd/branches/2.2/debian/README.Debian
   kolabd/branches/2.2/debian/changelog
Log:
Updated README.Debian: 
* Mention daemons to stop/start,
* Remove unneeded creation of cyrus mailboxes



Modified: kolabd/branches/2.2/debian/README.Debian
===================================================================
--- kolabd/branches/2.2/debian/README.Debian	2008-03-29 12:55:57 UTC (rev 779)
+++ kolabd/branches/2.2/debian/README.Debian	2008-03-29 14:35:56 UTC (rev 780)
@@ -60,8 +60,17 @@
 2. Bootstrap
 ------------
 
-Run
+Stop all daemons:
 
+# /etc/init.d/apache2 stop
+# /etc/init.d/kolabd stop
+# /etc/init.d/kolab-cyrus stop
+# /etc/init.d/postfix stop
+# /etc/init.d/saslauthd stop
+# /etc/init.d/slapd stop
+
+Run:
+
 # kolab_bootstrap -b
 
 This will ask you a number of questions and overwrite several
@@ -70,34 +79,26 @@
 what way.
 
 After kolab_bootstrap has finished, you can start all the daemons
-again that kolab_bootstrap had asked you to stop, in particular slapd,
-saslauthd, kolab-cyrus, and kolabd, ideally in that order.
+again:
 
+/etc/init.d/slapd start
+/etc/init.d/saslauthd start
+/etc/init.d/postfix start
+/etc/init.d/kolab-cyrus start
+/etc/init.d/kolabd start
+/etc/init.d/apache2 start
+
+
 You can test afterwards whether authentication is working as expected
 by using the testsaslauthd command, e.g.,
 
-# testsaslauthd -u manager -p PASSWORD.
+# testsaslauthd -u manager localhost.
 
 using the password that you configured in kolab_bootstrap.
 
 -------------------------------------------------------------------------------
 
-3. Cyrus IMAP Server
---------------------
-
-If everything is running and authentication is working, then you can
-start creating mailboxes:
-
-# cyradm --user manager localhost
-IMAP Password:
-              localhost> cm user/username at example.com
-localhost>
-
-At this point you are ready to access the Kolab accounts.
-
--------------------------------------------------------------------------------
-
-4. Web Administration Frontend
+3. Web Administration Frontend
 -------------------------------
 
 If you want the Web Administration frontend, install the package
@@ -106,7 +107,7 @@
 
 -------------------------------------------------------------------------------
 
-5. Enabling TLS for IMAP
+4. Enabling TLS for IMAP
 ------------------------
 
 If you are planning to use the Toltec Groupware Connector, you will
@@ -131,7 +132,7 @@
 
 -------------------------------------------------------------------------------
 
-6. Troubleshooting
+5. Troubleshooting
 ------------------
 
 If there are strange DB_ERROR entries in the /var/log/mail.log file

Modified: kolabd/branches/2.2/debian/changelog
===================================================================
--- kolabd/branches/2.2/debian/changelog	2008-03-29 12:55:57 UTC (rev 779)
+++ kolabd/branches/2.2/debian/changelog	2008-03-29 14:35:56 UTC (rev 780)
@@ -1,3 +1,11 @@
+kolabd (2.1.99+20080314.dfsg-3) experimental; urgency=low
+
+  * Updated README.Debian: 
+    - Mention daemons to stop/start,
+    - Remove unneeded creation of cyrus mailboxes
+
+ -- Mathieu Parent <math.parent at gmail.com>  Sat, 29 Mar 2008 15:34:45 +0100
+
 kolabd (2.1.99+20080314.dfsg-2) experimental; urgency=low
 
   * Use FDS LDAP Backend for Persistent searches




More information about the pkg-kolab-devel mailing list