steffen: server/kolab/kolab/templates cyrus.conf.template, 1.1, 1.2 master.cf.template, 1.9, 1.10

cvs at intevation.de cvs at intevation.de
Fri Aug 20 01:28:54 CEST 2004


Author: steffen

Update of /kolabrepository/server/kolab/kolab/templates
In directory doto:/tmp/cvs-serv19866/kolab/kolab/templates

Modified Files:
	cyrus.conf.template master.cf.template 
Log Message:
Allow group accounts to receive regular mail (Issue319)

Index: cyrus.conf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/cyrus.conf.template,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cyrus.conf.template	7 Jun 2004 10:33:03 -0000	1.1
+++ cyrus.conf.template	19 Aug 2004 23:28:52 -0000	1.2
@@ -33,6 +33,7 @@
 
   # LMTP is required for delivery
   lmtpunix	cmd="lmtpd" listen="@l_prefix@/var/kolab/lmtp" prefork=0
+  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

Index: master.cf.template
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/templates/master.cf.template,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- master.cf.template	9 Aug 2004 16:11:02 -0000	1.9
+++ master.cf.template	19 Aug 2004 23:28:52 -0000	1.10
@@ -64,6 +64,7 @@
     -c @l_prefix@/etc/apache/php.ini
     -f @l_prefix@/etc/resmgr/resmgr.php 
     --
+    -s ${sender}
     -r ${recipient} 
     -g 
     -m RM_ACT_MANUAL_IF_CONFLICTS
@@ -71,5 +72,6 @@
     -c @l_prefix@/etc/apache/php.ini
     -f @l_prefix@/etc/resmgr/resmgr.php 
     --
+    -s ${sender}
     -r ${recipient} 
     -m RM_ACT_REJECT_IF_CONFLICTS





More information about the commits mailing list