bernhard: server/kolabd/kolabd/templates main.cf.template,1.4,1.5

cvs at intevation.de cvs at intevation.de
Wed Jan 26 15:37:50 CET 2005


Author: bernhard

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

Modified Files:
	main.cf.template 
Log Message:
Added a new message_size_limit using 20 Mebibytes.
Reasons: It is a Proko2 wish. 
         Using a round value in a standard unit.
	 It serves as example for the setting.


Index: main.cf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- main.cf.template	14 Jan 2005 15:58:25 -0000	1.4
+++ main.cf.template	26 Jan 2005 14:37:48 -0000	1.5
@@ -9,6 +9,11 @@
 # 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 
+message_size_limit = 20971520
+
 #   paths
 command_directory = @l_prefix@/sbin
 daemon_directory = @l_prefix@/libexec/postfix





More information about the commits mailing list