This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/james-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 808e662 Site checkin for project Apache James: Jenkins Tools 808e662 is described below commit 808e662cd4e42324e7a371fe2d42b932ece46d74 Author: jenkins <bui...@apache.org> AuthorDate: Mon Apr 5 03:24:18 2021 +0000 Site checkin for project Apache James: Jenkins Tools --- .../servers/_images/james-hexagons-extensions.png | Bin 0 -> 39191 bytes james-project/3.6.0/servers/distributed.html | 2 +- .../servers/distributed/architecture/index.html | 14 +- .../architecture/specialized-instances.html | 22 ++- .../distributed/configure/elasticsearch.html | 15 +- .../distributed/configure/mailetcontainer.html | 2 +- .../configure/recipientrewritetable.html | 2 +- .../distributed/configure/usersrepository.html | 4 +- .../3.6.0/servers/distributed/extending/index.html | 5 + james-project/3.6.0/servers/distributed/run.html | 35 ---- sitemap-james-project.xml | 194 ++++++++++----------- sitemap-james-site.xml | 4 +- sitemap-jdkim.xml | 2 +- sitemap-jsieve.xml | 2 +- sitemap-jspf.xml | 2 +- sitemap-mime4j.xml | 2 +- sitemap-postage.xml | 2 +- 17 files changed, 157 insertions(+), 152 deletions(-) diff --git a/james-project/3.6.0/servers/_images/james-hexagons-extensions.png b/james-project/3.6.0/servers/_images/james-hexagons-extensions.png new file mode 100644 index 0000000..6e228e2 Binary files /dev/null and b/james-project/3.6.0/servers/_images/james-hexagons-extensions.png differ diff --git a/james-project/3.6.0/servers/distributed.html b/james-project/3.6.0/servers/distributed.html index 6f6ee42..5883ff4 100644 --- a/james-project/3.6.0/servers/distributed.html +++ b/james-project/3.6.0/servers/distributed.html @@ -580,7 +580,7 @@ technical knowledge and is the most complex and feature-rich option.</p> <p><a href="distributed/objectives.html" class="page">Objectives and motivation of the Distributed Server</a></p> </li> <li> -<p><a href="#distributed/architecture.adoc" class="page unresolved">Overview of architecture</a></p> +<p><a href="distributed/architecture/index.html" class="page">Overview of architecture</a></p> </li> <li> <p><a href="distributed/run.html" class="page">Running the Distributed Server</a></p> diff --git a/james-project/3.6.0/servers/distributed/architecture/index.html b/james-project/3.6.0/servers/distributed/architecture/index.html index 42e1156..052c2ba 100644 --- a/james-project/3.6.0/servers/distributed/architecture/index.html +++ b/james-project/3.6.0/servers/distributed/architecture/index.html @@ -614,18 +614,28 @@ </ul> </div> <div class="paragraph"> -<p>The following protocols should be considered experimental</p> +<p>The following protocols should be considered experimental:</p> </div> <div class="ulist"> <ul> <li> -<p><strong>JMAP</strong> (draft specification as defined <a href="https://github.com/apache/james-project/tree/master/server/protocols/jmap-draft/doc">here</a>)</p> +<p><strong>JMAP</strong> (RFC-8620 &RFC-8621 specifications and known limitations of the James implementation are defined <a href="https://github.com/apache/james-project/tree/master/server/protocols/jmap-rfc-8621/doc">here</a>)</p> </li> <li> <p><strong>POP3</strong></p> </li> </ul> </div> +<div class="paragraph"> +<p>The following protocols should be considered deprecated:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p><strong>JMAP-draft</strong> (draft specification as defined <a href="https://github.com/apache/james-project/tree/master/server/protocols/jmap-draft/doc">here</a>)</p> +</li> +</ul> +</div> </div> </div> <div class="sect1"> diff --git a/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html b/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html index b946097..c9088ae 100644 --- a/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html +++ b/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html @@ -594,11 +594,23 @@ protocols configuration files to learn more.</p> </ul> </div> <div class="paragraph"> -<p>Front-line servers will likely not handle back office responsibilities (but be sure to have back-office servers that do!). - - <a href="../configure/mailetcontainer.html" class="page">Mail processing can be switched off</a>. - - <a href="../configure/listeners.html" class="page">Mailbox event processing can be switched off</a>. - - <a href="../configure/rabbitmq.html" class="page">Task execution can be switched off</a>. - - Remote Delivery service is not started if the RemoteDelivery mailet is not positioned in mailetcontainer.xml.</p> +<p>Front-line servers will likely not handle back office responsibilities (but be sure to have back-office servers that do!).</p> +</div> +<div class="ulist"> +<ul> +<li> +<p><a href="../configure/mailetcontainer.html" class="page">Mail processing can be switched off</a>.</p> +</li> +<li> +<p><a href="../configure/listeners.html" class="page">Mailbox event processing can be switched off</a>.</p> +</li> +<li> +<p><a href="../configure/rabbitmq.html" class="page">Task execution can be switched off</a>.</p> +</li> +<li> +<p>Remote Delivery service is not started if the RemoteDelivery mailet is not positioned in mailetcontainer.xml.</p> +</li> +</ul> </div> <div class="paragraph"> <p>Of course, the above instances can be collocated at will, to reach some intermediate deployments with fewer diff --git a/james-project/3.6.0/servers/distributed/configure/elasticsearch.html b/james-project/3.6.0/servers/distributed/configure/elasticsearch.html index 26d028a..60f1615 100644 --- a/james-project/3.6.0/servers/distributed/configure/elasticsearch.html +++ b/james-project/3.6.0/servers/distributed/configure/elasticsearch.html @@ -724,6 +724,19 @@ searches. Disabling ElasticSearch requires no extra action, however <div class="sect1"> <h2 id="_exporting_metrics_directly_to_elasticsearch"><a class="anchor" href="#_exporting_metrics_directly_to_elasticsearch"></a>Exporting metrics directly to ElasticSearch</h2> <div class="sectionbody"> +<div class="admonitionblock warning"> +<table> +<tr> +<td class="icon"> +<i class="fa icon-warning" title="Warning"></i> +</td> +<td class="content"> +A separate ElasticSearch server is required, as an ElasticSearch 6.3 is needed, which is +not compatible with ElasticSearch 7.10, required by James. +</td> +</tr> +</table> +</div> <div class="paragraph"> <p>For configuring the metric reporting on ElasticSearch :</p> </div> @@ -768,7 +781,7 @@ searches. Disabling ElasticSearch requires no extra action, however <h2 id="_ssl_trusting_configuration"><a class="anchor" href="#_ssl_trusting_configuration"></a>SSL Trusting Configuration</h2> <div class="sectionbody"> <div class="paragraph"> -<p>By default James will use the system TrustStore to validate https server certificates, if the certificate on +<p>By default, James will use the system TrustStore to validate https server certificates, if the certificate on ES side is already in the system TrustStore, you can leave the sslValidationStrategy property empty or set it to default.</p> </div> <table class="tableblock frame-all grid-all stretch"> diff --git a/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html b/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html index 4b07dae..18cc7a6 100644 --- a/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html +++ b/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html @@ -553,7 +553,7 @@ MailetContainer is a Matchers (condition for executing a mailet) and Mailets (execution units that perform actions based on incoming mail) pipeline arranged into processors (List of mailet/matcher pairs allowing better logical organisation). You can read more about these concepts on -<a href="#distributed/architecture.adoc#_mail_processing" class="page unresolved">the mailet container feature description</a>.</p> +<a href="../architecture/index.html#_mail_processing" class="page">the mailet container feature description</a>.</p> </div> <div class="paragraph"> <p>Apache James Server includes a number of <a href="mailets.html" class="page">Packaged Mailets</a> and diff --git a/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html b/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html index 2c0279e..9f2d59a 100644 --- a/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html +++ b/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html @@ -547,7 +547,7 @@ <article class="doc"> <h1 class="page">Distributed James Server — recipientrewritetable.xml</h1> <div class="paragraph"> -<p>Here are explanations on the different kinds about <a href="#distributed/architecture.adoc#_recipient_rewrite_tables" class="page unresolved">recipient rewritting</a>.</p> +<p>Here are explanations on the different kinds about <a href="../architecture/index.html#_recipient_rewrite_tables" class="page">recipient rewritting</a>.</p> </div> <div class="paragraph"> <p>Consult this <a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/recipientrewritetable.xml">example</a> diff --git a/james-project/3.6.0/servers/distributed/configure/usersrepository.html b/james-project/3.6.0/servers/distributed/configure/usersrepository.html index aa10830..501c246 100644 --- a/james-project/3.6.0/servers/distributed/configure/usersrepository.html +++ b/james-project/3.6.0/servers/distributed/configure/usersrepository.html @@ -628,8 +628,8 @@ acting on the behalf of any user.</p></td> <h2 id="_configuring_a_ldap"><a class="anchor" href="#_configuring_a_ldap"></a>Configuring a LDAP</h2> <div class="sectionbody"> <div class="paragraph"> -<p>If you run the LDAP fashion of the distributed server, you need to configure the properties for accessing -your LDAP server in this file.</p> +<p>Alternatively you can authenticate your users against a LDAP server. You need to configure +the properties for accessing your LDAP server in this file.</p> </div> <div class="paragraph"> <p>Consult this <a href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml">example</a> diff --git a/james-project/3.6.0/servers/distributed/extending/index.html b/james-project/3.6.0/servers/distributed/extending/index.html index a585e2b..ca82659 100644 --- a/james-project/3.6.0/servers/distributed/extending/index.html +++ b/james-project/3.6.0/servers/distributed/extending/index.html @@ -547,6 +547,11 @@ <div class="sect1"> <h2 id="_available_extension_mechanisms"><a class="anchor" href="#_available_extension_mechanisms"></a>Available extension mechanisms</h2> <div class="sectionbody"> +<div class="imageblock"> +<div class="content"> +<img src="../../_images/mail-processing-hexagons.png" alt="Extension mechanisms for the Distributed Server"> +</div> +</div> <div class="paragraph"> <p>The Distributed Server exposes several interfaces allowing the user to write custom extensions in order to extend the Distributed Server behavior.</p> diff --git a/james-project/3.6.0/servers/distributed/run.html b/james-project/3.6.0/servers/distributed/run.html index 9aa2650..fef7fec 100644 --- a/james-project/3.6.0/servers/distributed/run.html +++ b/james-project/3.6.0/servers/distributed/run.html @@ -675,41 +675,6 @@ objectstorage.s3.secretKey=secretKey1</code></pre> </div> </div> </div> -<div class="sect1"> -<h2 id="_guice_cassandra_rabbitmq_ldap"><a class="anchor" href="#_guice_cassandra_rabbitmq_ldap"></a>Guice-cassandra-rabbitmq-ldap</h2> -<div class="sectionbody"> -<div class="paragraph"> -<p>You can follow the same guide to build and run -guice-cassandra-rabbitmq-s3-ldap artifact, except that:</p> -</div> -<div class="ulist"> -<ul> -<li> -<p>The <strong>jar</strong> and <strong>libs</strong> needs to be retrieve from -server/container/guice/cassandra-rabbitmq-ldap-guice/target after -compilation</p> -</li> -<li> -<p>The sample configuration can be found in -<a href="https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf">dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf</a></p> -</li> -<li> -<p>You need to configure James to be connecting to a running LDAP server. -The configuration file is located in -<a href="https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml">dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml</a></p> -</li> -<li> -<p>You can then launch James via this command:</p> -</li> -</ul> -</div> -<div class="listingblock"> -<div class="content"> -<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">$ java -Dworking.directory=. -jar target/james-server-cassandra-rabbitmq-ldap-guice.jar</code></pre> -</div> -</div> -</div> -</div> </article> <aside class="toc sidebar" data-title="Contents" data-levels="2"> <div class="toc-menu"></div> diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml index 4d0c881..582019f 100644 --- a/sitemap-james-project.xml +++ b/sitemap-james-project.xml @@ -2,390 +2,390 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-project/3.6.0/community/contributing.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/remote-delivery-error-handling.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> </urlset> diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml index fcbd809..8c1f433 100644 --- a/sitemap-james-site.xml +++ b/sitemap-james-site.xml @@ -2,10 +2,10 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-site/latest/homepage.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> <url> <loc>https://james.apache.org/james-site/latest/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> </urlset> diff --git a/sitemap-jdkim.xml b/sitemap-jdkim.xml index 2a90a80..620c2a7 100644 --- a/sitemap-jdkim.xml +++ b/sitemap-jdkim.xml @@ -2,6 +2,6 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/jdkim/0.3-SNAPSHOT/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> </urlset> diff --git a/sitemap-jsieve.xml b/sitemap-jsieve.xml index a73f7ed..ec76221 100644 --- a/sitemap-jsieve.xml +++ b/sitemap-jsieve.xml @@ -2,6 +2,6 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/jsieve/0.8-SNAPSHOT/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> </urlset> diff --git a/sitemap-jspf.xml b/sitemap-jspf.xml index e96c82b..163489d 100644 --- a/sitemap-jspf.xml +++ b/sitemap-jspf.xml @@ -2,6 +2,6 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/jspf/1.0.2-SNAPSHOT/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> </urlset> diff --git a/sitemap-mime4j.xml b/sitemap-mime4j.xml index dc11e70..5892205 100644 --- a/sitemap-mime4j.xml +++ b/sitemap-mime4j.xml @@ -2,6 +2,6 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/mime4j/0.8.4-SNAPSHOT/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> </urlset> diff --git a/sitemap-postage.xml b/sitemap-postage.xml index 57ddaf5..4cfbab3 100644 --- a/sitemap-postage.xml +++ b/sitemap-postage.xml @@ -2,6 +2,6 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/postage/0.1-SNAPSHOT/index.html</loc> -<lastmod>2021-04-03T01:10:32.973Z</lastmod> +<lastmod>2021-04-05T03:22:46.564Z</lastmod> </url> </urlset> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org