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

commit 8af1fc182941f0c73457680fa12d99ad54bacd44
Author: jenkins <bui...@apache.org>
AuthorDate: Mon May 31 08:04:58 2021 +0000

    Site checkin for project Apache James: Jenkins Tools
---
 .../servers/distributed/configure/batchsizes.html  |   2 +-
 .../servers/distributed/configure/blobstore.html   |   6 +-
 .../servers/distributed/configure/cassandra.html   |   2 +-
 .../3.6.0/servers/distributed/configure/dns.html   |   2 +-
 .../servers/distributed/configure/domainlist.html  |   2 +-
 .../distributed/configure/elasticsearch.html       |   2 +-
 .../servers/distributed/configure/healthcheck.html |   2 +-
 .../3.6.0/servers/distributed/configure/imap.html  |   2 +-
 .../3.6.0/servers/distributed/configure/index.html |  48 ++---
 .../3.6.0/servers/distributed/configure/jmap.html  |   2 +-
 .../3.6.0/servers/distributed/configure/jmx.html   |   2 +-
 .../servers/distributed/configure/listeners.html   |   2 +-
 .../distributed/configure/mailetcontainer.html     |   2 +-
 .../distributed/configure/mailrepositorystore.html |   2 +-
 .../servers/distributed/configure/matchers.html    |   3 +
 .../3.6.0/servers/distributed/configure/pop3.html  |   2 +-
 .../servers/distributed/configure/rabbitmq.html    |  10 +-
 .../configure/recipientrewritetable.html           |   2 +-
 .../3.6.0/servers/distributed/configure/smtp.html  |   4 +-
 .../distributed/configure/usersrepository.html     |   4 +-
 .../3.6.0/servers/distributed/configure/vault.html |   2 +-
 .../servers/distributed/configure/webadmin.html    |   2 +-
 .../3.6.0/servers/distributed/operate/guide.html   |   8 +-
 .../3.6.0/servers/distributed/operate/metrics.html |   2 +-
 james-project/3.6.0/servers/distributed/run.html   |   2 +-
 sitemap-james-project.xml                          | 194 ++++++++++-----------
 sitemap-james-site.xml                             |   4 +-
 27 files changed, 160 insertions(+), 157 deletions(-)

diff --git a/james-project/3.6.0/servers/distributed/configure/batchsizes.html 
b/james-project/3.6.0/servers/distributed/configure/batchsizes.html
index 6bd3a0e..d5326d4 100644
--- a/james-project/3.6.0/servers/distributed/configure/batchsizes.html
+++ b/james-project/3.6.0/servers/distributed/configure/batchsizes.html
@@ -524,7 +524,7 @@ needed as IMAP can generate some potentially large 
requests.</p>
 <p>Increasing these values tend to fasten individual requests, at the cost of 
enabling potential higher load.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/batchsizes.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/batchsizes.properties";>example</a>
 to get some examples and hints.</p>
 </div>
 <table class="tableblock frame-all grid-all stretch">
diff --git a/james-project/3.6.0/servers/distributed/configure/blobstore.html 
b/james-project/3.6.0/servers/distributed/configure/blobstore.html
index cde28f4..b1fcbbf 100644
--- a/james-project/3.6.0/servers/distributed/configure/blobstore.html
+++ b/james-project/3.6.0/servers/distributed/configure/blobstore.html
@@ -533,7 +533,7 @@ James uses the BlobStore for storing blobs which are 
usually mail contents, atta
 <p>It could be the implementation on top of Cassandra or file storage service 
S3 compatible like Openstack Swift and AWS S3.</p>
 </div>
 <div class="paragraph">
-<p>Consult <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/blob.properties";>blob.properties</a>
+<p>Consult <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/blob.properties";>blob.properties</a>
 in GIT to get some examples and hints.</p>
 </div>
 <div class="sect2">
@@ -766,7 +766,7 @@ The deleted messages are transformed into a blob and James 
will export that blob
 <p>This configuration helps you choose the blob exporting mechanism fit with 
your James setup and it is only applicable with Guice products.</p>
 </div>
 <div class="paragraph">
