martin: server/kolabd/kolabd/templates main.cf.template.in, 1.20, 1.21

cvs at kolab.org cvs at kolab.org
Wed Jan 7 10:18:56 CET 2009


Author: martin

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

Modified Files:
	main.cf.template.in 
Log Message:
Martin Konold: Made postfix message size limit configurable via LDAP while remaining backwards compatible. Gunnar will do the final testing


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- main.cf.template.in	6 Aug 2008 12:29:37 -0000	1.20
+++ main.cf.template.in	7 Jan 2009 09:18:54 -0000	1.21
@@ -14,10 +14,13 @@
 # this file is automatically written by the Kolab config backend
 # manual additions are lost unless made to the template in the Kolab config directory
 
-
 # postfix default is 10 240 000 Byte = 10.24 Megabyte, 
-# we use 20 Mebibyte = 20*2^20 Byte 
+# we use 20 Megabyte = 20*2^20 Byte as Kolab default
+@@@if postfix-message_size_limit@@@
+message_size_limit = @@@postfix-message_size_limit@@@
+@@@else@@@
 message_size_limit = 20971520
+@@@endif@@@
 
 #   paths
 command_directory = @sbindir@





More information about the commits mailing list