noel 2003/10/19 20:14:15
Modified: src/conf Tag: branch_2_1_fcs james-config.xml
Log:
moved list server configuration to transport processor
Revision Changes Path
No revision
No revision
1.40.2.19 +7 -7 james-server/src/conf/james-config.xml
Index: james-config.xml
===================================================================
RCS file: /home/cvs/james-server/src/conf/james-config.xml,v
retrieving revision 1.40.2.18
retrieving revision 1.40.2.19
diff -u -r1.40.2.18 -r1.40.2.19
--- james-config.xml 21 Sep 2003 20:03:36 -0000 1.40.2.18
+++ james-config.xml 20 Oct 2003 03:14:15 -0000 1.40.2.19
@@ -212,12 +212,6 @@
<mailet match="[EMAIL PROTECTED]" class="Null"/>
-->
- <!-- This is an example configuration including configuration for a list
server. -->
- <!-- CHECKME: before uncommenting this, edit the configuration file's
contents -->
- <!--
- &listserverConfig;
- -->
-
<!-- Send remaining mails to the transport processor for either local or
remote delivery -->
<mailet match="All" class="ToProcessor">
<processor> transport </processor>
@@ -253,6 +247,12 @@
<!-- Processor CONFIGURATION SAMPLE: transport is a sample custom processor
for local or -->
<!-- remote delivery -->
<processor name="transport">
+
+ <!-- This is an example configuration including configuration for a list
server. -->
+ <!-- CHECKME: before uncommenting this, edit the configuration file's
contents -->
+ <!--
+ &listserverConfig;
+ -->
<!-- Is the recipient is for a local account, deliver it locally -->
<mailet match="RecipientIsLocal" class="LocalDelivery"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]