noel 2003/07/16 08:02:51
Modified: src/conf Tag: branch_2_1_fcs james-config.xml
james-listmanager.xml james-liststores.xml
Log:
Added some comments to list server configuration
Revision Changes Path
No revision
No revision
1.40.2.13 +3 -1 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.12
retrieving revision 1.40.2.13
diff -u -r1.40.2.12 -r1.40.2.13
--- james-config.xml 3 Jul 2003 07:50:14 -0000 1.40.2.12
+++ james-config.xml 16 Jul 2003 15:02:45 -0000 1.40.2.13
@@ -191,6 +191,7 @@
-->
<!-- This is an example configuration including configuration for a list
server. -->
+ <!-- CHECKME: before uncommenting this, edit the configuration file's
contents -->
<!--
&listserverConfig;
-->
@@ -747,6 +748,7 @@
-->
<!-- This is an example configuration including configuration for a list
server. -->
+ <!-- CHECKME: before uncommenting this, edit the configuration file's
contents -->
<!--
&listserverStores;
-->
1.1.2.2 +5 -0 james-server/src/conf/Attic/james-listmanager.xml
Index: james-listmanager.xml
===================================================================
RCS file: /home/cvs/james-server/src/conf/Attic/james-listmanager.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- james-listmanager.xml 3 Jul 2003 07:50:14 -0000 1.1.2.1
+++ james-listmanager.xml 16 Jul 2003 15:02:48 -0000 1.1.2.2
@@ -1,4 +1,9 @@
+ <!-- Add a Manager and Processor for each list -->
+ <!-- TODO: add more examples -->
+ <!-- CHECKME: check the <resource> path -->
+
<mailet match="[EMAIL PROTECTED]" class="CommandListservManager">
+ <!-- CHECKME! -->
<!--resources-->
<resources>/opt/james/apps/james/conf/miResources.xml</resources>
<!-- general information -->
1.1.2.2 +4 -3 james-server/src/conf/Attic/james-liststores.xml
Index: james-liststores.xml
===================================================================
RCS file: /home/cvs/james-server/src/conf/Attic/james-liststores.xml,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- james-liststores.xml 3 Jul 2003 07:50:15 -0000 1.1.2.1
+++ james-liststores.xml 16 Jul 2003 15:02:48 -0000 1.1.2.2
@@ -1,5 +1,6 @@
<!-- Mailing list repositories -->
-
- <repository name="list-announce"
class="org.apache.james.userrepository.UsersFileRepository">
- <destination URL="file://var/lists/list-announce/"/>
+ <!-- Add a user repository for each list -->
+ <!-- TODO: add more examples -->
+ <repository name="list-test"
class="org.apache.james.userrepository.UsersFileRepository">
+ <destination URL="file://var/lists/list-test/"/>
</repository>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]