thomas: server/kolabd/kolabd/templates main.cf.template.in, 1.23, 1.24 master.cf.template.in, 1.26, 1.27

cvs at kolab.org cvs at kolab.org
Thu May 14 12:58:35 CEST 2009


Author: thomas

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

Modified Files:
	main.cf.template.in master.cf.template.in 
Log Message:
Fix kolab/issue3549 (append_dot_mydomain allows circumventing kolabfilter-verify-from-header)


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- main.cf.template.in	17 Mar 2009 16:46:31 -0000	1.23
+++ main.cf.template.in	14 May 2009 10:58:33 -0000	1.24
@@ -56,6 +56,10 @@
 masquerade_classes = envelope_sender, envelope_recipient,
                      header_sender, header_recipient
 
+# See kolab/issue3549 (append_dot_mydomain allows circumventing kolabfilter-verify-from-header)
+append_dot_mydomain = no
+remote_header_rewrite_domain = domain.invalid
+
 #   smtp daemon
 #smtpd_banner = $myhostname ESMTP $mail_name
 @@@if bind_any@@@

Index: master.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/master.cf.template.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- master.cf.template.in	17 Mar 2009 16:46:31 -0000	1.26
+++ master.cf.template.in	14 May 2009 10:58:33 -0000	1.27
@@ -49,7 +49,7 @@
 #ifmail   unix  -       n       n       -       -       pipe flags=F user=ftn argv=@bindir@/ifmail -r $nexthop ($recipient)
 #bsmtp    unix  -       n       n       -       -       pipe flags=Fq. user=foo argv=@bindir@/bsmtp -f $sender $nexthop $recipient
 @@@bind_addr@@@:465       inet  n       -       n       -       -       smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes 
-post-cleanup unix  n    -       n       -       0       cleanup -o virtual_alias_maps=
+post-cleanup unix  n    -       n       -       0       cleanup -o virtual_alias_maps= -o masquerade_domains=
 smtp-amavis unix -	-	n	-	2       smtp
     -o smtp_data_done_timeout=1200
     -o smtp_send_xforward_command=yes





More information about the commits mailing list