thomas: server README.1st,1.37,1.38

cvs at kolab.org cvs at kolab.org
Fri Nov 10 17:31:14 CET 2006


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv12259

Modified Files:
	README.1st 
Log Message:
Docs for manually fixing ownership of postfix config files (for issue1433)


Index: README.1st
===================================================================
RCS file: /kolabrepository/server/README.1st,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- README.1st	9 Nov 2006 18:17:05 -0000	1.37
+++ README.1st	10 Nov 2006 16:31:12 -0000	1.38
@@ -202,7 +202,22 @@
 Upgrade from 2.1-beta-2
 -----------------------
 
-1. database format for annotations.db and mailboxes.db
+1. postfix: ownership of virtual and transport:
+
+The owner of two config files has to be root, otherwise postfix will
+change to an unprivileged user for creating the corresponding .db files,
+isn't able to write them after the upgrade and fails to create further
+database files which don't get generated from kolab templates.
+
+To correct the file owner, execute the following commands as root:
+  cd /kolab/etc/postfix
+  chown root transport virtual
+  make
+
+See kolab/issue1433 for details about this topic.
+
+
+2. imapd: database format for annotations.db and mailboxes.db
 
 The default database format for /kolab/var/imapd/annotations.db and
 /kolab/var/imapd/mailboxes.db has changed from skiplist to berkeley db.





More information about the commits mailing list