martin: server/kolab/kolab/templates main.cf.template,1.7,1.8

cvs at intevation.de cvs at intevation.de
Thu Jul 22 23:15:00 CEST 2004


Author: martin

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

Modified Files:
	main.cf.template 
Log Message:
Martin K.: remove default realm for uid when talking to sasl (required for uid and multi domain)


Index: main.cf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/main.cf.template,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- main.cf.template	18 Jun 2004 01:25:59 -0000	1.7
+++ main.cf.template	22 Jul 2004 21:14:57 -0000	1.8
@@ -115,7 +115,11 @@
 
 #smtpd_restriction_classes =
 smtpd_sasl_auth_enable = yes
-smtpd_sasl_local_domain = $myhostname
+
+# We want to allow for uids without any realm
+#smtpd_sasl_local_domain = $myhostname
+smtpd_sasl_local_domain =
+
 smtpd_sasl_security_options = noanonymous
 
 #





More information about the commits mailing list