pgoldstein 2002/09/04 10:05:38
Modified: src/conf james-config.xml
Log:
Some minor comment changes - spelling, spacing, and grammatical fixes.
Also adjusted error processor comments to properly refer to the error processor.
Revision Changes Path
1.29 +13 -13 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.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- james-config.xml 23 Aug 2002 06:09:42 -0000 1.28
+++ james-config.xml 4 Sep 2002 17:05:38 -0000 1.29
@@ -35,7 +35,7 @@
<servername>localhost</servername>
</servernames>
- <!-- Set whether user names are case sensitive or insensitive -->
+ <!-- Set whether user names are case sensitive or case insensitive -->
<!-- Set whether to enable local aliases -->
<usernames ignoreCase="TRUE" enableAliases="TRUE" enableForwarding="TRUE"/>
@@ -113,9 +113,9 @@
<passThrough> true </passThrough>
</mailet>
- <!-- If you want to notify the sender their message was marked as spam,
uncomment this -->
+ <!-- If you want to notify the sender their message generated an error,
uncomment this -->
<!--<mailet match="All" class="NotifySender"/>-->
- <!-- If you want to notify the postmaster that a message was marked as
spam, uncomment this -->
+ <!-- If you want to notify the postmaster that a message generated an
error, uncomment this -->
<!--<mailet match="All" class="NotifyPostmaster"/>-->
</processor>
@@ -125,7 +125,7 @@
<!-- Is the recipient is for a local account, deliver it locally -->
<mailet match="RecipientIsLocal" class="LocalDelivery"/>
- <!-- If the host is handled by this server and it did not get locally
delivered, this is an invalid recipient -->
+ <!-- If the host is handled by this server and it did not get locally
delivered, this is an invalid recipient -->
<mailet match="HostIsLocal" class="ToProcessor">
<processor>error</processor>
</mailet>
@@ -134,7 +134,7 @@
e.g. "RemoteAddrNotInNetwork=127.0.0.1, abc.de.*, 192.168.0.*"-->
<!-- This matcher-mailet pair can prevent relaying...
- if you change this, you risk making your mail server an open relay
point for spam.
+ if you change this, you risk making your mail server an open relay point
for spam.
NOTE 1: the order of matcher-mailets is important: it must come
after
valid local recipients have been dealt with but before any attempt
is
@@ -142,7 +142,7 @@
NOTE 2: Add your own network, if you want to relay mail outwards
- NOTE 3: If you use SMTP AUTH, you may want to comment this
+ NOTE 3: If you use SMTP AUTH, you may want to comment this out
so users who are on the road can still use the server -->
<mailet match="RemoteAddrNotInNetwork=127.0.0.1" class="ToProcessor">
@@ -211,9 +211,9 @@
<remotemanager>
<port>4555</port>
- <!-- uncomment this if you want to bind to a specific inetaddress -->
+ <!-- uncomment this if you want to bind to a specific inetaddress -->
<!--<bind> </bind>-->
- <!-- uncomment this if you want to use TLS (SSL) on this port -->
+ <!-- uncomment this if you want to use TLS (SSL) on this port -->
<!--<useTLS>true</useTLS>-->
<handler>
<!-- helloName is the single host name this instance of James will
@@ -407,7 +407,7 @@
</repositories>
<!-- Spool repository configuration -->
- <!-- The spool repository is a singular location where incoming mails are
temporarily stored before being processed.
+ <!-- The spool repository is the single location where incoming mails are
temporarily stored before being processed.
(ex. file://c:/james/spool/) -->
<!-- Default setting: file based repository - enter path ( :/// for absolute)
-->
<spoolRepository>
@@ -425,8 +425,8 @@
<users-store>
<!-- Configure User Repositories here.
User repositories are required for the following purposes:
- - hold information about Users of the James mail server
- - hold lists of users for the listserv mailet
+ - holding information about Users of the James mail server
+ - holding lists of users for the listserv mailet
Currently, 2 different storage options are available:
- file-based storage using Java serialisation
- database-backed storage
@@ -557,7 +557,7 @@
<name>default</name>
<!-- normal priority == 5, max-priority = 10 -->
<priority>5</priority>
- <!-- are threads deamon threads ? -->
+ <!-- are threads daemon threads ? -->
<is-daemon>false</is-daemon>
<max-threads>40</max-threads>
<!-- these are ignored at the moment but will be fixed in later revisions
-->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>