gunnar: server/kolabd/kolabd/templates main.cf.template.in, 1.26, 1.27 master.cf.template.in, 1.29, 1.30

cvs at kolab.org cvs at kolab.org
Sun May 16 11:08:33 CEST 2010


Author: gunnar

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

Modified Files:
	main.cf.template.in master.cf.template.in 
Log Message:
        Adapt port policy.
        kolab/issue4311 (Activate port 587 for email submission)


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- main.cf.template.in	13 Dec 2009 18:04:37 -0000	1.26
+++ main.cf.template.in	16 May 2010 09:08:31 -0000	1.27
@@ -161,6 +161,7 @@
 	check_policy_service unix:private/kolabpolicy
 smtpd_sender_restrictions = permit_mynetworks,
 	check_policy_service unix:private/kolabpolicy
+submission_sender_restrictions = check_policy_service unix:private/kolabpolicy
 kolabpolicy_time_limit = 3600
 kolabpolicy_max_idle = 20
 

Index: master.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/master.cf.template.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- master.cf.template.in	27 Apr 2010 11:04:37 -0000	1.29
+++ master.cf.template.in	16 May 2010 09:08:31 -0000	1.30
@@ -22,6 +22,7 @@
   -o smtpd_enforce_tls=yes
   -o smtpd_sasl_auth_enable=yes
   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
+  -o smtpd_sender_restrictions=${submission_sender_restrictions}
 #628      inet  n       -       n       -       -       qmqpd
 pickup    fifo  n       -       n       60      1       pickup
 cleanup   unix  n       -       n       -       0       cleanup





More information about the commits mailing list