-<p>Consult <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/blob.properties";>blob.properties</a>
+<p>Consult <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/blob.properties";>blob.properties</a>
 in GIT to get some examples and hints.</p>
 </div>
 <div class="paragraph">
@@ -816,7 +816,7 @@ LinShare server and download them.</p>
 <p>This way helps you to share via whole network as long as they can access to 
LinShare server.</p>
 </div>
 <div class="paragraph">
-<p>To get an example or details explained, visit <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/blob.properties";>blob.properties</a></p>
+<p>To get an example or details explained, visit <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/blob.properties";>blob.properties</a></p>
 </div>
 <div class="paragraph">
 <p><strong>blob.export.linshare.url</strong>: The URL to connect to 
LinShare</p>
diff --git a/james-project/3.6.0/servers/distributed/configure/cassandra.html 
b/james-project/3.6.0/servers/distributed/configure/cassandra.html
index f91b67a..7da3d81 100644
--- a/james-project/3.6.0/servers/distributed/configure/cassandra.html
+++ b/james-project/3.6.0/servers/distributed/configure/cassandra.html
@@ -519,7 +519,7 @@
 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/cassandra.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/cassandra.properties";>example</a>
 to get some examples and hints.</p>
 </div>
 </div>
diff --git a/james-project/3.6.0/servers/distributed/configure/dns.html 
b/james-project/3.6.0/servers/distributed/configure/dns.html
index 394a53e..378fc80 100644
--- a/james-project/3.6.0/servers/distributed/configure/dns.html
+++ b/james-project/3.6.0/servers/distributed/configure/dns.html
@@ -517,7 +517,7 @@
 <article class="doc">
 <h1 class="page">Distributed James Server &mdash; dnsservice.xml</h1>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/dnsservice.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/dnsservice.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
diff --git a/james-project/3.6.0/servers/distributed/configure/domainlist.html 
b/james-project/3.6.0/servers/distributed/configure/domainlist.html
index dd5d5d9..42cb09b 100644
--- a/james-project/3.6.0/servers/distributed/configure/domainlist.html
+++ b/james-project/3.6.0/servers/distributed/configure/domainlist.html
@@ -517,7 +517,7 @@
 <article class="doc">
 <h1 class="page">Distributed James Server &mdash; domainlist.xml</h1>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/domainlist.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/domainlist.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
diff --git 
a/james-project/3.6.0/servers/distributed/configure/elasticsearch.html 
b/james-project/3.6.0/servers/distributed/configure/elasticsearch.html
index a345b73..4205f07 100644
--- a/james-project/3.6.0/servers/distributed/configure/elasticsearch.html
+++ b/james-project/3.6.0/servers/distributed/configure/elasticsearch.html
@@ -519,7 +519,7 @@
 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/cassandra.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/cassandra.properties";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
diff --git a/james-project/3.6.0/servers/distributed/configure/healthcheck.html 
b/james-project/3.6.0/servers/distributed/configure/healthcheck.html
index bcb2de4..a55cb1d 100644
--- a/james-project/3.6.0/servers/distributed/configure/healthcheck.html
+++ b/james-project/3.6.0/servers/distributed/configure/healthcheck.html
@@ -517,7 +517,7 @@
 <article class="doc">
 <h1 class="page">Distributed James Server &mdash; healthcheck.properties</h1>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/healthcheck.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/healthcheck.properties";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
diff --git a/james-project/3.6.0/servers/distributed/configure/imap.html 
b/james-project/3.6.0/servers/distributed/configure/imap.html
index b6ae0ac..6ba40de 100644
--- a/james-project/3.6.0/servers/distributed/configure/imap.html
+++ b/james-project/3.6.0/servers/distributed/configure/imap.html
@@ -517,7 +517,7 @@
 <article class="doc">
 <h1 class="page">Distributed James Server &mdash; imapserver.xml</h1>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/imapserver.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/imapserver.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
