You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2006/09/23 13:57:13 UTC

svn commit: r449220 - /james/server/trunk/src/site/xdoc/

Author: bago
Date: Sat Sep 23 04:57:12 2006
New Revision: 449220

URL: http://svn.apache.org/viewvc?view=rev&rev=449220
Log:
Updated internal links for suffix changes, renamed few more pages (JAMES-618)

Added:
    james/server/trunk/src/site/xdoc/design_objectives.xml
      - copied, changed from r449215, james/server/trunk/src/site/xdoc/design_objectives_2_3.xml
    james/server/trunk/src/site/xdoc/index.xml
      - copied, changed from r449215, james/server/trunk/src/site/xdoc/documentation_2_3.xml
Removed:
    james/server/trunk/src/site/xdoc/design_objectives_2_3.xml
    james/server/trunk/src/site/xdoc/documentation_2_3.xml
Modified:
    james/server/trunk/src/site/xdoc/adding_users.xml
    james/server/trunk/src/site/xdoc/custom_mailet.xml
    james/server/trunk/src/site/xdoc/custom_matcher.xml
    james/server/trunk/src/site/xdoc/installation_instructions.xml
    james/server/trunk/src/site/xdoc/mailet_api.xml
    james/server/trunk/src/site/xdoc/mailing_lists.xml
    james/server/trunk/src/site/xdoc/provided_mailets.xml
    james/server/trunk/src/site/xdoc/provided_matchers.xml
    james/server/trunk/src/site/xdoc/serverwide_configuration.xml
    james/server/trunk/src/site/xdoc/spoolmanager.xml
    james/server/trunk/src/site/xdoc/spoolmanager_configuration.xml
    james/server/trunk/src/site/xdoc/summary.xml
    james/server/trunk/src/site/xdoc/using_database.xml

Modified: james/server/trunk/src/site/xdoc/adding_users.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/adding_users.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/adding_users.xml (original)
+++ james/server/trunk/src/site/xdoc/adding_users.xml Sat Sep 23 04:57:12 2006
@@ -31,7 +31,7 @@
 <subsection name="Before You Add Accounts">
 <p>In James, user accounts are created throught the RemoteManager.  So, after installation is complete, the first step to adding users 
 is to configure the RemoteManager.  More information on RemoteManager configuration can be found 
-<a href="remotemanager_configuration_2_3.html">here</a>.  You will need to have configured at least one administrator account and 
+<a href="remotemanager_configuration.html">here</a>.  You will need to have configured at least one administrator account and 
 ensured that the RemoteManager is enabled.</p>
 <p>Also, you need to make sure that your user repository configuration is correct before adding any users.  If 
 you change your user repository type (i.e. file to database) or the configuration of your user repository 

Modified: james/server/trunk/src/site/xdoc/custom_mailet.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/custom_mailet.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/custom_mailet.xml (original)
+++ james/server/trunk/src/site/xdoc/custom_mailet.xml Sat Sep 23 04:57:12 2006
@@ -36,7 +36,7 @@
 <p>In general, the only four methods that you should need to implement are init(), destroy(), 
 getMailetInfo(), and service(Mail).  And only the last is required in all cases.</p>
 <subsection name="Configuration">
-<p>As described in the <a href="spoolmanager_configuration_2_3.html">SpoolManager configuration 
+<p>As described in the <a href="spoolmanager_configuration.html">SpoolManager configuration 
 section</a>, mailets are configured with a set of String (name, value) pairs.  These values are
 passed into the Mailet upon initialization (although the details of this process are hidden by 
 the GenericMailet implementation).  GenericMailet provides access to this configuration 
@@ -91,7 +91,7 @@
 <p>
 1a. Download the source distribution, add a jar file containing the custom files to the lib 
 directory of the unpacked source distribution, and build a new .sar file by following the 
-directions <a href="build_instructions_2_3.html">here</a>.  This new .sar file will now 
+directions <a href="build_instructions.html">here</a>.  This new .sar file will now 
 include your custom classes.
 </p>
 <p>
@@ -127,11 +127,11 @@
 </subsection>
 <subsection name="James Configuration">
 <p>Configuration of the processor chain is discussed 
-<a href="spoolmanager_configuration_2_3.html">elsewhere</a> in this documentation.  The 
+<a href="spoolmanager_configuration.html">elsewhere</a> in this documentation.  The 
 details of configuring mailet deployment is discussed at length.  Here we will only comment 
 that it is important to add the appropriate mailet package for your custom mailet to the 
 &lt;mailetpackages&gt; list and that the name of your mailet should not conflict with any of 
