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

cvs at kolab.org cvs at kolab.org
Thu Apr 19 19:26:33 CEST 2007


Author: thomas

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

Modified Files:
	main.cf.template.in 
Log Message:
Reformatted smtpd_recipient_restrictions and smtpd_sender_restrictions

While this doesn't fix a bug, it makes these lines easier to understand and
maintain, e.g. when you want to insert permit_sasl_authenticated in
smtpd_sender_restrictions.


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- main.cf.template.in	22 Mar 2007 18:12:52 -0000	1.14
+++ main.cf.template.in	19 Apr 2007 17:26:31 -0000	1.15
@@ -137,9 +137,11 @@
 #   authentication via sasl
 
 ## Kolab Policy Server
-smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,
-	reject_unauth_destination, reject_unlisted_recipient, check_policy_service unix:private/kolabpolicy
-smtpd_sender_restrictions = permit_mynetworks, check_policy_service unix:private/kolabpolicy
+smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
+	reject_unauth_destination, reject_unlisted_recipient,
+	check_policy_service unix:private/kolabpolicy
+smtpd_sender_restrictions = permit_mynetworks,
+	check_policy_service unix:private/kolabpolicy
 kolabpolicy_time_limit = 3600
 kolabpolicy_max_idle = 20
 





More information about the commits mailing list