diff --git a/james-project/3.6.0/servers/distributed/configure/index.html 
b/james-project/3.6.0/servers/distributed/configure/index.html
index d2bffd8..d03dc9d 100644
--- a/james-project/3.6.0/servers/distributed/configure/index.html
+++ b/james-project/3.6.0/servers/distributed/configure/index.html
@@ -538,25 +538,25 @@ or rely on reasonable defaults.</p>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="imap.html" class="page"><strong>imapserver.xml</strong></a> allows 
configuration for the IMAP protocol <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/imapserver.xml";>example</a></p>
+<p><a href="imap.html" class="page"><strong>imapserver.xml</strong></a> allows 
configuration for the IMAP protocol <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/imapserver.xml";>example</a></p>
 </li>
 <li>
-<p><a href="jmap.html" class="page"><strong>jmap.properties</strong></a> 
allows to configure the JMAP protocol <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/jmap.properties";>example</a></p>
+<p><a href="jmap.html" class="page"><strong>jmap.properties</strong></a> 
allows to configure the JMAP protocol <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/jmap.properties";>example</a></p>
 </li>
 <li>
-<p><a href="jmx.html" class="page"><strong>jmx.properties</strong></a> allows 
configuration of JMX being used by the Command Line Interface <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/jmx.properties";>example</a></p>
+<p><a href="jmx.html" class="page"><strong>jmx.properties</strong></a> allows 
configuration of JMX being used by the Command Line Interface <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/jmx.properties";>example</a></p>
 </li>
 <li>
-<p><a href="smtp.html#_lmtp_configuration" 
class="page"><strong>lmtpserver.xml</strong></a> allows configuring the LMTP 
protocol <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/lmtpserver.xml";>example</a></p>
+<p><a href="smtp.html#_lmtp_configuration" 
class="page"><strong>lmtpserver.xml</strong></a> allows configuring the LMTP 
protocol <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/lmtpserver.xml";>example</a></p>
 </li>
 <li>
-<p><strong>managesieveserver.xml</strong> allows configuration for 
ManagedSieve (unsupported) <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/managesieveserver.xml";>example</a></p>
+<p><strong>managesieveserver.xml</strong> allows configuration for 
ManagedSieve (unsupported) <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/managesieveserver.xml";>example</a></p>
 </li>
 <li>
-<p><a href="pop3.html" class="page"><strong>pop3server.xml</strong></a> allows 
configuration for the POP3 protocol (experimental) <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/pop3server.xml";>example</a></p>
+<p><a href="pop3.html" class="page"><strong>pop3server.xml</strong></a> allows 
configuration for the POP3 protocol (experimental) <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/pop3server.xml";>example</a></p>
 </li>
 <li>
-<p><a href="smtp.html" class="page"><strong>smtpserver.xml</strong></a> allows 
configuration for the SMTP protocol <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/smtpserver.xml";>example</a></p>
+<p><a href="smtp.html" class="page"><strong>smtpserver.xml</strong></a> allows 
configuration for the SMTP protocol <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/smtpserver.xml";>example</a></p>
 <div class="ulist">
 <ul>
 <li>
@@ -566,7 +566,7 @@ or rely on reasonable defaults.</p>
 </div>
 </li>
 <li>
-<p><a href="webadmin.html" 
class="page"><strong>webadmin.properties</strong></a> enables configuration for 
the WebAdmin protocol <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/webadmin.properties";>example</a></p>
+<p><a href="webadmin.html" 
class="page"><strong>webadmin.properties</strong></a> enables configuration for 
the WebAdmin protocol <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/webadmin.properties";>example</a></p>
 </li>
 <li>
 <p><a href="ssl.html" class="page">This page</a> details SSL &amp; TLS 
configuration.</p>
@@ -584,19 +584,19 @@ or rely on reasonable defaults.</p>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="blobstore.html" 
class="page"><strong>blobstore.properties</strong></a> allows to configure the 
BlobStore <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/blob.properties";>example</a></p>
+<p><a href="blobstore.html" 
class="page"><strong>blobstore.properties</strong></a> allows to configure the 
BlobStore <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/blob.properties";>example</a></p>
 </li>
 <li>
-<p><a href="cassandra.html" 
class="page"><strong>cassandra.properties</strong></a> allows to configure the 
Cassandra driver <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/cassandra.properties";>example</a></p>
+<p><a href="cassandra.html" 
class="page"><strong>cassandra.properties</strong></a> allows to configure the 
Cassandra driver <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/cassandra.properties";>example</a></p>
 </li>
 <li>
