martin: server/kolabd/kolabd/templates cyrus.conf.template.in, 1.1, 1.2 imapd.conf.template.in, 1.6, 1.7

cvs at kolab.org cvs at kolab.org
Thu Jul 13 00:58:48 CEST 2006


Author: martin

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

Modified Files:
	cyrus.conf.template.in imapd.conf.template.in 
Log Message:
Martin Konold: Add support for sieve based notifications https://intevation.de/roundup/kolab/issue1264


Index: cyrus.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/cyrus.conf.template.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cyrus.conf.template.in	13 Sep 2005 14:38:22 -0000	1.1
+++ cyrus.conf.template.in	12 Jul 2006 22:58:46 -0000	1.2
@@ -41,7 +41,7 @@
   lmtp          cmd="lmtpd -a" listen="127.0.0.1:2003"
 
   # this is only necessary if using notifications
-  # notify	cmd="notifyd" listen="/openpkg/var/imapd/socket/notify" proto="udp" prefork=1
+  notify	cmd="notifyd" listen="@imap_notify_socket@" proto="udp" prefork=1
 }
 
 EVENTS {

Index: imapd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/imapd.conf.template.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- imapd.conf.template.in	13 Feb 2006 02:59:43 -0000	1.6
+++ imapd.conf.template.in	12 Jul 2006 22:58:46 -0000	1.7
@@ -73,3 +73,7 @@
 userprefix: user
 sharedprefix: shared
 
+# add support for sieve based notifications
+notifysocket: @imap_notify_socket@
+sievenotifier: mailto
+mailnotifier: mailto






More information about the commits mailing list