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

commit d7a726d7c942e56b8576e9ff204eb31352e85299
Author: jenkins <[email protected]>
AuthorDate: Mon May 24 12:49:08 2021 +0000

    Site checkin for project Apache James: Jenkins Tools
---
 .../distributed/configure/mailetcontainer.html     |  12 +-
 .../3.6.0/servers/distributed/configure/smtp.html  |  28 ++-
 sitemap-james-project.xml                          | 194 ++++++++++-----------
 sitemap-james-site.xml                             |   4 +-
 4 files changed, 136 insertions(+), 102 deletions(-)

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 490ac88..43581d0 100644
--- a/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html
+++ b/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html
@@ -621,8 +621,16 @@ process the mail using the <strong>error</strong> 
processor.</p>
 </div>
 <div class="paragraph">
 <p>The <strong>onMailetException</strong> property allows you to override this 
behaviour. You can specify another
-processor than the <strong>error</strong> one for handling the errors of this 
mailet. The <strong>ignore</strong> special value also
-allows to continue processing and ignore the error.</p>
+processor than the <strong>error</strong> one for handling the errors of this 
mailet.</p>
+</div>
+<div class="paragraph">
+<p>The <strong>ignore</strong> special value also allows to continue 
processing and ignore the error.</p>
+</div>
+<div class="paragraph">
+<p>The <strong>propagate</strong> special value causes the mailet container to 
rethrow the
+exception, propagating it to the execution context. In an SMTP execution 
context, the spooler will then requeue
+the item and automatic retries will be setted up - note that attempts will be 
done for each recipients. In LMTP
+(if LMTP is configured to execute the mailetContainer), the entire mail 
transaction is reported as failed to the caller.</p>
 </div>
 <div class="paragraph">
 <p>Moreover, the <strong>onMatcherException</strong> allows you to override 
matcher error handling. You can
diff --git a/james-project/3.6.0/servers/distributed/configure/smtp.html 
b/james-project/3.6.0/servers/distributed/configure/smtp.html
index 08e9554..b2dcbd2 100644
--- a/james-project/3.6.0/servers/distributed/configure/smtp.html
+++ b/james-project/3.6.0/servers/distributed/configure/smtp.html
@@ -760,7 +760,7 @@ to the default SMTP protocol. Here is how to achieve 
this:</p>
 <pre>&lt;lmtpservers&gt;
     &lt;lmtpserver enabled="true"&gt;
         &lt;jmxName&gt;lmtpserver&lt;/jmxName&gt;
-        &lt;bind&gt;0.0.0.0:0&lt;/bind&gt;
+        &lt;bind&gt;0.0.0.0:24&lt;/bind&gt;
         &lt;connectionBacklog&gt;200&lt;/connectionBacklog&gt;
         &lt;connectiontimeout&gt;1200&lt;/connectiontimeout&gt;
         &lt;connectionLimit&gt;0&lt;/connectionLimit&gt;
@@ -773,6 +773,32 @@ to the default SMTP protocol. Here is how to achieve 
this:</p>
 &lt;/lmtpservers&gt;</pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Note that by default the mailet container is executed with all recipients 
at once and do not allow per recipient
+error reporting. An option &lt;code&gt;splitExecution&lt;/code&gt; allow to 
execute the mailet container for each recipient separately and mitigate this
+limitation at the cost of performance.</p>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>&lt;lmtpservers&gt;
+    &lt;lmtpserver enabled="true"&gt;
+        &lt;jmxName&gt;lmtpserver&lt;/jmxName&gt;
+        &lt;bind&gt;0.0.0.0:24&lt;/bind&gt;
+        &lt;connectionBacklog&gt;200&lt;/connectionBacklog&gt;
+        &lt;connectiontimeout&gt;1200&lt;/connectiontimeout&gt;
+        &lt;connectionLimit&gt;0&lt;/connectionLimit&gt;
+        &lt;connectionLimitPerIP&gt;0&lt;/connectionLimitPerIP&gt;
+        &lt;maxmessagesize&gt;0&lt;/maxmessagesize&gt;
+        &lt;handlerchain 
coreHandlersPackage="org.apache.james.lmtpserver.MailetContainerCmdHandlerLoader"&gt;
+            &lt;handler 
class="org.apache.james.lmtpserver.MailetContainerCmdHandlerLoader"/&gt;
+            &lt;handler 
class="org.apache.james.lmtpserver.MailetContainerHandler"&gt;
+                &lt;splitExecution&gt;true&lt;/splitExecution&gt;
+            &lt;/handler&gt;
+        &lt;/handlerchain&gt;
+    &lt;/lmtpserver&gt;
+&lt;/lmtpservers&gt;</pre>
+</div>
+</div>
 </div>
 </div>
 </article>
diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml
index acb2a5e..2687b4b 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-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/remote-delivery-error-handling.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml
index e2901ea..8b0307a 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-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-site/latest/index.html</loc>
-<lastmod>2021-05-24T05:49:06.518Z</lastmod>
+<lastmod>2021-05-24T12:47:41.810Z</lastmod>
 </url>
 </urlset>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to