-<p><a href="elasticsearch.html" 
class="page"><strong>elasticsearch.properties</strong></a> allows to configure 
ElasticSearch driver <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/elasticsearch.properties";>example</a></p>
+<p><a href="elasticsearch.html" 
class="page"><strong>elasticsearch.properties</strong></a> allows to configure 
ElasticSearch driver <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/elasticsearch.properties";>example</a></p>
 </li>
 <li>
-<p><a href="rabbitmq.html" 
class="page"><strong>rabbitmq.properties</strong></a> allows configuration for 
the RabbitMQ driver <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/rabbitmq.properties";>example</a></p>
+<p><a href="rabbitmq.html" 
class="page"><strong>rabbitmq.properties</strong></a> allows configuration for 
the RabbitMQ driver <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/rabbitmq.properties";>example</a></p>
 </li>
 <li>
-<p><a href="tika.html" class="page"><strong>tika.properties</strong></a> 
allows configuring Tika as a backend for text extraction <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/tika.properties";>example</a></p>
+<p><a href="tika.html" class="page"><strong>tika.properties</strong></a> 
allows configuring Tika as a backend for text extraction <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/tika.properties";>example</a></p>
 </li>
 </ul>
 </div>
@@ -611,19 +611,19 @@ or rely on reasonable defaults.</p>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="batchsizes.html" 
class="page"><strong>batchsizes.properties</strong></a> allows to configure 
mailbox read batch sizes <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/batchsizes.properties";>example</a></p>
+<p><a href="batchsizes.html" 
class="page"><strong>batchsizes.properties</strong></a> allows to configure 
mailbox read batch sizes <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/batchsizes.properties";>example</a></p>
 </li>
 <li>
-<p><a href="dns.html" class="page"><strong>dnsservice.xml</strong></a> allows 
to configure DNS resolution <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/dnsservice.xml";>example</a></p>
+<p><a href="dns.html" class="page"><strong>dnsservice.xml</strong></a> allows 
to configure DNS resolution <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/dnsservice.xml";>example</a></p>
 </li>
 <li>
-<p><a href="domainlist.html" class="page"><strong>domainlist.xml</strong></a> 
allows to configure Domain storage <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/domainlist.xml";>example</a></p>
+<p><a href="domainlist.html" class="page"><strong>domainlist.xml</strong></a> 
allows to configure Domain storage <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/domainlist.xml";>example</a></p>
 </li>
 <li>
-<p><a href="healthcheck.html" 
class="page"><strong>healthcheck.properties</strong></a> allows to configure 
periodical healthchecks <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/healthcheck.properties";>example</a></p>
+<p><a href="healthcheck.html" 
class="page"><strong>healthcheck.properties</strong></a> allows to configure 
periodical healthchecks <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/healthcheck.properties";>example</a></p>
 </li>
 <li>
-<p><a href="mailetcontainer.html" 
class="page"><strong>mailetcontainer.xml</strong></a> allows configuring mail 
processing <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/mailetcontainer.xml";>example</a></p>
+<p><a href="mailetcontainer.html" 
class="page"><strong>mailetcontainer.xml</strong></a> allows configuring mail 
processing <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/mailetcontainer.xml";>example</a></p>
 <div class="ulist">
 <ul>
 <li>
@@ -636,13 +636,13 @@ or rely on reasonable defaults.</p>
 </div>
 </li>
 <li>
-<p><a href="mailrepositorystore.html" 
class="page"><strong>mailrepositorystore.xml</strong></a> enables registration 
of allowed MailRepository protcols and link them to MailRepository 
implementations <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/mailrepositorystore.xml";>example</a></p>
+<p><a href="mailrepositorystore.html" 
class="page"><strong>mailrepositorystore.xml</strong></a> enables registration 
of allowed MailRepository protcols and link them to MailRepository 
implementations <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/mailrepositorystore.xml";>example</a></p>
 </li>
 <li>
-<p><a href="recipientrewritetable.html" 
class="page"><strong>recipientrewritetable.xml</strong></a> enables advanced 
configuration for the Recipient Rewrite Table component <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/recipientrewritetable.xml";>example</a></p>
+<p><a href="recipientrewritetable.html" 
class="page"><strong>recipientrewritetable.xml</strong></a> enables advanced 
configuration for the Recipient Rewrite Table component <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/recipientrewritetable.xml";>example</a></p>
 </li>
 <li>
