bernhard: server/kolabd/kolabd/templates main.cf.template.in, 1.10, 1.11

cvs at kolab.org cvs at kolab.org
Mon Sep 25 21:01:51 CEST 2006


Author: bernhard

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

Modified Files:
	main.cf.template.in 
Log Message:
* templates/main.cf.template.in: Moved recipient_delimiter = +
up because it also influences canonical, virtual and more.

Changed to directly use kolabmailboxfilter from local_transport
without local(8). This fixes kolab/issue824 and seems better
because local(8) will take aliases and .forward files into account.
This change was made in rev. 1.16 main.cf.template and got 
lost during autoconfiscation. Added example for an alternative
fix of issue824 keeping local(8).


Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- main.cf.template.in	28 Aug 2006 11:15:11 -0000	1.10
+++ main.cf.template.in	25 Sep 2006 19:01:49 -0000	1.11
@@ -64,6 +64,9 @@
 #                               check_client_access hash:@emailserver_confdir@/access,
 #                               check_relay_domains
 
+
+recipient_delimiter = +
+
 #   maps
 canonical_maps = hash:@emailserver_confdir@/canonical
 virtual_maps =  hash:@emailserver_confdir@/virtual, 
@@ -76,10 +79,11 @@
 #virtual_mailbox_maps = $virtual_maps
 local_recipient_maps = $virtual_maps, $alias_maps
 
-#   local delivery
-recipient_delimiter = +
-#mailbox_transport = lmtp:unix:@emailserver_socket@
-mailbox_transport = kolabmailboxfilter
+#   local delivery, not using postfix local(8)
+local_transport = kolabmailboxfilter
+#   alternatively with local(8), something like
+# mailbox_transport = kolabmailboxfilter
+# local_destination_recipient_limit = 20
 
 #TLS settings
 smtpd_use_tls = yes





More information about the commits mailing list