This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit a013083d29f5a24a17f039cf98aafc1112b40a94 Author: Benoit Tellier <btell...@linagora.com> AuthorDate: Wed Sep 25 10:51:06 2019 +0700 JAMES-2703 Documentation website should not reference deleted items --- .../xdoc/server/config-recipientrewritetable.xml | 34 ---------------------- src/site/xdoc/server/config-users.xml | 7 ----- 2 files changed, 41 deletions(-) diff --git a/src/site/xdoc/server/config-recipientrewritetable.xml b/src/site/xdoc/server/config-recipientrewritetable.xml index b45c75f..32e064d 100644 --- a/src/site/xdoc/server/config-recipientrewritetable.xml +++ b/src/site/xdoc/server/config-recipientrewritetable.xml @@ -44,40 +44,6 @@ </subsection> - <subsection name="XML Recipient Rewrite Table"> - - <p>Add a class attribute to recipientrewritetable tag (class="org.apache.james.rrt.xml.XMLRecipientRewriteTable).</p> - - <dl> - <dt><strong>recursiveMapping</strong></dt> - <dd>If set recursiveMapping false only the first mapping will get processed - Default true.</dd> - <dt><strong>mappingLimit</strong></dt> - <dd>By setting the mappingLimit you can specify how much mapping will get processed before a bounce will send. This avoid infinity loops. Default 10.</dd> - <dt><strong>mapping</strong></dt> - <dd>Example: some@domain=someuser</dd> - </dl> - - </subsection> - - <subsection name="JDBC Recipient Rewrite Table"> - - <p>Database backed RecipientRewrite table</p> - - <p>Add a class attribute and a destinationURL attributed to recipientrewritetable tag (class="org.apache.james.rrt.jdbc.JDBCRecipientRewriteTable" destinationURL="db://maildb/RecipientRewriteTable").</p> - - <p>Use these configurations to store the RecipientRewriteTable in a database.</p> - - <dl> - <dt><strong>recursiveMapping</strong></dt> - <dd>If set recursiveMapping false only the first mapping will get processed - Default true.</dd> - <dt><strong>mappingLimit</strong></dt> - <dd>By setting the mappingLimit you can specify how much mapping will get processed before a bounce will send. This avoid infinity loops. Default 10.</dd> - <dt><strong>sqlFile</strong></dt> - <dd>file://conf/sqlResources.xml</dd> - </dl> - - </subsection> - </section> </body> diff --git a/src/site/xdoc/server/config-users.xml b/src/site/xdoc/server/config-users.xml index 3056ba4..32e9659 100644 --- a/src/site/xdoc/server/config-users.xml +++ b/src/site/xdoc/server/config-users.xml @@ -90,13 +90,6 @@ </subsection> - <subsection name="JDBC Users Repository"> - - <p>The JDBC UsersRepository implementations below are DEPRECATED and will get removed in the next release.</p> - <p>It just listed here for backward-compatibility.</p> - - </subsection> - <subsection name="LDAP Users Repository"> <p>Read-Only LDAP based UsersRepository</p> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org