-<p><a href="usersrepository.html" 
class="page"><strong>usersrepository.xml</strong></a> allows configuration of 
user storage <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/usersrepository.xml";>example</a></p>
+<p><a href="usersrepository.html" 
class="page"><strong>usersrepository.xml</strong></a> allows configuration of 
user storage <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/usersrepository.xml";>example</a></p>
 </li>
 </ul>
 </div>
@@ -657,13 +657,13 @@ or rely on reasonable defaults.</p>
 <div class="ulist">
 <ul>
 <li>
-<p><a href="vault.html" 
class="page"><strong>deletedMessageVault.properties</strong></a> allows to 
configure the DeletedMessageVault <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties";>example</a></p>
+<p><a href="vault.html" 
class="page"><strong>deletedMessageVault.properties</strong></a> allows to 
configure the DeletedMessageVault <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/deletedMessageVault.properties";>example</a></p>
 </li>
 <li>
-<p><a href="listeners.html" class="page"><strong>listeners.xml</strong></a> 
enables configuration of Mailbox Listeners <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/listeners.xml";>example</a></p>
+<p><a href="listeners.html" class="page"><strong>listeners.xml</strong></a> 
enables configuration of Mailbox Listeners <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/listeners.xml";>example</a></p>
 </li>
 <li>
-<p><a href="extensions.html" 
class="page"><strong>extensions.properties</strong></a> allows to extend James 
behaviour by loading your extensions in it <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/extensions.properties";>example</a></p>
+<p><a href="extensions.html" 
class="page"><strong>extensions.properties</strong></a> allows to extend James 
behaviour by loading your extensions in it <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/extensions.properties";>example</a></p>
 </li>
 <li>
 <p><a href="spam.html" class="page">This page</a> documents Anti-Spam setup 
with SpamAssassin.</p>
diff --git a/james-project/3.6.0/servers/distributed/configure/jmap.html 
b/james-project/3.6.0/servers/distributed/configure/jmap.html
index 816e1ee..240d652 100644
--- a/james-project/3.6.0/servers/distributed/configure/jmap.html
+++ b/james-project/3.6.0/servers/distributed/configure/jmap.html
@@ -524,7 +524,7 @@ stores. It therefore intends to primarily replace IMAP + 
SMTP submission. It is
 generic. It does not replace MTA-to-MTA SMTP transmission.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/jmap.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/jmap.properties";>example</a>
 to get some examples and hints.</p>
 </div>
 <table class="tableblock frame-all grid-all stretch">
diff --git a/james-project/3.6.0/servers/distributed/configure/jmx.html 
b/james-project/3.6.0/servers/distributed/configure/jmx.html
index 553d9a8..593b33e 100644
--- a/james-project/3.6.0/servers/distributed/configure/jmx.html
+++ b/james-project/3.6.0/servers/distributed/configure/jmx.html
@@ -520,7 +520,7 @@
 <p>This is used to configure the JMX MBean server via which all management is 
achieved.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/jmx.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/jmx.properties";>example</a>
 in GIT to get some examples and hints.</p>
 </div>
 <table class="tableblock frame-all grid-all stretch">
diff --git a/james-project/3.6.0/servers/distributed/configure/listeners.html 
b/james-project/3.6.0/servers/distributed/configure/listeners.html
index ca7bf50..029e915 100644
--- a/james-project/3.6.0/servers/distributed/configure/listeners.html
+++ b/james-project/3.6.0/servers/distributed/configure/listeners.html
@@ -533,7 +533,7 @@ operations on the system.</p>
 <p>Distributed James allows the user to register potentially user defined 
additional mailbox listeners.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/listener.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/listener.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 </div>
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 43581d0..c9f5208 100644
--- a/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html
+++ b/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html
@@ -533,7 +533,7 @@ better logical organisation). You can read more about these 
concepts on
 <p>Futhermore, you can write and use with James <a 