-the mailets described <a href="provided_mailets_2_3.html">here</a>.
+the mailets described <a href="provided_mailets.html">here</a>.
 </p>
 </subsection>
 </section>

Modified: james/server/trunk/src/site/xdoc/custom_matcher.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/custom_matcher.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/custom_matcher.xml (original)
+++ james/server/trunk/src/site/xdoc/custom_matcher.xml Sat Sep 23 04:57:12 2006
@@ -102,7 +102,7 @@
 <p>
 1a. Download the source distribution, add a jar file containing the custom files to the lib 
 directory of the unpacked source distribution, and build a new .sar file by following the 
-directions <a href="build_instructions_2_3.html">here</a>.  This new .sar file will now 
+directions <a href="build_instructions.html">here</a>.  This new .sar file will now 
 include your custom classes.
 </p>
 <p>
@@ -138,11 +138,11 @@
 </subsection>
 <subsection name="James Configuration">
 <p>Configuration of the processor chain is discussed 
-<a href="spoolmanager_configuration_2_3.html">elsewhere</a> in this documentation.  The 
+<a href="spoolmanager_configuration.html">elsewhere</a> in this documentation.  The 
 details of configuring matcher deployment is discussed at length.  Here we will only comment 
 that it is important to add the appropriate matcher package for your custom matcher to the 
 &lt;matcherpackages&gt; list and that the name of your matcher should not conflict with any of 
-the matchers described <a href="provided_matchers_2_3.html">here</a>.
+the matchers described <a href="provided_matchers.html">here</a>.
 </p>
 </subsection>
 </section>

Copied: james/server/trunk/src/site/xdoc/design_objectives.xml (from r449215, james/server/trunk/src/site/xdoc/design_objectives_2_3.xml)
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/design_objectives.xml?view=diff&rev=449220&p1=james/server/trunk/src/site/xdoc/design_objectives_2_3.xml&r1=449215&p2=james/server/trunk/src/site/xdoc/design_objectives.xml&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/design_objectives_2_3.xml (original)
+++ james/server/trunk/src/site/xdoc/design_objectives.xml Sat Sep 23 04:57:12 2006
@@ -57,7 +57,7 @@
        systems. Examples of the services a Mailet might provide include: a
        mail-to-fax or mail-to-phone transformer, a filter, a language translator, a mailing
        list manager, etc. Several Mailets are included in the JAMES
-       distribution (see <a href="documentation_2_3.html">documentation</a>).</p>
+       distribution (see <a href="documentation.html">documentation</a>).</p>
         <p>
           <i>
             <b>Resource abstraction</b>

Copied: james/server/trunk/src/site/xdoc/index.xml (from r449215, james/server/trunk/src/site/xdoc/documentation_2_3.xml)
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/index.xml?view=diff&rev=449220&p1=james/server/trunk/src/site/xdoc/documentation_2_3.xml&r1=449215&p2=james/server/trunk/src/site/xdoc/index.xml&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/documentation_2_3.xml (original)
+++ james/server/trunk/src/site/xdoc/index.xml Sat Sep 23 04:57:12 2006
@@ -51,51 +51,50 @@
 <p>
 I. James Concepts
 <ul>
-<li><a href="summary_2_3.html">Summary</a></li>
-<li><a href="spoolmanager_2_3.html">SpoolManager</a></li>
-<li><a href="repositories_2_3.html">Repositories</a></li>
-<li><a href="mailet_api_2_3.html">The Mailet API</a></li>
+<li><a href="summary.html">Summary</a></li>
+<li><a href="spoolmanager.html">SpoolManager</a></li>
+<li><a href="repositories.html">Repositories</a></li>
+<li><a href="mailet_api.html">The Mailet API</a></li>
 </ul>
 II. How To Build James
 <ul>
-<li><a href="build_instructions_2_3.html">Building James</a></li>
+<li><a href="build_instructions.html">Building James</a></li>
 </ul>
 III. How To Install James
 <ul>
-<li><a href="installation_instructions_2_3.html">Installing James</a></li>
+<li><a href="installation_instructions.html">Installing James</a></li>
 </ul>
 IV. Configuring James
 <ul>
