Author: eric
Date: Tue Nov 2 17:29:51 2010
New Revision: 1030137
URL: http://svn.apache.org/viewvc?rev=1030137&view=rev
Log:
Stupid rename of configure to config
Added:
james/server/trunk/src/site/xdoc/config.xml
- copied, changed from r1030090,
james/server/trunk/src/site/xdoc/configure.xml
james/server/trunk/src/site/xdoc/config_common.xml
- copied, changed from r1030090,
james/server/trunk/src/site/xdoc/configure_common.xml
james/server/trunk/src/site/xdoc/config_dns.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_dns.xml
james/server/trunk/src/site/xdoc/config_domainlist.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_domainlist.xml
james/server/trunk/src/site/xdoc/config_fetchmail.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_fetchmail.xml
james/server/trunk/src/site/xdoc/config_imap4.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_imap4.xml
james/server/trunk/src/site/xdoc/config_listmanager.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_listmanager.xml
james/server/trunk/src/site/xdoc/config_mailetcontainer.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_mailetcontainer.xml
james/server/trunk/src/site/xdoc/config_mailstores.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_mailstores.xml
james/server/trunk/src/site/xdoc/config_nntp.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_nntp.xml
james/server/trunk/src/site/xdoc/config_pop3.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_pop3.xml
james/server/trunk/src/site/xdoc/config_remotemanager.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_remotemanager.xml
james/server/trunk/src/site/xdoc/config_serverwide.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_serverwide.xml
james/server/trunk/src/site/xdoc/config_smtp_lmtp.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_smtp_lmtp.xml
james/server/trunk/src/site/xdoc/config_users.xml
- copied unchanged from r1030090,
james/server/trunk/src/site/xdoc/configure_users.xml
Removed:
james/server/trunk/src/site/xdoc/configure.xml
james/server/trunk/src/site/xdoc/configure_common.xml
james/server/trunk/src/site/xdoc/configure_dns.xml
james/server/trunk/src/site/xdoc/configure_domainlist.xml
james/server/trunk/src/site/xdoc/configure_fetchmail.xml
james/server/trunk/src/site/xdoc/configure_imap4.xml
james/server/trunk/src/site/xdoc/configure_listmanager.xml
james/server/trunk/src/site/xdoc/configure_mailetcontainer.xml
james/server/trunk/src/site/xdoc/configure_mailstores.xml
james/server/trunk/src/site/xdoc/configure_nntp.xml
james/server/trunk/src/site/xdoc/configure_pop3.xml
james/server/trunk/src/site/xdoc/configure_remotemanager.xml
james/server/trunk/src/site/xdoc/configure_serverwide.xml
james/server/trunk/src/site/xdoc/configure_smtp_lmtp.xml
james/server/trunk/src/site/xdoc/configure_users.xml
Modified:
james/server/trunk/src/site/site.xml
james/server/trunk/src/site/xdoc/dev_custom_mailet.xml
james/server/trunk/src/site/xdoc/dev_custom_matcher.xml
james/server/trunk/src/site/xdoc/dev_provided_mailets.xml
james/server/trunk/src/site/xdoc/dev_provided_matchers.xml
james/server/trunk/src/site/xdoc/feature_mailetcontainer.xml
james/server/trunk/src/site/xdoc/feature_summary.xml
james/server/trunk/src/site/xdoc/index.xml
james/server/trunk/src/site/xdoc/install.xml
Modified: james/server/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/site.xml (original)
+++ james/server/trunk/src/site/site.xml Tue Nov 2 17:29:51 2010
@@ -55,28 +55,29 @@
</menu>
<menu name="User Manual">
- <item name="1. Install James" href="/install.html" />
- <item name="2. Configure James" href="/configure.html" collapse="true" >
- <item name="Server-wide" href="/configure_serverwide.html" />
- <item name="Domain List" href="/configure_domainlist.html" />
- <item name="Users" href="/configure_users.html" />
- <item name="Mail Stores" href="/configure_mailstores.html" />
- <item name="DNS" href="/configure_dns.html" />
- <item name="IMAP4" href="/configure_imap4.html" />
- <item name="POP3" href="/configure_pop3.html" />
- <item name="SMTP LMTP" href="/configure_smtp_lmtp.html" />
- <item name="Mailet Container" href="/configure_mailetcontainer.html" />
- <item name="FetchMail" href="/configure_fetchmail.html" />
- <item name="Remote Manager" href="/configure_remotemanager.html" />
- <item name="List Manager" href="/configure_listmanager.html" />
- <item name="Common Configs" href="/configure_common.html" />
+ <item name="1. Quick Start" href="/quick_start.html" />
+ <item name="2. Install James" href="/install.html" />
+ <item name="3. Configure James" href="/configure.html" collapse="true" >
+ <item name="Server-wide" href="/config_serverwide.html" />
+ <item name="Domain List" href="/config_domainlist.html" />
+ <item name="Users" href="/config_users.html" />
+ <item name="Mail Stores" href="/config_mailstores.html" />
+ <item name="DNS" href="/config_dns.html" />
+ <item name="IMAP4" href="/config_imap4.html" />
+ <item name="POP3" href="/config_pop3.html" />
+ <item name="SMTP LMTP" href="/config_smtp_lmtp.html" />
+ <item name="Mailet Container" href="/config_mailetcontainer.html" />
+ <item name="FetchMail" href="/config_fetchmail.html" />
+ <item name="Remote Manager" href="/config_remotemanager.html" />
+ <item name="List Manager" href="/config_listmanager.html" />
+ <item name="Common Configs" href="/config_common.html" />
</item>
- <item name="3. Manage James" href="/manage.html" collapse="true" >
+ <item name="4. Manage James" href="/manage.html" collapse="true" >
<item name="Domains" href="/manage_domains.html" />
<item name="Users" href="/manage_users.html" />
<item name="Virtual Users" href="/manage_virtualusers.html" />
</item>
- <item name="4. Monitor James" href="/monitor.html" collapse="true" >
+ <item name="5. Monitor James" href="/monitor.html" collapse="true" >
<item name="Logging" href="/monitor_logging.html" />
<item name="JMX" href="/monitor_jmx.html" />
</item>
Copied: james/server/trunk/src/site/xdoc/config.xml (from r1030090,
james/server/trunk/src/site/xdoc/configure.xml)
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config.xml?p2=james/server/trunk/src/site/xdoc/config.xml&p1=james/server/trunk/src/site/xdoc/configure.xml&r1=1030090&r2=1030137&rev=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/configure.xml (original)
+++ james/server/trunk/src/site/xdoc/config.xml Tue Nov 2 17:29:51 2010
@@ -31,19 +31,19 @@
You can/must configure James for the following:</p>
<ul>
- <li><a href="configure_serverwide.html">Server-wide
Configuration</a></li>
- <li><a href="configure_domainlist.html">Domain List
Configuration</a></li>
- <li><a href="configure_users.html">Users Configuration</a></li>
- <li><a href="configure_mailstores.html">Mail Stores
Configuration</a></li>
- <li><a href="configure_dns.html">DNS Configuration</a></li>
- <li><a href="configure_imap4.html">IMAP4 Configuration</a></li>
- <li><a href="configure_pop3.html">POP3 Configuration</a></li>
- <li><a href="configure_smtp_lmtp.html">SMTP LMTP Configuration</a></li>
- <li><a href="configure_mailetcontainer.html">Mailet Container
Configuration</a></li>
- <li><a href="configure_fetchmail.html">FetchMail Configuration</a></li>
- <li><a href="configure_remotemanager.html">Remote Manager
Configuration</a></li>
- <li><a href="configure_listmanager.html">List Manager
Configuration</a></li>
- <li><a href="configure_common.html">Common Configuration</a></li>
+ <li><a href="config_serverwide.html">Server-wide Configuration</a></li>
+ <li><a href="config_domainlist.html">Domain List Configuration</a></li>
+ <li><a href="config_users.html">Users Configuration</a></li>
+ <li><a href="config_mailstores.html">Mail Stores Configuration</a></li>
+ <li><a href="config_dns.html">DNS Configuration</a></li>
+ <li><a href="config_imap4.html">IMAP4 Configuration</a></li>
+ <li><a href="config_pop3.html">POP3 Configuration</a></li>
+ <li><a href="config_smtp_lmtp.html">SMTP LMTP Configuration</a></li>
+ <li><a href="config_mailetcontainer.html">Mailet Container
Configuration</a></li>
+ <li><a href="config_fetchmail.html">FetchMail Configuration</a></li>
+ <li><a href="config_remotemanager.html">Remote Manager
Configuration</a></li>
+ <li><a href="config_listmanager.html">List Manager
Configuration</a></li>
+ <li><a href="config_common.html">Common Configuration</a></li>
</ul>
<subsection name="JMX on Windows">
Copied: james/server/trunk/src/site/xdoc/config_common.xml (from r1030090,
james/server/trunk/src/site/xdoc/configure_common.xml)
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config_common.xml?p2=james/server/trunk/src/site/xdoc/config_common.xml&p1=james/server/trunk/src/site/xdoc/configure_common.xml&r1=1030090&r2=1030137&rev=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/configure_common.xml (original)
+++ james/server/trunk/src/site/xdoc/config_common.xml Tue Nov 2 17:29:51 2010
@@ -240,9 +240,9 @@
<p>The remaining children should not need to be deleted or adjusted.</p>
</subsection>
<subsection name="Configuring a Service to Use TLS">
- <p>Each of the services - <a href="configure_smtp_lmpt.html">SMTP</a>,
- <a href="configure_pop3.html">POP3</a>,
- and <a href="configure_remotemanager.html">RemoteManager</a> - supports
use of TLS. Each of
+ <p>Each of the services - <a href="config_smtp_lmpt.html">SMTP</a>,
+ <a href="config_pop3.html">POP3</a>,
+ and <a href="config_remotemanager.html">RemoteManager</a> - supports use
of TLS. Each of
these services has an optional boolean configuration element <b>useTLS</b>
which is used to toggle
use of TLS for the service. When this value is set to true, that
particular service will use the "ssl"
server socket factory to spawn server sockets.</p>
Modified: james/server/trunk/src/site/xdoc/dev_custom_mailet.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev_custom_mailet.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev_custom_mailet.xml (original)
+++ james/server/trunk/src/site/xdoc/dev_custom_mailet.xml Tue Nov 2 17:29:51
2010
@@ -39,7 +39,7 @@ these can be easily overridden to provid
getMailetInfo(), and service(Mail). And only the last is required in all
cases.</p>
<subsection name="Configuration">
-<p>As described in the <a href="configure_mailetcontainer.html">SpoolManager
configuration
+<p>As described in the <a href="config_mailetcontainer.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
@@ -135,7 +135,7 @@ After that restart james.
<subsection name="James Configuration">
<p>Configuration of the processor chain is discussed
-<a href="configure_mailetcontainer.html">elsewhere</a> in this documentation.
The
+<a href="config_mailetcontainer.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
<mailetpackages> list and that the name of your mailet should not
conflict with any of
Modified: james/server/trunk/src/site/xdoc/dev_custom_matcher.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev_custom_matcher.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev_custom_matcher.xml (original)
+++ james/server/trunk/src/site/xdoc/dev_custom_matcher.xml Tue Nov 2 17:29:51
2010
@@ -147,7 +147,7 @@ After that restart james.
<subsection name="James Configuration">
<p>Configuration of the processor chain is discussed
-<a href="configure_mailetcontainer.html">elsewhere</a> in this documentation.
The
+<a href="config_mailetcontainer.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
<matcherpackages> list and that the name of your matcher should not
conflict with any of
Modified: james/server/trunk/src/site/xdoc/dev_provided_mailets.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev_provided_mailets.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev_provided_mailets.xml (original)
+++ james/server/trunk/src/site/xdoc/dev_provided_mailets.xml Tue Nov 2
17:29:51 2010
@@ -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="configure_mailetcontainer.html">here</a>.</p>
+Mailets and use them in the James SpoolManager can be found <a
href="config_mailetcontainer.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/dev_provided_matchers.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev_provided_matchers.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev_provided_matchers.xml (original)
+++ james/server/trunk/src/site/xdoc/dev_provided_matchers.xml Tue Nov 2
17:29:51 2010
@@ -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="configure_mailetcontainer.html">here</a>.</p>
+Matchers and use them in the James SpoolManager can be found <a
href="config_mailetcontainer.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/feature_mailetcontainer.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/feature_mailetcontainer.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/feature_mailetcontainer.xml (original)
+++ james/server/trunk/src/site/xdoc/feature_mailetcontainer.xml Tue Nov 2
17:29:51 2010
@@ -81,7 +81,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="configure_mailetcontainer.html">here</a>.</p>
+ <p>More on configuration of the SpoolManager can be found <a
href="config_mailetcontainer.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/feature_summary.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/feature_summary.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/feature_summary.xml (original)
+++ james/server/trunk/src/site/xdoc/feature_summary.xml Tue Nov 2 17:29:51
2010
@@ -47,7 +47,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="configure_smtp_lmtp.html">here</a>.</p>
+ <p>More information on configuring the SMTP service can be found <a
href="config_smtp_lmtp.html">here</a>.</p>
</subsection>
@@ -61,7 +61,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="configure_pop3.html">here</a>.</p>
+ <p>More information on configuring the POP3 service can be found <a
href="config_pop3.html">here</a>.</p>
</subsection>
@@ -75,7 +75,7 @@
IMAP4 clients. In addition, James can be configured to require SSL/TLS
connections for
IMAP4 client connecting to the server.</p>
- <p>More information on configuring the IMAP4 service can be found <a
href="configure_imap4.html">here</a>.</p>
+ <p>More information on configuring the IMAP4 service can be found <a
href="config_imap4.html">here</a>.</p>
</subsection>
@@ -86,7 +86,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="configure_fetchmail.html">here</a>.</p>
+ <p>More information on configuring FetchMail can be found <a
href="config_fetchmail.html">here</a>.</p>
</subsection>
@@ -97,7 +97,7 @@
SpoolManager component is James' mail processing engine. James'
SpoolManager component
is also called the 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="configure_mailetcontainer.html">here</a>.</p>
+ <p>More on the structure of the SpoolManager and the Mailet API can be
found <a href="config_mailetcontainer.html">here</a>.</p>
</subsection>
@@ -109,7 +109,7 @@
Stores/repositories contain messages that are still being processed.
Aside from what type of data they store,
repositories are distinguished by where they store data. There are
three types of storage - File, Database, and DBFile.</p>
- <p>More information the stores can be found <a
href="configure_mailstores.html">here</a>.</p>
+ <p>More information the stores can be found <a
href="config_mailstores.html">here</a>.</p>
</subsection>
@@ -118,7 +118,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="configure_remotemanager.html">here</a>.</p>
+ <p>More on the configuring the RemoteManager can be found <a
href="config_remotemanager.html">here</a>.</p>
</subsection>
Modified: james/server/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/index.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/index.xml (original)
+++ james/server/trunk/src/site/xdoc/index.xml Tue Nov 2 17:29:51 2010
@@ -61,7 +61,7 @@
James is based on currently available open protocols.</p>
<p>This documentation is intended to be an introduction to the
concepts behind the James usage, as well
- as a guide to <a href="install.html">install</a>, <a
href="configure.html">configure</a>
+ as a guide to <a href="install.html">install</a>, <a
href="config.html">configure</a>
and <a href="dev.html">develop</a> James server.</p>
<p>Download James Mail Server.</p>
@@ -112,7 +112,7 @@
<subsection name="Configureable">
- <p>Configure the stores,... via the well-known Spring framework -
<a href="configure.html">read more</a>.</p>
+ <p>Configure the stores,... via the well-known Spring framework -
<a href="config.html">read more</a>.</p>
<img src="images/conf/config_example.png" height="400px" />
Modified: james/server/trunk/src/site/xdoc/install.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/install.xml?rev=1030137&r1=1030136&r2=1030137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/install.xml (original)
+++ james/server/trunk/src/site/xdoc/install.xml Tue Nov 2 17:29:51 2010
@@ -49,7 +49,7 @@
<p>James needs by default 512 MB RAM, but may need more depending on the
load.</p>
- <p>On Linux, to run the startup/shutdown script via the 'james' commande,
you also need libc6
+ <p>On Linux, to run the startup/shutdown script via the 'james' command, you
also need <code>libc6</code>
(on Ubuntu for example: <code>sudo apt-get install libc6-i386
libc6-dev-i386</code>).</p>
</subsection>
@@ -58,7 +58,7 @@
<section name="Summary">
-<code>
+<source>
#Step 1: Get It
#Step 2: Deploy It
@@ -67,7 +67,7 @@
#Step 4: Start It Up
-</code>
+</source>
</section>
@@ -104,16 +104,16 @@
be appropriate for real-world servers. There are a few issues that should
be addressed immediately upon installation:</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="configure_remotemanager.html">here</a>.</li>
+ installation an administrator account must be created. More information
can be found <a href="config_remotemanager.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="configure_serverwide.html">here</a>.</li>
+ block in the config.xml. More information can be found <a
href="config_serverwide.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="configure_serverwide.html">here</a>.</li>
- <li>Postmaster Address - More information can be found <a
href="configure_serverwide.html">here</a>.</li>
+ section of the config.xml. More information can be found <a
href="config_serverwide.html">here</a>.</li>
+ <li>Postmaster Address - More information can be found <a
href="config_serverwide.html">here</a>.</li>
</ul>
<p>In addition to adjusting these parameters, you may wish to consult the
documentation for a discussion of
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]