href="../extending/mail-processing.html" class="page">your own mailet and 
matchers</a>.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/mailetcontainer.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/mailetcontainer.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <table class="tableblock frame-all grid-all stretch">
diff --git 
a/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html 
b/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html
index daee607..f5706d9 100644
--- a/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html
+++ b/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html
@@ -541,7 +541,7 @@ associated to a protocol in 
<strong>mailrepositorystore.xml</strong> for a usage
 <h2 id="_configuration"><a class="anchor" 
href="#_configuration"></a>Configuration</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/mailrepositorystore.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/mailrepositorystore.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="literalblock">
diff --git a/james-project/3.6.0/servers/distributed/configure/matchers.html 
b/james-project/3.6.0/servers/distributed/configure/matchers.html
index ec0d423..5a28465 100644
--- a/james-project/3.6.0/servers/distributed/configure/matchers.html
+++ b/james-project/3.6.0/servers/distributed/configure/matchers.html
@@ -746,6 +746,9 @@ toString() is called on the attribute value, and that is 
the value matched again
 <p>This matcher checks if the content type matches.</p>
 </div>
 <div class="paragraph">
+<p>This matcher does not walk down the mime tree and stops at the top level 
mime part.</p>
+</div>
+<div class="paragraph">
 <p>use:</p>
 </div>
 <div class="literalblock">
diff --git a/james-project/3.6.0/servers/distributed/configure/pop3.html 
b/james-project/3.6.0/servers/distributed/configure/pop3.html
index c734d3b..67b4684 100644
--- a/james-project/3.6.0/servers/distributed/configure/pop3.html
+++ b/james-project/3.6.0/servers/distributed/configure/pop3.html
@@ -517,7 +517,7 @@
 <article class="doc">
 <h1 class="page">Distributed James Server &mdash; pop3server.xml</h1>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/pop3server.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/pop3server.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
diff --git a/james-project/3.6.0/servers/distributed/configure/rabbitmq.html 
b/james-project/3.6.0/servers/distributed/configure/rabbitmq.html
index 82e913b..83dd060 100644
--- a/james-project/3.6.0/servers/distributed/configure/rabbitmq.html
+++ b/james-project/3.6.0/servers/distributed/configure/rabbitmq.html
@@ -522,7 +522,7 @@
 <p>This configuration helps you configure components using RabbitMQ.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/rabbitmq.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/rabbitmq.properties";>example</a>
 to get some examples and hints.</p>
 </div>
 </div>
@@ -657,21 +657,21 @@ this implementation relies on Cassandra.</p>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">mailqueue.view.sliceWindow</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">James 
divides the view into slices, each slice contains data for a given period, 
sliceWindow parameter controls this period.
 This dividing of periods allows faster browsing of the mail queue. Tips for 
choosing sliceWindow are explained in
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/rabbitmq.properties";>rabbitmq.properties</a></p></td>
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/rabbitmq.properties";>rabbitmq.properties</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">mailqueue.view.bucketCount</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Mails in a 
mail queue are distributed across the underlying storage service.
 BucketCount describes how to be distributing mails to fit with your James setup
 Tips for choosing bucketCount are explained in
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/rabbitmq.properties";>rabbitmq.properties</a></p></td>
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/rabbitmq.properties";>rabbitmq.properties</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">mailqueue.view.updateBrowseStartPace</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">To browse, 
James needs a starting point and to continuously update that point in runtime.
 UpdateBrowseStartPace describes the probability to update the starting point.
 Tips for choosing updateBrowseStartPace are explained in
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/rabbitmq.properties";>rabbitmq.properties</a></p></td>
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/rabbitmq.properties";>rabbitmq.properties</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">mailqueue.size.metricsEnabled</p></td>
@@ -680,7 +680,7 @@ As computing the size of the mail queue is currently 
implemented on top of brows
 sometimes it can get too big, making it impossible for the ES reporter to 
handle it correctly without crashing.
 It can be useful then to disable it.
 Tips for choosing metricsEnabled are explained in
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/rabbitmq.properties";>rabbitmq.properties</a></p></td>
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/rabbitmq.properties";>rabbitmq.properties</a></p></td>
 </tr>
 </tbody>
 </table>
