martin: server/kolabd/kolabd/templates main.cf.template.in, 1.19, 1.20

cvs at kolab.org cvs at kolab.org
Wed Aug 6 14:29:39 CEST 2008


Author: martin

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

Modified Files:
	main.cf.template.in 
Log Message:
Martin Konold: Added smtpd_sasl_authenticated_header = yes for simpler authorization. See also:
https://www.intevation.de/roundup/kolab/issue2961


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- main.cf.template.in	5 Mar 2008 17:13:15 -0000	1.19
+++ main.cf.template.in	6 Aug 2008 12:29:37 -0000	1.20
@@ -5,7 +5,7 @@
 KOLAB_META_END
 # (c) 2004 Steffen Hansen <steffen at klaralvdalens-datakonsult.se> (Klaralvdalens Datakonsult AB)
 # (c) 2003 Tassilo Erlewein <tassilo.erlewein at erfrakon.de>
-# (c) 2003 Martin Konold <martin.konold at erfrakon.de>
+# (c) 2003-2008 Martin Konold <martin.konold at erfrakon.de>
 # (c) 2003 Achim Frank <achim.frank at erfrakon.de>
 # This program is Free Software under the GNU General Public License (>=v2).
 # Read the file COPYING that comes with this packages for details.
@@ -169,5 +169,8 @@
 
 # Support broken clients like Microsoft Outlook Express 4.x which expect AUTH=LOGIN instead of AUTH LOGIN
 broken_sasl_auth_clients = yes
+
+# useful for checking authentication status esp. when using dynamic IPs for the sending client and doing authorization
+smtpd_sasl_authenticated_header = yes
 
 content_filter = kolabfilter





More information about the commits mailing list