thomas: server/kolabd/kolabd/templates main.cf.template.in, 1.15, 1.16

cvs at kolab.org cvs at kolab.org
Wed May 9 12:16:26 CEST 2007


Author: thomas

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

Modified Files:
	main.cf.template.in 
Log Message:
Fix kolab/issue1560 (postfix modifies message/rfc822 MIME parts):
Tell postfix to not parse and modify headers of message/rfc822 attachments


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- main.cf.template.in	19 Apr 2007 17:26:31 -0000	1.15
+++ main.cf.template.in	9 May 2007 10:16:24 -0000	1.16
@@ -79,6 +79,9 @@
 #virtual_mailbox_maps = $virtual_maps
 local_recipient_maps = $virtual_maps, $alias_maps
 
+# Don't parse and modify headers of message/rfc822 attachments
+disable_mime_input_processing = yes
+
 ## only use local_transport or a higher recipent_limit if issue825 is fixed
 #   local delivery, not using postfix local(8)
 #local_transport = kolabmailboxfilter





More information about the commits mailing list