steffen: server/kolabd/kolabd/templates main.cf.template, 1.8, 1.9 master.cf.template, 1.7, 1.8

cvs at intevation.de cvs at intevation.de
Tue May 17 12:25:21 CEST 2005


Author: steffen

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

Modified Files:
	main.cf.template master.cf.template 
Log Message:
updated to db from openpkg 2.3.0, better error-handling in filter scripts, and better alias handling in postfix (now the problematic ldap lookup for distribution lists really shows up)

Index: main.cf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- main.cf.template	5 Apr 2005 14:27:56 -0000	1.8
+++ main.cf.template	17 May 2005 10:25:19 -0000	1.9
@@ -152,7 +152,7 @@
 ldapdistlist_server_host = @@@ldap_uri@@@
 ldapdistlist_search_base = @@@user_dn_list@@@
 ldapdistlist_domain = $mydestination
-ldapdistlist_query_filter = (cn=%u)
+ldapdistlist_query_filter = (&(objectClass=kolabGroupOfNames)(mail=%s))
 ldapdistlist_special_result_attribute = member
 ldapdistlist_result_attribute = mail
 ldapdistlist_result_filter = %s

Index: master.cf.template
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/master.cf.template,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- master.cf.template	3 May 2005 02:12:50 -0000	1.7
+++ master.cf.template	17 May 2005 10:25:19 -0000	1.8
@@ -31,7 +31,7 @@
 #bsmtp    unix  -       n       n       -       -       pipe flags=Fq. user=foo argv=/kolab/bin/bsmtp -f $sender $nexthop $recipient
 465       inet  n       -       n       -       -       smtpd -v -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes 
 #587      inet  n       -       n       -       -       smtpd -v -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
-post-cleanup unix  n    -       n       -       0       cleanup 
+post-cleanup unix  n    -       n       -       0       cleanup -o virtual_maps=
 smtp-amavis unix -	-	n	-	2       smtp
     -o smtp_data_done_timeout=1200
     -o smtp_send_xforward_command=yes
@@ -58,7 +58,7 @@
 # from the automatic invitation handling script
 127.0.0.1:10026 inet n	-	n	-	-  smtpd
     -o content_filter=
-    -o cleanup_service_name=cleanup
+    -o cleanup_service_name=post-cleanup
     -o local_recipient_maps=
     -o relay_recipient_maps=
     -o smtpd_restriction_classes=





More information about the commits mailing list