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 11f6634 Site checkin for project Apache James: Jenkins Tools 11f6634 is described below commit 11f66347f2527fba751d0f22bf45516401510802 Author: jenkins <bui...@apache.org> AuthorDate: Thu Sep 9 08:20:39 2021 +0000 Site checkin for project Apache James: Jenkins Tools --- .../architecture/consistency-model.html | 19 +- .../servers/distributed/operate/webadmin.html | 2 +- sitemap-james-project.xml | 388 ++++++++++----------- sitemap-james-site.xml | 4 +- 4 files changed, 211 insertions(+), 202 deletions(-) diff --git a/james-project/3.7.0/servers/distributed/architecture/consistency-model.html b/james-project/3.7.0/servers/distributed/architecture/consistency-model.html index 71554c3..56b81cf 100644 --- a/james-project/3.7.0/servers/distributed/architecture/consistency-model.html +++ b/james-project/3.7.0/servers/distributed/architecture/consistency-model.html @@ -579,20 +579,29 @@ This means that a majority of replica are needed for read and write operations t <div class="sect3"> <h4 id="_about_multi_data_center_setups"><a class="anchor" href="#_about_multi_data_center_setups"></a>About multi data-center setups</h4> <div class="paragraph"> -<p>As strong consistency is required for some operations, and as lightweight transactions are -slow across data centers, running James with a +<p>As strong consistency is required for some operation, especially regarding IMAP monotic UID and MODSEQ generation, +and as lightweight transactions are slow across data centers, running James with a <a href="https://docs.datastax.com/en/ddac/doc/datastax_enterprise/production/DDACmultiDCperWorkloadType.html">multi data-center</a> Cassandra setup is discouraged.</p> </div> <div class="paragraph"> -<p>However <a href="../configure/cassandra.html" class="page">this page</a> enables setting alternative read level, +<p>However, <a href="../configure/cassandra.html" class="page">this page</a> enables setting alternative read level, which could be acceptable regarding limited requirements. <code>LOCAL_QUORUM</code> coupled with <code>LOCAL_SERIAL</code> -is likely the only scalable setup.</p> +is likely the only scalable setup. Some options were added to turn off SERIAL consistency usage for message +and mailbox management. However, the use of Lightweight Transaction cannot be disabled for UIDs and ModSeqs.</p> </div> <div class="paragraph"> <p>Running the Distributed Server IMAP server in a multi datacenter setup will likely result either in data loss, or very slow operations - as we rely on monotic UID generation, without strong consistency, UIDs could be allocated -several times. Other protocols, like JMAP, suffer less from such limitations.</p> +several times.</p> +</div> +<div class="paragraph"> +<p>We did wire a multi-DC friendly distributed, POP3 only server that leverages acceptable performance while staying +consistent. This is achieved by having a reduced feature set - supporting only the POP3 server and using messageIds as +identifiers (generated without synchronisation using TimeUUIDs). You can find this application +<a href="https://github.com/apache/james-project/tree/master/server/apps/distributed-pop3-app">on GitHub</a>. In the future, +JMAP support could be added, but requires followup developments as some components critically depends on UIDs +(for instance the search).</p> </div> </div> </div> diff --git a/james-project/3.7.0/servers/distributed/operate/webadmin.html b/james-project/3.7.0/servers/distributed/operate/webadmin.html index 2992808..b815a93 100644 --- a/james-project/3.7.0/servers/distributed/operate/webadmin.html +++ b/james-project/3.7.0/servers/distributed/operate/webadmin.html @@ -6472,7 +6472,7 @@ schema version.</p> <h4 id="_upgrading_to_a_specific_version"><a class="anchor" href="#_upgrading_to_a_specific_version"></a>Upgrading to a specific version</h4> <div class="literalblock"> <div class="content"> -<pre>curl -XPOST http://ip:port/cassandra/version/upgrade -d '3'</pre> +<pre>curl -XPOST -H "Content-Type: application/json http://ip:port/cassandra/version/upgrade -d '3'</pre> </div> </div> <div class="paragraph"> diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml index 43910da..81d61ef 100644 --- a/sitemap-james-project.xml +++ b/sitemap-james-project.xml @@ -2,778 +2,778 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-project/3.7.0/community/contributing.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/download.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/guidelines.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/mailing-lists.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/release.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/support.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/website.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/configuration.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/glossary.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/mail/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/messages/imf.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/messages/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/messages/mime.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/processing/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/esmtp.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/imap.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/jmap.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/lmtp.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/pop.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/smtp.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/storage/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/storage/mailbox.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/storage/users.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/user/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/customization/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/development/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/development/logging.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/15-minute-demo.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/5-minute-demo.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/architecture.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/concepts.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/conf/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/context.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/help.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/objectives.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/demo.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/architecture/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/dns.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/elasticsearch.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/imap.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/remote-delivery-error-handling.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/spam.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/tika.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/vault.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/mail-processing.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/mailbox-listeners.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/smtp-hooks.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/webadmin-routes.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/objectives.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/cli.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/guide.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/logging.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/run-docker.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/distributed/run.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/extendable.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/run.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/test.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/contributing.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/remote-delivery-error-handling.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> </urlset> diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml index 520d811..546f972 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-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> <url> <loc>https://james.apache.org/james-site/latest/index.html</loc> -<lastmod>2021-09-08T10:44:12.566Z</lastmod> +<lastmod>2021-09-09T08:20:03.160Z</lastmod> </url> </urlset> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org