thomas: server/kolabd/kolabd/templates main.cf.template.in, 1.21, 1.22

cvs at kolab.org cvs at kolab.org
Fri Jan 30 13:00:51 CET 2009


Author: thomas

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

Modified Files:
	main.cf.template.in 
Log Message:
Renamed LDAP attribute postfix-message_size_limit to postfix-message-size-limit.

Otherwise slapd bails out with
/kolab/etc/openldap/schema/kolab2.schema: line 411: Invalid NAME: "postfix-message_size_limit"

>From reading the specs I expected that _ should work, too, but it does not.


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- main.cf.template.in	7 Jan 2009 09:18:54 -0000	1.21
+++ main.cf.template.in	30 Jan 2009 12:00:49 -0000	1.22
@@ -16,8 +16,8 @@
 
 # postfix default is 10 240 000 Byte = 10.24 Megabyte, 
 # we use 20 Megabyte = 20*2^20 Byte as Kolab default
-@@@if postfix-message_size_limit@@@
-message_size_limit = @@@postfix-message_size_limit@@@
+@@@if postfix-message-size-limit@@@
+message_size_limit = @@@postfix-message-size-limit@@@
 @@@else@@@
 message_size_limit = 20971520
 @@@endif@@@





More information about the commits mailing list