-<li><a href="dns_configuration_2_3.html">DNS Server Configuration</a></li>
-<li><a href="pop3_configuration_2_3.html">POP3 Server Configuration</a></li>
-<li><a href="smtp_configuration_2_3.html">SMTP Server Configuration</a></li>
-<li><a href="nntp_configuration_2_3.html">NNTP Server Configuration</a></li>
-<li><a href="fetchmail_configuration_2_3.html">fetchMail Configuration</a></li>
-<li><a href="remotemanager_configuration_2_3.html">RemoteManager Configuration</a></li>
-<li><a href="repositories_2_3.html">Repository Configuration</a></li>
-<li><a href="spoolmanager_configuration_2_3.html">SpoolManager Configuration</a></li>
-<li><a href="serverwide_configuration_2_3.html">Server-wide Configuration</a></li>
-<li><a href="adding_users_2_3.html">Adding Users</a></li>
-<li><a href="provided_matchers_2_3.html">Provided Matchers</a></li>
-<li><a href="provided_mailets_2_3.html">Provided Mailets</a></li>
+<li><a href="dns_configuration.html">DNS Server Configuration</a></li>
+<li><a href="pop3_configuration.html">POP3 Server Configuration</a></li>
+<li><a href="smtp_configuration.html">SMTP Server Configuration</a></li>
+<li><a href="nntp_configuration.html">NNTP Server Configuration</a></li>
+<li><a href="fetchmail_configuration.html">fetchMail Configuration</a></li>
+<li><a href="remotemanager_configuration.html">RemoteManager Configuration</a></li>
+<li><a href="repositories.html">Repository Configuration</a></li>
+<li><a href="spoolmanager_configuration.html">SpoolManager Configuration</a></li>
+<li><a href="serverwide_configuration.html">Server-wide Configuration</a></li>
+<li><a href="adding_users.html">Adding Users</a></li>
+<li><a href="provided_matchers.html">Provided Matchers</a></li>
+<li><a href="provided_mailets.html">Provided Mailets</a></li>
 </ul>
 V. Common Configurations
 <ul>
-<li><a href="smtp_auth_2_3.html">Using SMTP AUTH</a></li>
-<li><a href="using_database_2_3.html">Using a Database with James</a></li>
-<li><a href="usingTLS_2_3.html">Using TLS/SSL</a></li>
+<li><a href="smtp_auth.html">Using SMTP AUTH</a></li>
+<li><a href="using_database.html">Using a Database with James</a></li>
+<li><a href="usingTLS.html">Using TLS/SSL</a></li>
 <li><a href="james_and_sendmail.html">James and Sendmail</a></li>
-<li><a href="mailing_lists_2_3.html">Creating Mailing Lists</a></li>
+<li><a href="mailing_lists.html">Creating Mailing Lists</a></li>
 </ul>
 VI. Customizing James
 <ul>
-<li><a href="custom_matcher_2_3.html">How to write a custom Matcher</a></li>
-<li><a href="custom_mailet_2_3.html">How to write a custom Mailet</a></li>
+<li><a href="custom_matcher.html">How to write a custom Matcher</a></li>
+<li><a href="custom_mailet.html">How to write a custom Mailet</a></li>
 </ul>
 V. Other Information
 <ul>
-<li><a href="FAQ.html">The James FAQ</a></li>
-<li><a href="upgrade_instructions_2_3.html">Upgrade James</a></li>
+<li><a href="upgrade_instructions.html">Upgrade James</a></li>
 </ul>
 </p>
 </subsection>

Modified: james/server/trunk/src/site/xdoc/installation_instructions.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/installation_instructions.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/installation_instructions.xml (original)
+++ james/server/trunk/src/site/xdoc/installation_instructions.xml Sat Sep 23 04:57:12 2006
@@ -76,20 +76,20 @@
 </p>
 <ul>
 <li>RemoteManager Administrator Account - Before the RemoteManager service can be used to add users to this server 
-installation an administrator account must be created.  More information can be found <a href="remotemanager_configuration_2_3.html">here</a>.</li>
+installation an administrator account must be created.  More information can be found <a href="remotemanager_configuration.html">here</a>.</li>
 <li>DNS Servers - James needs to have access to a DNS server for domain resolution.  The out of the box 
 configuration assumes that there is a DNS server on localhost.  In general administrators will have to change 
 the configuration to point to a valid DNS server.  This can be done by adjusting the dnsserver configuration 
