mathieu: server/kolabd/kolabd/templates access.template.in, NONE, 1.1 canonical.template.in, NONE, 1.1 relocated.template.in, NONE, 1.1 transport.template.in, 1.6, 1.7 virtual.template.in, 1.6, 1.7

cvs at kolab.org cvs at kolab.org
Mon Nov 17 19:28:43 CET 2008


Author: mathieu

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

Modified Files:
	transport.template.in virtual.template.in 
Added Files:
	access.template.in canonical.template.in relocated.template.in 
Log Message:
* templates/{transport.template.in,virtual.template.in}: postfix
lookup tables need to be updated on change.

* templates/{access.template.in,canonical.template.in,
relocated.template.in}, Makefile.am: added access, canonical and
relocated postfix maps (kolab/issue2550).



--- NEW FILE: access.template.in ---
KOLAB_META_START
TARGET=@emailserver_confdir@/access
PERMISSIONS=0640
OWNERSHIP=@emailserver_tables_usr@:@emailserver_grp@
RUNONCHANGE=@sbindir@/postmap -o @emailserver_confdir@/access
KOLAB_META_END
# (c) 2008 Mathieu Parent <math.parent at gmail.com>
# This program is Free Software under the GNU General Public License (>=v2).
# Read the file COPYING that comes with this packages for details.

# this file is automatically written by the Kolab config backend
# manual additions are lost unless made to the template in the Kolab config
# directory
# The template is  @sysconfdir@/kolab/templates/access.template

--- NEW FILE: canonical.template.in ---
KOLAB_META_START
TARGET=@emailserver_confdir@/canonical
PERMISSIONS=0640
OWNERSHIP=@emailserver_tables_usr@:@emailserver_grp@
RUNONCHANGE=@sbindir@/postmap -o @emailserver_confdir@/canonical
KOLAB_META_END
# (c) 2008 Mathieu Parent <math.parent at gmail.com>
# This program is Free Software under the GNU General Public License (>=v2).
# Read the file COPYING that comes with this packages for details.

# this file is automatically written by the Kolab config backend
# manual additions are lost unless made to the template in the Kolab config
# directory
# The template is  @sysconfdir@/kolab/templates/canonical.template

--- NEW FILE: relocated.template.in ---
KOLAB_META_START
TARGET=@emailserver_confdir@/relocated
PERMISSIONS=0640
OWNERSHIP=@emailserver_tables_usr@:@emailserver_grp@
RUNONCHANGE=@sbindir@/postmap -o @emailserver_confdir@/relocated
KOLAB_META_END
# (c) 2008 Mathieu Parent <math.parent at gmail.com>
# This program is Free Software under the GNU General Public License (>=v2).
# Read the file COPYING that comes with this packages for details.

# this file is automatically written by the Kolab config backend
# manual additions are lost unless made to the template in the Kolab config
# directory
# The template is  @sysconfdir@/kolab/templates/relocated.template

Index: transport.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/transport.template.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- transport.template.in	8 Jan 2007 21:28:14 -0000	1.6
+++ transport.template.in	17 Nov 2008 18:28:40 -0000	1.7
@@ -2,6 +2,7 @@
 TARGET=@emailserver_confdir@/transport
 PERMISSIONS=0640
 OWNERSHIP=@emailserver_tables_usr@:@emailserver_grp@
+RUNONCHANGE=@sbindir@/postmap -o @emailserver_confdir@/transport
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 # (c) 2003 Martin Konold <martin.konold at erfrakon.de>

Index: virtual.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/virtual.template.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- virtual.template.in	8 Jan 2007 21:28:14 -0000	1.6
+++ virtual.template.in	17 Nov 2008 18:28:40 -0000	1.7
@@ -2,6 +2,7 @@
 TARGET=@emailserver_confdir@/virtual
 PERMISSIONS=0640
 OWNERSHIP=@emailserver_tables_usr@:@emailserver_grp@
+RUNONCHANGE=@sbindir@/postmap -o @emailserver_confdir@/virtual
 KOLAB_META_END
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
 # (c) 2003 Martin Konold <martin.konold at erfrakon.de>





More information about the commits mailing list