wilde: server/kolabd/kolabd/templates resmgr.conf.template.in, 1.24, 1.25

cvs at kolab.org cvs at kolab.org
Mon Aug 4 18:37:14 CEST 2008


Author: wilde

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

Modified Files:
	resmgr.conf.template.in 
Log Message:
Added new configuration variable to choose local delivery backend.
Added entries to release-notes for the new Dovecot LDA backend.


Index: resmgr.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/resmgr.conf.template.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- resmgr.conf.template.in	2 Apr 2008 17:32:55 -0000	1.24
+++ resmgr.conf.template.in	4 Aug 2008 16:37:12 -0000	1.25
@@ -48,6 +48,9 @@
 $conf['filter']['imap_server'] = '@@@local_addr@@@';
 @@@endif@@@
 
+/* Local delivery backend (default LMTP) */
+$conf['filter']['delivery_backend'] = 'LMTP';
+
 /* LMTP settings (Cyrus IMAPd usually offers LMTP on port 2003) */
 $conf['filter']['lmtp_host'] = '@@@local_addr@@@';
 $conf['filter']['lmtp_port'] = 2003;





More information about the commits mailing list