-block in the config.xml.  More information can be found <a href="serverwide_configuration_2_3.html">here</a>.</li>
+block in the config.xml.  More information can be found <a href="serverwide_configuration.html">here</a>.</li>
 <li>Managed Domain Names/IP Addresses - Out of the box, James only handles mail that is sent to recipients at 
 localhost.  It will attempt to deliver all other email to remote SMTP servers.  To allow James to handle email 
 for your domain or IP address, you simply need to add the appropriate domain name or IP address to the servernames 
-section of the config.xml.  More information can be found <a href="serverwide_configuration_2_3.html">here</a>.</li>
-<li>Postmaster Address - More information can be found <a href="serverwide_configuration_2_3.html">here</a>.</li>
+section of the config.xml.  More information can be found <a href="serverwide_configuration.html">here</a>.</li>
+<li>Postmaster Address - More information can be found <a href="serverwide_configuration.html">here</a>.</li>
 </ul>
 <p>In addition to adjusting these parameters, you may wish to consult the documentation for a discussion of
 common configurations.  A list of such configurations, as well as the steps necessary to configure them, can
-be found <a href="documentation_2_3.html">here</a>.</p>
+be found <a href="documentation.html">here</a>.</p>
 </section>
 <section name="Starting James with Your Configuration">
 <p>Once you have edited the configuration file you will need to restart James so that the changes take 
@@ -98,7 +98,7 @@
 upon startup.</p>
 <p>Finally, after configuration is complete, it will be necessary to create user accounts before the James server 
 will be fully operational.  Instructions on creating user accounts can be found 
-<a href="adding_users_2_3.html">here</a>.</p>
+<a href="adding_users.html">here</a>.</p>
 </section>
 
 </body>

Modified: james/server/trunk/src/site/xdoc/mailet_api.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/mailet_api.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/mailet_api.xml (original)
+++ james/server/trunk/src/site/xdoc/mailet_api.xml Sat Sep 23 04:57:12 2006
@@ -42,8 +42,8 @@
 <p>The Mailet API is currently in its second revision.  Although, the Mailet API is expected to undergo substantial changes in the near future, it is our aim that existing Mailets that abided purely by the prior Mailet API interfaces will continue to run with the revised specification.</p>
 <p>The Javadoc for the Mailet API can be found <a href="apidocs/index.html">here</a>.</p>
 <p>James bundles a number of Matchers and Mailets in its distribution.  Descriptions of provided matchers 
-can be found <a href="provided_matchers_2_3.html">here</a>, while descriptions of provided mailets can be found 
-<a href="provided_mailets_2_3.html">here</a>.</p>
+can be found <a href="provided_matchers.html">here</a>, while descriptions of provided mailets can be found 
+<a href="provided_mailets.html">here</a>.</p>
 </section>
 </body>
 </document>

Modified: james/server/trunk/src/site/xdoc/mailing_lists.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/mailing_lists.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/mailing_lists.xml (original)
+++ james/server/trunk/src/site/xdoc/mailing_lists.xml Sat Sep 23 04:57:12 2006
@@ -43,19 +43,19 @@
 <p>You need to setup two mailets.</p>
 
 <p>The first mailet that you need to setup is an instance of the <a
-href="provided_mailets_2_3.html#AvalonListservManager">Avalon Listserv
+href="provided_mailets.html#AvalonListservManager">Avalon Listserv
 Manager</a> mailet.  This will handle subscribing and unsubscribing.
 [Note: the current code does not support confirmed opt-in, just basic
 commands.]  The <a
-href="provided_matchers_2_3.html#CommandForListserv">CommandForListserv</a>
+href="provided_matchers.html#CommandForListserv">CommandForListserv</a>
 matcher is used to invoke match messages containing commands for the
 mailing list.</p>
 
 <p>The second mailet is an instance of the <a
-href="provided_mailets_2_3.html#AvalonListserv">Avalon Listserv</a>
+href="provided_mailets.html#AvalonListserv">Avalon Listserv</a>
 mailet.  That mailet actually receives messages for the list and
 causes them to be distributed.  The <a
-href="provided_matchers_2_3.html#RecipientIs">RecipientIs</a> matcher
+href="provided_matchers.html#RecipientIs">RecipientIs</a> matcher
 is used to match messages intended for the mailing list.</p>
 
 <p>The following illustrates the two &lt;mailet&gt; elements that need to be added:</p>

