serge 01/10/31 06:44:03
Modified: src/conf james-config.xml
Log:
Commented-out TDS datasource, removed aged listserv classes, and removed trailing
dots on mailet/matcher packages.
Revision Changes Path
1.17 +5 -19 jakarta-james/src/conf/james-config.xml
Index: james-config.xml
===================================================================
RCS file: /home/cvs/jakarta-james/src/conf/james-config.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- james-config.xml 2001/10/31 14:30:17 1.16
+++ james-config.xml 2001/10/31 14:44:03 1.17
@@ -13,8 +13,8 @@
CONFIRM? comment in the left
margin.
- This is $Revision: 1.16 $
- Committed on $Date: 2001/10/31 14:30:17 $ by: $Author: serge $
+ This is $Revision: 1.17 $
+ Committed on $Date: 2001/10/31 14:44:03 $ by: $Author: serge $
-->
<config>
@@ -75,10 +75,10 @@
<!-- Set the packages from which to load mailets and matches -->
<mailetpackages>
- <mailetpackage>org.apache.james.transport.mailets.</mailetpackage>
+ <mailetpackage>org.apache.james.transport.mailets</mailetpackage>
</mailetpackages>
<matcherpackages>
- <matcherpackage>org.apache.james.transport.matchers.</matcherpackage>
+ <matcherpackage>org.apache.james.transport.matchers</matcherpackage>
</matcherpackages>
<!-- Processor CONFIGURATION SAMPLE:
@@ -118,20 +118,6 @@
<mailet match="RecipientIs=badboy@badhost" class="Null">
</mailet>
- <!-- Sample listserv wrapping a local avalon list of users. -->
- <mailet match="CommandForListserv=james@localhost"
- class="AvalonListservManager">
- <repositoryName>list-james</repositoryName>
- </mailet>
-
- <mailet match="RecipientIs=james@localhost" class="AvalonListserv">
- <membersonly> false </membersonly>
- <attachmentsallowed> true </attachmentsallowed>
- <replytolist> true </replytolist>
- <repositoryName>list-james</repositoryName>
- <subjectprefix>JamesList</subjectprefix>
- </mailet>
-
<!-- Sends remaining mails to the transport processor for either
local or remote delivery -->
<mailet match="All" class="ToProcessor">
@@ -556,7 +542,6 @@
<user>username</user>
<password>password</password>
</data-source>
- -->
<data-source name="maildb"
class="org.apache.avalon.excalibur.datasource.JdbcDataSource">
<driver>com.inet.tds.TdsDriver</driver>
@@ -564,6 +549,7 @@
<user>sa_james</user>
<password>blahblah</password>
</data-source>
+ -->
</data-sources>
</database-connections>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>