diff --git 
a/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html 
b/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html
index 747bc3e..96e7a14 100644
--- 
a/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html
+++ 
b/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html
@@ -520,7 +520,7 @@
 <p>Here are explanations on the different kinds about <a 
href="../architecture/index.html#_recipient_rewrite_tables" 
class="page">recipient rewritting</a>.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/recipientrewritetable.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/recipientrewritetable.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <table class="tableblock frame-all grid-all stretch">
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 b2dcbd2..c9e5244 100644
--- a/james-project/3.6.0/servers/distributed/configure/smtp.html
+++ b/james-project/3.6.0/servers/distributed/configure/smtp.html
@@ -520,7 +520,7 @@
 <h2 id="_incoming_smtp"><a class="anchor" href="#_incoming_smtp"></a>Incoming 
SMTP</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/smtpserver.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/smtpserver.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
@@ -739,7 +739,7 @@ Eudora, Evolution).</p>
 <h2 id="_lmtp_configuration"><a class="anchor" 
href="#_lmtp_configuration"></a>LMTP Configuration</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/lmtpserver.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/lmtpserver.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
diff --git 
a/james-project/3.6.0/servers/distributed/configure/usersrepository.html 
b/james-project/3.6.0/servers/distributed/configure/usersrepository.html
index 04f2cb6..6592438 100644
--- a/james-project/3.6.0/servers/distributed/configure/usersrepository.html
+++ b/james-project/3.6.0/servers/distributed/configure/usersrepository.html
@@ -522,7 +522,7 @@
 <p>User repositories are required to store James user information and 
authentication data.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/usersrepository.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/usersrepository.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 </div>
@@ -602,7 +602,7 @@ acting on the behalf of any user.</p></td>
 the properties for accessing your LDAP server in this file.</p>
 </div>
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq-ldap/destination/conf/usersrepository.xml";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/usersrepository.xml";>example</a>
 to get some examples and hints.</p>
 </div>
 <div class="paragraph">
diff --git a/james-project/3.6.0/servers/distributed/configure/vault.html 
b/james-project/3.6.0/servers/distributed/configure/vault.html
index 046b9b9..42853ff 100644
--- a/james-project/3.6.0/servers/distributed/configure/vault.html
+++ b/james-project/3.6.0/servers/distributed/configure/vault.html
@@ -548,7 +548,7 @@ based on an object storage or on Cassandra. For configuring 
the BlobStore the va
 <h2 id="_deletedmessagevault_properties"><a class="anchor" 
href="#_deletedmessagevault_properties"></a>deletedMessageVault.properties</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/deletedMessageVault.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/deletedMessageVault.properties";>example</a>
 to get some examples and hints.</p>
 </div>
 <table class="tableblock frame-all grid-all stretch">
diff --git a/james-project/3.6.0/servers/distributed/configure/webadmin.html 
b/james-project/3.6.0/servers/distributed/configure/webadmin.html
index 402ba74..91f6dbb 100644
--- a/james-project/3.6.0/servers/distributed/configure/webadmin.html
+++ b/james-project/3.6.0/servers/distributed/configure/webadmin.html
@@ -537,7 +537,7 @@ for example: Swagger documentation &amp; James health 
checks.</p>
 <h2 id="_configuration"><a class="anchor" 
href="#_configuration"></a>Configuration</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/webadmin.properties";>example</a>
+<p>Consult this <a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/webadmin.properties";>example</a>
 to get some examples and hints.</p>
 </div>
 <table class="tableblock frame-all grid-all stretch">
diff --git a/james-project/3.6.0/servers/distributed/operate/guide.html 
b/james-project/3.6.0/servers/distributed/operate/guide.html
index 948a5d2..bec2dfb 100644
--- a/james-project/3.6.0/servers/distributed/operate/guide.html
+++ b/james-project/3.6.0/servers/distributed/operate/guide.html
@@ -636,7 +636,7 @@ the root cause has been addressed, the mail can be 
reprocessed.</p>
 <div class="paragraph">
 <p>It is possible for the administrator of James to define the mailbox
 listeners he wants to use, by adding them in the
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/listeners.xml";>listeners.xml</a>
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/listeners.xml";>listeners.xml</a>
 configuration file. It’s possible also to add your own custom mailbox
 listeners. This enables to enhance capabilities of James as a Mail
 Delivery Agent. You can get more information about those
