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 26527cd  Site checkin for project Apache James: Jenkins Tools
26527cd is described below

commit 26527cd5a4be0eb143e0400651da18f72e8cf91e
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Aug 16 08:56:11 2021 +0000

    Site checkin for project Apache James: Jenkins Tools
---
 _/css/site.css                                     |   2 +-
 .../servers/distributed/operate/webadmin.html      |  49 ++++++
 sitemap-james-project.xml                          | 194 ++++++++++-----------
 sitemap-james-site.xml                             |   4 +-
 4 files changed, 149 insertions(+), 100 deletions(-)

diff --git a/_/css/site.css b/_/css/site.css
index 025eb5b..20fb60c 100644
--- a/_/css/site.css
+++ b/_/css/site.css
@@ -1,3 +1,3 @@
-@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto
 Regular"),local("Roboto-Regular"),url(../font/roboto-latin-400.woff2) 
format("woff2"),url(../font/roboto-latin-400.woff) 
format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto
 Italic"),local("Roboto-Italic"),url(../font/roboto-latin-400italic.woff2) 
format("woff2"),url(../font/roboto-latin-400italic.woff) 
format("woff")}@font-face{font-family:Roboto;font-style:norma [...]
+@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto
 Regular"),local("Roboto-Regular"),url(../font/roboto-latin-400.woff2) 
format("woff2"),url(../font/roboto-latin-400.woff) 
format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto
 Italic"),local("Roboto-Italic"),url(../font/roboto-latin-400italic.woff2) 
format("woff2"),url(../font/roboto-latin-400italic.woff) 
format("woff")}@font-face{font-family:Roboto;font-style:norma [...]
 
 /*! Adapted from the GitHub style by Vasily Polovnyov <v...@whiteants.net> 
*/.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:500}.hljs-literal,.hljs-number,.hljs-tag
 
.hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hljs-string{color:#d14}.hljs-section,.hljs-selector-id,.hljs-title{color:#900;font-weight:500}.hljs-subst{font-weight:400}.hljs-class
 .hljs-title,.hljs-type{color:#458;font-wei [...]
\ No newline at end of file
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 d2acbe9..08b03ea 100644
--- a/james-project/3.7.0/servers/distributed/operate/webadmin.html
+++ b/james-project/3.7.0/servers/distributed/operate/webadmin.html
@@ -4114,6 +4114,55 @@ more quota for this user:</p>
 </div>
 </div>
 <div class="sect1">
+<h2 id="_administrating_jmap_uploads"><a class="anchor" 
href="#_administrating_jmap_uploads"></a>Administrating Jmap Uploads</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_cleaning_upload_repository"><a class="anchor" 
href="#_cleaning_upload_repository"></a>Cleaning upload repository</h3>
+<div class="literalblock">
+<div class="content">
+<pre>curl -XDELETE http://ip:port/jmap/uploads?scope=expired</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Will schedule a task for clearing expired upload entries.</p>
+</div>
+<div class="paragraph">
+<p><a href="#_endpoints_returning_a_task">More details about endpoints 
returning
+a task</a>.</p>
+</div>
+<div class="paragraph">
+<p>Query parameter <code>scope</code> is required and have the value 
<code>expired</code>.</p>
+</div>
+<div class="paragraph">
+<p>Response codes:</p>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>201: Success. Corresponding task id is returned.</p>
+</li>
+<li>
+<p>400: Scope invalid</p>
+</li>
+</ul>
+</div>
+<div class="paragraph">
+<p>The scheduled task will have the following type 
<code>UploadRepositoryCleanupTask</code> and
+the following <code>additionalInformation</code>:</p>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>{
+  "scope": "expired",
+  "timestamp": "2007-12-03T10:15:30Z",
+  "type": "UploadRepositoryCleanupTask"
+}</pre>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
 <h2 id="_administrating_recipient_rewriting"><a class="anchor" 
href="#_administrating_recipient_rewriting"></a>Administrating Recipient 
rewriting</h2>
 <div class="sectionbody">
 <div class="sect2">
diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml
index e715b66..41f4a0d 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.7.0/community/contributing.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/community/download.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/community/guidelines.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/community/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/community/mailing-lists.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/community/release.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/community/support.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/community/website.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/configuration.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/concepts/glossary.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/concepts/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/mail/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/messages/imf.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/messages/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/messages/mime.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/processing/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/esmtp.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/imap.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/jmap.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/lmtp.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/pop.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/smtp.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/storage/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/storage/mailbox.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/storage/users.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/concepts/user/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/customization/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/development/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/development/logging.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/15-minute-demo.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/5-minute-demo.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/basic/architecture.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/basic/concepts.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/basic/conf/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/basic/context.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/servers/basic/help.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/basic/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/basic/objectives.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/servers/demo.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/architecture/consistency-model.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/architecture/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/architecture/specialized-instances.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/batchsizes.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/blobstore.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/cassandra.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/collecting-contacts.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/collecting-events.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/dns.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/domainlist.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/dsn.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/elasticsearch.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/extensions.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/healthcheck.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/imap.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/jmap.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/jmx.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/listeners.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/mailetcontainer.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/mailets.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/mailrepositorystore.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/matchers.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/pop3.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/rabbitmq.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/recipientrewritetable.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/remote-delivery-error-handling.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/smtp-hooks.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/smtp.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/spam.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/ssl.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/tika.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/usersrepository.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/vault.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/configure/webadmin.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/mail-processing.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/mailbox-listeners.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/smtp-hooks.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/extending/webadmin-routes.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/objectives.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/cassandra-migration.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/cli.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/guide.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/logging.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/metrics.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/migrating.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/operate/webadmin.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/run-docker.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.7.0/servers/distributed/run.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/servers/extendable.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/servers/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/servers/run.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.7.0/servers/test.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml
index fa3cc66..81a6f42 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-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-site/latest/index.html</loc>
-<lastmod>2021-08-16T05:37:32.628Z</lastmod>
+<lastmod>2021-08-16T08:54:41.547Z</lastmod>
 </url>
 </urlset>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to