steffen: server/kolab/kolab/templates master.cf.template,1.8,1.9

cvs at intevation.de cvs at intevation.de
Mon Aug 9 18:11:04 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv22939/kolab/kolab/templates

Modified Files:
	master.cf.template 
Log Message:
optionally allow unauthenticated smtp clients to send mail from other domains

Index: master.cf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/master.cf.template,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- master.cf.template	4 Aug 2004 02:38:46 -0000	1.8
+++ master.cf.template	9 Aug 2004 16:11:02 -0000	1.9
@@ -50,12 +50,16 @@
     -o smtpd_soft_error_limit=1001
     -o smtpd_hard_error_limit=1000
 kolabpolicy    unix  -       n       n       -       -       spawn user=@l_nusr@ argv=@l_prefix@/etc/kolab/kolab_smtpdpolicy 
-    -v -ldap @@@ldap_uri@@@ 
+    -ldap @@@ldap_uri@@@ 
     -basedn @@@user_dn_list@@@
     -binddn @@@php_dn@@@
     -bindpw @@@php_pw@@@
     -domain @@@postfix-mydomain@@@
+@@@if postfix-allow-unauthenticated@@@
+    -allow-unauth
+@@@endif@@@
     -permithosts @@@kolabhost|join,@@@
+
 kolabgroup     unix  -       n       n       -       1       pipe user=kolab-n flags= argv=@l_prefix@/bin/php 
     -c @l_prefix@/etc/apache/php.ini
     -f @l_prefix@/etc/resmgr/resmgr.php 





More information about the commits mailing list