Modified: james/server/trunk/src/site/xdoc/provided_mailets.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/provided_mailets.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/provided_mailets.xml (original)
+++ james/server/trunk/src/site/xdoc/provided_mailets.xml Sat Sep 23 04:57:12 2006
@@ -30,7 +30,7 @@
 <p>James provides a number of implemented Mailets for use by James administrators in their 
 configurations.  These are primarily mailets that members of the James developer or user 
 communities have found useful in their own configurations.  A description of how to configure 
-Mailets and use them in the James SpoolManager can be found <a href="spoolmanager_configuration_2_3.html">here</a>.</p>
+Mailets and use them in the James SpoolManager can be found <a href="spoolmanager_configuration.html">here</a>.</p>
 
 <subsection name="AddFooter">
 <p>Description: This mailet adds a text footer to the message.</p>

Modified: james/server/trunk/src/site/xdoc/provided_matchers.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/provided_matchers.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/provided_matchers.xml (original)
+++ james/server/trunk/src/site/xdoc/provided_matchers.xml Sat Sep 23 04:57:12 2006
@@ -30,7 +30,7 @@
 <p>James provides a number of implemented Matchers for use by James administrators in their 
 configurations.  These are primarily matchers that members of the James developer or user 
 communities have found useful in their own configurations.  A description of how to configure 
-Matchers and use them in the James SpoolManager can be found <a href="spoolmanager_configuration_2_3.html">here</a>.</p>
+Matchers and use them in the James SpoolManager can be found <a href="spoolmanager_configuration.html">here</a>.</p>
 
 <subsection name="All">
 <p>Description: This matcher is the trivial one - it matches all mails being processed. All recipients are returned.</p>

Modified: james/server/trunk/src/site/xdoc/serverwide_configuration.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/serverwide_configuration.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/serverwide_configuration.xml (original)
+++ james/server/trunk/src/site/xdoc/serverwide_configuration.xml Sat Sep 23 04:57:12 2006
@@ -61,7 +61,7 @@
 <li><strong>repository</strong> - this defines the mail repository that will be used to store 
 mail delivered locally.  This element has no body.  The required attribute <strong>type</strong> 
 is always set to "MAIL".  The required attribute <strong>repositoryURL</strong> addresses the
-repository as described in <a href="repositories_2_3.html">the repository configuration section</a>.</li>
+repository as described in <a href="repositories.html">the repository configuration section</a>.</li>
 </ul>
 </ul>
 </p>
@@ -89,7 +89,7 @@
 <subsection name="The Socketmanager Block">
 <p>This block controls the socket types available inside James.  Unless you are intending to enable SSL, it 
 shouldn't be necessary for you to adjust this block.  For modifications to this block that are required to
-enable TLS, see <a href="usingTLS_2_1.html">the using TLS section</a>.</p>
+enable TLS, see <a href="usingTLS.html">the using TLS section</a>.</p>
 </subsection>
 <subsection name="The Threadmanager Block">
 <p>This block controls the thread pools available inside James.  Only expert administators should modify 

Modified: james/server/trunk/src/site/xdoc/spoolmanager.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/spoolmanager.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/spoolmanager.xml (original)
+++ james/server/trunk/src/site/xdoc/spoolmanager.xml Sat Sep 23 04:57:12 2006
@@ -49,7 +49,7 @@
 and that message is processed by the mailet.  The recipients for the other mail are set to the
 non-matching recipients, and that message is not processed by the mailet.</p>
 
-<p>More on matchers and mailets can be found <a href="mailet_api_2_3.html">here</a>.</p>
+<p>More on matchers and mailets can be found <a href="mailet_api.html">here</a>.</p>
 
 <p>One level up from the matchers and mailets are the processors.  Each processor 
 is a list of matcher/mailet pairs.  During mail processing, mail messages will be 
@@ -72,7 +72,7 @@
 the processor tree until they reach the end of a processor or are marked completed 
 by a mailet.</p>
 
-<p>More on configuration of the SpoolManager can be found <a href="spoolmanager_configuration_2_3.html">here</a>.</p>
+<p>More on configuration of the SpoolManager can be found <a href="spoolmanager_configuration.html">here</a>.</p>
 
 <p>Much of the power of James lies in the SpoolManager component.  Custom matchers and 
 mailets can be easily developed to address an administrator's particular needs.  The 

