wilde: server/kolabd/kolabd/templates main.cf.template.in,1.24,1.25

cvs at kolab.org cvs at kolab.org
Thu Nov 26 16:01:20 CET 2009


Author: wilde

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

Modified Files:
	main.cf.template.in 
Log Message:
Disallow NUL in mails. kolab/issue3594

Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- main.cf.template.in	14 May 2009 10:58:33 -0000	1.24
+++ main.cf.template.in	26 Nov 2009 15:01:18 -0000	1.25
@@ -181,4 +181,8 @@
 # useful for checking authentication status esp. when using dynamic IPs for the sending client and doing authorization
 smtpd_sasl_authenticated_header = yes
 
+# Verbatim NUL bytes violate RfC 2822 and later and dont work with IMAP.
+# So we reject messages containing them (see kolab/issue3594).
+message_reject_characters = \0
+
 content_filter = kolabfilter





More information about the commits mailing list