@@ -782,7 +782,7 @@ the old index</a></p>
 </li>
 <li>
 <p>You might want as well modify the James configuration file
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/elasticsearch.properties";>elasticsearch.properties</a>
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/elasticsearch.properties";>elasticsearch.properties</a>
 by setting the parameter <code>elasticsearch.index.mailbox.name</code> to the 
name
 of your new index. This is to avoid that James re-creates index upon
 restart</p>
@@ -1334,7 +1334,7 @@ steps:</p>
 <h4 id="_enable_deleted_messages_vault_by_configuring_pre_deletion_hooks"><a 
class="anchor" 
href="#_enable_deleted_messages_vault_by_configuring_pre_deletion_hooks"></a>Enable
 Deleted Messages Vault by configuring Pre Deletion Hooks</h4>
 <div class="paragraph">
 <p>You need to configure this hook in
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf/listeners.xml";>listeners.xml</a>
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/listeners.xml";>listeners.xml</a>
 configuration file. More details about configuration &amp; example can be
 found at <a href="http://james.apache.org/server/config-listeners.html";>Pre
 Deletion Hook Configuration</a></p>
@@ -1346,7 +1346,7 @@ Deletion Hook Configuration</a></p>
 <p>In order to configure the retention time for the Deleted Messages Vault,
 an administrator needs to perform fine configuration tunning as
 explained in
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/deletedMessageVault.properties";>deletedMessageVault.properties</a>.
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/deletedMessageVault.properties";>deletedMessageVault.properties</a>.
 Mails are not retained forever as you have to configure a retention
 period (by <code>retentionPeriod</code>) before using it (with one-year 
retention
 by default if not defined).</p>
diff --git a/james-project/3.6.0/servers/distributed/operate/metrics.html 
b/james-project/3.6.0/servers/distributed/operate/metrics.html
index 455634a..5ec2b2f 100644
--- a/james-project/3.6.0/servers/distributed/operate/metrics.html
+++ b/james-project/3.6.0/servers/distributed/operate/metrics.html
@@ -898,7 +898,7 @@ your ES node - Specify the index name. By default, it 
should be :</p>
 <p>You then need to enable reporting through ElasticSearch. Modify your
 James ElasticSearch configuration file accordingly. To help you doing
 this, you can take a look to
-<a 
href="https://github.com/apache/james-project/blob/master/dockerfiles/run/guice/cassandra/destination/conf/elasticsearch.properties";>elasticsearch.properties</a>.</p>
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/elasticsearch.properties";>elasticsearch.properties</a>.</p>
 </div>
 <div class="paragraph">
 <p>If some metrics seem abnormally slow despite in depth database
diff --git a/james-project/3.6.0/servers/distributed/run.html 
b/james-project/3.6.0/servers/distributed/run.html
index 52089d5..7757abe 100644
--- a/james-project/3.6.0/servers/distributed/run.html
+++ b/james-project/3.6.0/servers/distributed/run.html
@@ -594,7 +594,7 @@ configuration files.</p>
 <p>James requires the configuration to be in a subfolder of working
 directory that is called <strong>conf</strong>. You can get a sample directory 
for
 configuration from
-<a 
href="https://github.com/apache/james-project/tree/master/dockerfiles/run/guice/cassandra-rabbitmq/destination/conf";>dockerfiles/run/guice/cassandra-rabbitmq/destination/conf</a>.
+<a 
href="https://github.com/apache/james-project/blob/master/server/container/guice/cassandra-rabbitmq-guice/sample-configuration/";>server/container/guice/cassandra-rabbitmq-guice/sample-configuration/</a>.
 You might need to adapt it to your needs.</p>
 </div>
 <div class="paragraph">
diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml
index c9deaf5..c90a616 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-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</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-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 
<loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 </urlset>
diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml
index 5a924f2..0be150f 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-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</lastmod>
 </url>
 <url>
 <loc>https://james.apache.org/james-site/latest/index.html</loc>
-<lastmod>2021-05-29T08:03:08.654Z</lastmod>
+<lastmod>2021-05-31T08:04:23.294Z</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