Modified: james/server/trunk/src/site/xdoc/spoolmanager_configuration.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/spoolmanager_configuration.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/spoolmanager_configuration.xml (original)
+++ james/server/trunk/src/site/xdoc/spoolmanager_configuration.xml Sat Sep 23 04:57:12 2006
@@ -96,7 +96,7 @@
 would be passed to the matcher.  The Mailet of the pair will be an instance of ToProcessor, and it will be passed the (name, value) 
 pair of ("processor", "spam").</p>
 <p>James includes a number of pre-packaged Mailets and Matchers.  A list of provided Mailets may be found 
-<a href="provided_mailets_2_3.html">here</a>.  A list of provided Matchers may be found <a href="provided_matchers_2_3.html">here</a>.</p>
+<a href="provided_mailets.html">here</a>.  A list of provided Matchers may be found <a href="provided_matchers.html">here</a>.</p>
 </subsection>
 </section>
 </body>

Modified: james/server/trunk/src/site/xdoc/summary.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/summary.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/summary.xml (original)
+++ james/server/trunk/src/site/xdoc/summary.xml Sat Sep 23 04:57:12 2006
@@ -52,7 +52,7 @@
 POP3 clients.  In addition, James can be configured to require SSL/TLS connections for
 POP3 client connecting to the server.</p>
 
-<p>More information on configuring the POP3 service can be found <a href="pop3_configuration_2_3.html">here</a>.</p>
+<p>More information on configuring the POP3 service can be found <a href="pop3_configuration.html">here</a>.</p>
 
 </section>
 <section name="SMTP Service">
@@ -62,7 +62,7 @@
 with support for some optional features such as message size limits, SMTP auth, and encrypted 
 client/server communication.</p>
 
-<p>More information on configuring the SMTP service can be found <a href="smtp_configuration_2_3.html">here</a>.</p>
+<p>More information on configuring the SMTP service can be found <a href="smtp_configuration.html">here</a>.</p>
 
 </section>
 <section name="NNTP Service">
@@ -72,7 +72,7 @@
 repository for storing news messages.  The server implementation is simple and straightforward, but 
 supports some additional features such as NNTP authentication and encrypted client/server communication.</p>
 
-<p>More information on configuring the NNTP service can be found <a href="nntp_configuration_2_3.html">here</a>.</p>
+<p>More information on configuring the NNTP service can be found <a href="nntp_configuration.html">here</a>.</p>
 
 </section>
 <section name="FetchMail">
@@ -82,7 +82,7 @@
 servers and deliver them to the local spool.  This is useful for consolidating mail delivered to a
 number of accounts on different machines to a single account.</p>
 
-<p>More information on configuring FetchMail can be found <a href="fetchpop_configuration_2_3.html">here</a>.</p>
+<p>More information on configuring FetchMail can be found <a href="fetchpop_configuration.html">here</a>.</p>
 </section>
 <section name="The SpoolManager, Matchers, and Mailets">
 
@@ -91,7 +91,7 @@
 SpoolManager component is James' mail processing engine.  James' SpoolManager component 
 is a Mailet container.  It is these mailets and matchers that actually carry out mail processing.</p>
 
-<p>More on the structure of the SpoolManager and the Mailet API can be found <a href="spoolmanager_2_3.html">here</a>.</p>
+<p>More on the structure of the SpoolManager and the Mailet API can be found <a href="spoolmanager.html">here</a>.</p>
 
 </section>
 <section name="Repositories">
@@ -109,7 +109,7 @@
 <p>James provides a simple telnet-based interface for control.  Through this interface you can add 
 and delete users, configure per-user aliases and forward addresses, and shut down the server.</p>
 
-<p>More on the configuring the RemoteManager can be found <a href="remotemanager_configuration_2_3.html">here</a>.</p>
+<p>More on the configuring the RemoteManager can be found <a href="remotemanager_configuration.html">here</a>.</p>
 
 </section>
 </body>

Modified: james/server/trunk/src/site/xdoc/using_database.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/using_database.xml?view=diff&rev=449220&r1=449219&r2=449220
==============================================================================
--- james/server/trunk/src/site/xdoc/using_database.xml (original)
+++ james/server/trunk/src/site/xdoc/using_database.xml Sat Sep 23 04:57:12 2006
@@ -69,7 +69,7 @@
 would then use the db: or dbfile: prefix instead of the file: prefix
 for a particular repository.  You are currently free to mix and match
 your use of these different storage types for different repositories.
-See <a href="repositories_2_3.html">Repository Configuration</a> for
+See <a href="repositories.html">Repository Configuration</a> for
 more details.  A sample configuration is described below.</p>
 
 </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org