thomas: server/kolabd/kolabd/templates ldaptransport.cf.template.in, 1.1, 1.2 main.cf.template.in, 1.22, 1.23 master.cf.template.in, 1.25, 1.26

cvs at kolab.org cvs at kolab.org
Tue Mar 17 17:46:33 CET 2009


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv9657/kolabd/kolabd/templates

Modified Files:
	ldaptransport.cf.template.in main.cf.template.in 
	master.cf.template.in 
Log Message:
Use RUNONCHANGE mechanism for postfix reload and postmap.

Adding entries to virtual.template and transport.template from LDAP ist the
remaining postfix handling in kolabconf.

header_checks.template, ldapdistlist.cf.template and ldapvirtual.cf.template.in
need no RUNONCHANGE, because
- regexp or ldap tables do not need postmap
- they are used by the short-living cleanup, no postfix reload needed


Index: ldaptransport.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/ldaptransport.cf.template.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ldaptransport.cf.template.in	13 Sep 2005 14:38:22 -0000	1.1
+++ ldaptransport.cf.template.in	17 Mar 2009 16:46:31 -0000	1.2
@@ -2,6 +2,7 @@
 TARGET=@emailserver_confdir@/ldaptransport.cf
 PERMISSIONS=0640
 OWNERSHIP=@emailserver_usr@:@emailserver_grp@
+RUNONCHANGE=@KOLABRC@ rc postfix reload
 KOLAB_META_END
 # (c) 2005 Steffen Hansen <steffen at klaralvdalens-datakonsult.se> (Klaralvdalens Datakonsult AB)
 #

Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- main.cf.template.in	30 Jan 2009 12:00:49 -0000	1.22
+++ main.cf.template.in	17 Mar 2009 16:46:31 -0000	1.23
@@ -2,6 +2,7 @@
 TARGET=@emailserver_confdir@/main.cf
 PERMISSIONS=0644
 OWNERSHIP=@emailserver_usr@:@emailserver_grp@
+RUNONCHANGE=@KOLABRC@ rc postfix reload
 KOLAB_META_END
 # (c) 2004 Steffen Hansen <steffen at klaralvdalens-datakonsult.se> (Klaralvdalens Datakonsult AB)
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>

Index: master.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/master.cf.template.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- master.cf.template.in	8 Nov 2008 11:59:28 -0000	1.25
+++ master.cf.template.in	17 Mar 2009 16:46:31 -0000	1.26
@@ -2,6 +2,7 @@
 TARGET=@emailserver_confdir@/master.cf
 PERMISSIONS=0640
 OWNERSHIP=@emailserver_usr@:@emailserver_grp@
+RUNONCHANGE=@KOLABRC@ rc postfix reload
 KOLAB_META_END
 # (c) 2004 Steffen Hansen <steffen at klaralvdalens-datakonsult.se> (Klaralvdalens Datakonsult AB)
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>





More information about the commits mailing list