Author: eric
Date: Thu Apr 7 14:39:50 2011
New Revision: 1089895
URL: http://svn.apache.org/viewvc?rev=1089895&view=rev
Log:
Impact further to configuration files name changes and mailbox new one
(JAMES-1219)
Added:
james/server/trunk/src/site/xdoc/config-mailbox.xml
james/server/trunk/src/site/xdoc/config-mailrepositorystore.xml
- copied, changed from r1089471,
james/server/trunk/src/site/xdoc/config-mailstores.xml
james/server/trunk/src/site/xdoc/config-recipientrewritetable.xml
Removed:
james/server/trunk/src/site/xdoc/config-mailstores.xml
Modified:
james/server/trunk/src/site/site.xml
james/server/trunk/src/site/xdoc/config.xml
Modified: james/server/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/site.xml?rev=1089895&r1=1089894&r2=1089895&view=diff
==============================================================================
--- james/server/trunk/src/site/site.xml (original)
+++ james/server/trunk/src/site/site.xml Thu Apr 7 14:39:50 2011
@@ -63,7 +63,9 @@
<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="Recipient Rewrite"
href="/config-recipientrewritetable.html" />
+ <item name="Mailbox" href="/config-mailbox.html" />
+ <item name="Mail Repository Stores"
href="/config-mailrepositorystore.html" />
<item name="DNS Service" href="/config-dnsservice.html" />
<item name="IMAP4" href="/config-imap4.html" />
<item name="POP3" href="/config-pop3.html" />
Added: james/server/trunk/src/site/xdoc/config-mailbox.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-mailbox.xml?rev=1089895&view=auto
==============================================================================
--- james/server/trunk/src/site/xdoc/config-mailbox.xml (added)
+++ james/server/trunk/src/site/xdoc/config-mailbox.xml Thu Apr 7 14:39:50 2011
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<document>
+
+ <properties>
+ <title>Mailbox Configuration</title>
+ </properties>
+
+<body>
+
+ <section name="Mailbox Configuration">
+
+ <p>Consult <a
href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailbox.xml">mailbox.xml</a>
in SVN to get some examples and hints.</p>
+
+ </section>
+
+</body>
+
+</document>
Copied: james/server/trunk/src/site/xdoc/config-mailrepositorystore.xml (from
r1089471, james/server/trunk/src/site/xdoc/config-mailstores.xml)
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-mailrepositorystore.xml?p2=james/server/trunk/src/site/xdoc/config-mailrepositorystore.xml&p1=james/server/trunk/src/site/xdoc/config-mailstores.xml&r1=1089471&r2=1089895&rev=1089895&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-mailstores.xml (original)
+++ james/server/trunk/src/site/xdoc/config-mailrepositorystore.xml Thu Apr 7
14:39:50 2011
@@ -27,7 +27,7 @@
<section name="Mail Stores Configuration">
- <p>Consult <a
href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailstore.xml">mailstore.xml</a>
in SVN to get some examples and hints.</p>
+ <p>Consult <a
href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailrepositorystore.xml">mailrepositorystore.xml</a>
in SVN to get some examples and hints.</p>
</section>
Added: james/server/trunk/src/site/xdoc/config-recipientrewritetable.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-recipientrewritetable.xml?rev=1089895&view=auto
==============================================================================
--- james/server/trunk/src/site/xdoc/config-recipientrewritetable.xml (added)
+++ james/server/trunk/src/site/xdoc/config-recipientrewritetable.xml Thu Apr
7 14:39:50 2011
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+<document>
+
+ <properties>
+ <title>Recipient Rewrite Table Configuration</title>
+ </properties>
+
+<body>
+
+ <section name="Recipient Rewrite Table Configuration">
+
+ <p>Consult <a
href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/recipientrewritetable.xml">recipientrewritetable.xml</a>
in SVN to get some examples and hints.</p>
+
+ </section>
+
+</body>
+
+</document>
Modified: james/server/trunk/src/site/xdoc/config.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config.xml?rev=1089895&r1=1089894&r2=1089895&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config.xml (original)
+++ james/server/trunk/src/site/xdoc/config.xml Thu Apr 7 14:39:50 2011
@@ -91,12 +91,17 @@
</tr>
<tr>
<td><a
href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/recipientrewritetable.xml">recipientrewritetable.xml</a></td>
- <td><a href="config-users.html">Users Configuration</a></td>
+ <td><a href="config-recipientrewritetable.html">Recipient Rewrite
Table Configuration</a></td>
<td></td>
</tr>
<tr>
- <td><a
href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailstore.xml">mailstore.xml</a></td>
- <td><a href="config-mailstores.html">Mail Stores Configuration</a></td>
+ <td><a
href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailbox.xml">mailbox.xml</a></td>
+ <td><a href="config-mailbox.html">Mail Repository Stores
Configuration</a></td>
+ <td></td>
+ </tr>
+ <tr>
+ <td><a
href="https://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-M2/container-spring/src/main/config/examples/mailrepositorystore.xml">mailrepositorystore.xml</a></td>
+ <td><a href="config-mailrepositorystore.html">Mail Repository Stores
Configuration</a></td>
<td></td>
</tr>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]