IMAP-370 Mailbox configuration page should link to mailbox project page and include a notice about Cassandra back-end
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c7e784f4 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/c7e784f4 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/c7e784f4 Branch: refs/heads/master Commit: c7e784f479616bf7f8fee2ffe4e8b609a0c39f30 Parents: 2782a95 Author: Benoit Tellier <[email protected]> Authored: Fri Feb 26 14:19:20 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Fri Mar 4 19:35:24 2016 +0700 ---------------------------------------------------------------------- server/src/site/xdoc/config-mailbox.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/c7e784f4/server/src/site/xdoc/config-mailbox.xml ---------------------------------------------------------------------- diff --git a/server/src/site/xdoc/config-mailbox.xml b/server/src/site/xdoc/config-mailbox.xml index c37d7bf..bdb6307 100644 --- a/server/src/site/xdoc/config-mailbox.xml +++ b/server/src/site/xdoc/config-mailbox.xml @@ -35,9 +35,12 @@ <dl> <dt><strong>provider</strong></dt> - <dd>Supported providers are: jpa (default), jcr, maildir, memory. Be aware that maildir will only work on unix like operation systems!</dd> + <dd>Supported providers are: jpa (default), jcr, maildir, cassandra, memory. Be aware that maildir will only work on unix like operation systems! + Cassandra mailbox need to be compiled and run using java 8.</dd> </dl> + <p>See <a href="http://james.apache.org/mailbox/index.html">documentation page</a> to learn more about the different back-ends and their capabilities.</p> + </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
