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 cd9a7329d Site checkin for project Apache James: Jenkins Tools cd9a7329d is described below commit cd9a7329df5f300061d8c6b1dc728a3806419152 Author: jenkins <bui...@apache.org> AuthorDate: Mon Oct 21 16:36:25 2024 +0000 Site checkin for project Apache James: Jenkins Tools --- .../servers/distributed/configure/droplists.html | 5 +- .../3.9.0/servers/distributed/configure/jmap.html | 2 +- .../3.9.0/servers/distributed/operate/cli.html | 90 ++- .../servers/distributed/operate/webadmin.html | 240 ++++++++ sitemap-james-distributed-app.xml | 260 ++++----- sitemap-james-project.xml | 624 ++++++++++----------- sitemap-james-site.xml | 4 +- 7 files changed, 776 insertions(+), 449 deletions(-) diff --git a/james-project/3.9.0/servers/distributed/configure/droplists.html b/james-project/3.9.0/servers/distributed/configure/droplists.html index 26668a822..67dfaa697 100644 --- a/james-project/3.9.0/servers/distributed/configure/droplists.html +++ b/james-project/3.9.0/servers/distributed/configure/droplists.html @@ -660,10 +660,11 @@ To disable it, adjust the <code>droplists.properties</code> file and remove the <h2 id="_droplist_management"><a class="anchor" href="#_droplist_management"></a>DropList management</h2> <div class="sectionbody"> <div class="paragraph"> -<p>DropList management, including adding and deleting entries, is performed through the WebAdmin REST API.</p> +<p>DropList management, including adding and deleting entries, is performed through the WebAdmin REST API or CLI.</p> </div> <div class="paragraph"> -<p>See <a href="../operate/webadmin.html#_administrating_droplists" class="xref page">WebAdmin DropLists</a>.</p> +<p>See <a href="../operate/webadmin.html#_administrating_droplists" class="xref page">WebAdmin DropLists</a>. +See <a href="../operate/cli.html#_manage_droplist" class="xref page">CLI DropLists</a>.</p> </div> </div> </div> diff --git a/james-project/3.9.0/servers/distributed/configure/jmap.html b/james-project/3.9.0/servers/distributed/configure/jmap.html index 468fcaf3c..532433372 100644 --- a/james-project/3.9.0/servers/distributed/configure/jmap.html +++ b/james-project/3.9.0/servers/distributed/configure/jmap.html @@ -751,7 +751,7 @@ This allows to prevent users from using some specific JMAP extensions.</p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock">authentication.strategy.rfc8621.xUser.secret</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">Optional. Disabled by default. Secret-value used to validate the X-User-Secret header when using the XUserAuthenticationStrategy. Use of this configuration property is highly advised.</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Optional. List[String] with delimiter ",". Disabled by default. Secret-value used to validate the X-User-Secret header when using the XUserAuthenticationStrategy. Use of this configuration property is highly advised.</p></td> </tr> </tbody> </table> diff --git a/james-project/3.9.0/servers/distributed/operate/cli.html b/james-project/3.9.0/servers/distributed/operate/cli.html index b94caad35..27c6f762a 100644 --- a/james-project/3.9.0/servers/distributed/operate/cli.html +++ b/james-project/3.9.0/servers/distributed/operate/cli.html @@ -745,7 +745,7 @@ mail address.</p> <p>The domains then become a part of the user.</p> </div> <div class="paragraph"> -<p><em>us...@domaina.com and</em> <em>us...@domainb.com</em> on a mail server with +<p><em>us...@domaina.com</em> and <em>us...@domainb.com</em> on a mail server with <em>domaina.com</em> and <em>domainb.com</em> configured are mail addresses that belongs to different users.</p> </div> @@ -869,7 +869,10 @@ rewriting rules:</p> <div class="ulist"> <ul> <li> -<p>address mapping: rewrite a given mail address into an other one.</p> +<p>address mapping: rewrite a given mail address into another one.</p> +</li> +<li> +<p>domain mapping: rewrite a given domain into an alternate one.</p> </li> <li> <p>regex mapping.</p> @@ -888,6 +891,25 @@ mapping):</p> </div> </div> <div class="paragraph"> +<p>You can manage domain mapping like (redirects a domain, which means +<a href="mailto:a...@domain.tld">a...@domain.tld</a> will be rewritten as <a href="mailto:a...@domain.new">a...@domain.new</a>, then deletes the +mapping):</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>{cli} AddDomainMapping domain.tld domain.new +{cli} RemoveDomainMapping domain.tld domain.new</pre> +</div> +</div> +<div class="paragraph"> +<p>You can view mapping for a domain:</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>{cli} ListDomainMappings domain.tld</pre> +</div> +</div> +<div class="paragraph"> <p>You can manage regex mapping like this:</p> </div> <div class="literalblock"> @@ -1011,6 +1033,70 @@ level. Note: syntax is similar to what was exposed previously.</p> {cli} GetGlobalMaxStorageQuota</pre> </div> </div> +<div class="sect2"> +<h3 id="_manage_droplist"><a class="anchor" href="#_manage_droplist"></a>Manage DropList</h3> +<div class="paragraph"> +<p>The DropList, also known as the mail blacklist, is a collection of +domains and email addresses that are denied from sending emails within +the system.</p> +</div> +<div class="paragraph"> +<p>Owner scopes:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p><code>global</code>: contains entries that are blocked across all domains and +addresses within the system. Entries in the global owner scope apply +universally and affect all users and domains.</p> +</li> +<li> +<p><code>domain</code>: each domain can have its own droplist, which contains +entries specific to that domain.</p> +</li> +<li> +<p><code>user</code>: allow to customize personalized droplist of blocked domains +and email addresses.</p> +</li> +</ul> +</div> +<div class="paragraph"> +<p>See example commands for <code>domain</code> owner scope, <code>owner.com</code> +owner, <code>e...@devil.com</code> denied entity.</p> +</div> +<div class="paragraph"> +<p>Add Entry to the DropList</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>{cli} AddDropListEntry domain owner.com e...@devil.com</pre> +</div> +</div> +<div class="paragraph"> +<p>Remove Entry from the DropList</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>{cli} RemoveDropListEntry domain owner.com e...@devil.com</pre> +</div> +</div> +<div class="paragraph"> +<p>Getting the DropList</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>{cli} GetDropList domain owner.com</pre> +</div> +</div> +<div class="paragraph"> +<p>Testing a denied entity existence (should returns <code>allowed</code> or <code>blocked</code>)</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>{cli} DropListQuery domain owner.com e...@devil.com</pre> +</div> +</div> +</div> </div> </div> <div class="sect1"> diff --git a/james-project/3.9.0/servers/distributed/operate/webadmin.html b/james-project/3.9.0/servers/distributed/operate/webadmin.html index 4eb23137b..d70e68480 100644 --- a/james-project/3.9.0/servers/distributed/operate/webadmin.html +++ b/james-project/3.9.0/servers/distributed/operate/webadmin.html @@ -5319,6 +5319,246 @@ unlimited value (-1):</p> </div> </div> <div class="sect2"> +<h3 id="_administrating_droplists"><a class="anchor" href="#_administrating_droplists"></a>Administrating DropLists</h3> +<div class="paragraph"> +<p>The DropList, also known as the mail blacklist, is a collection of +domains and email addresses that are denied from sending emails within the system.</p> +</div> +<div class="paragraph"> +<p>Owner scopes:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p><strong>global</strong>: contains entries that are blocked across all domains and addresses within the system. +Entries in the global owner scope apply universally and affect all users and domains.</p> +</li> +<li> +<p><strong>domain</strong>: each domain can have its own droplist, which contains entries specific to that domain.</p> +</li> +<li> +<p><strong>user</strong>: allow to customize personalized droplist of blocked domains and email addresses.</p> +</li> +</ul> +</div> +<div class="paragraph"> +<p>The <code>deniedEntityType</code> query parameter is optional and can take the values <code>domain</code> or <code>address</code>.</p> +</div> +<div class="sect3"> +<h4 id="_getting_the_droplist"><a class="anchor" href="#_getting_the_droplist"></a>Getting the DropList</h4> +<div class="sect4"> +<h5 id="_global_droplist"><a class="anchor" href="#_global_droplist"></a>Global DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XGET http://ip:port/droplist/global?deniedEntityType=null|domain|address</pre> +</div> +</div> +</div> +<div class="sect4"> +<h5 id="_domain_droplist"><a class="anchor" href="#_domain_droplist"></a>Domain DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XGET http://ip:port/droplist/domain/target.com?deniedEntityType=null|domain|address</pre> +</div> +</div> +</div> +<div class="sect4"> +<h5 id="_user_droplist"><a class="anchor" href="#_user_droplist"></a>User DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XGET http://ip:port/droplist/user/tag...@target.com?deniedEntityType=null|domain|address</pre> +</div> +</div> +<div class="paragraph"> +<p>The answer looks like:</p> +</div> +<div class="literalblock"> +<div class="content"> +<pre>[ "evil.com", "devil.com", "bad_...@crime.com", "hac...@murder.org" ]</pre> +</div> +</div> +<div class="paragraph"> +<p>Response codes:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p>200: The drop list was successfully retrieved</p> +</li> +<li> +<p>400: Invalid <code>owner scope</code> or <code>deniedEntityType</code></p> +</li> +</ul> +</div> +</div> +</div> +<div class="sect3"> +<h4 id="_testing_a_denied_entity_existence"><a class="anchor" href="#_testing_a_denied_entity_existence"></a>Testing a denied entity existence</h4> +<div class="sect4"> +<h5 id="_global_droplist_2"><a class="anchor" href="#_global_droplist_2"></a>Global DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XHEAD http://ip:port/droplist/global/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XHEAD http://ip:port/droplist/global/evil.com</pre> +</div> +</div> +</div> +<div class="sect4"> +<h5 id="_domain_droplist_2"><a class="anchor" href="#_domain_droplist_2"></a>Domain DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XHEAD http://ip:port/droplist/domain/target.com/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XHEAD http://ip:port/droplist/domain/target.com/evil.com</pre> +</div> +</div> +</div> +<div class="sect4"> +<h5 id="_user_droplist_2"><a class="anchor" href="#_user_droplist_2"></a>User DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XHEAD http://ip:port/droplist/user/tar...@target.com/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XHEAD http://ip:port/droplist/user/tar...@target.com/evil.com</pre> +</div> +</div> +<div class="paragraph"> +<p>Response codes:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p>200: The denied entity exists</p> +</li> +<li> +<p>404: The denied entity does not exist</p> +</li> +</ul> +</div> +</div> +</div> +<div class="sect3"> +<h4 id="_add_entry_to_the_droplist"><a class="anchor" href="#_add_entry_to_the_droplist"></a>Add Entry to the DropList</h4> +<div class="paragraph"> +<p>The denied entity must be a valid email address or <a href="#_create_a_domain">domain</a>.</p> +</div> +<div class="sect4"> +<h5 id="_global_droplist_3"><a class="anchor" href="#_global_droplist_3"></a>Global DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XPUT http://ip:port/droplist/global/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XPUT http://ip:port/droplist/global/evil.com</pre> +</div> +</div> +</div> +<div class="sect4"> +<h5 id="_domain_droplist_3"><a class="anchor" href="#_domain_droplist_3"></a>Domain DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XPUT http://ip:port/droplist/domain/target.com/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XPUT http://ip:port/droplist/domain/target.com/evil.com</pre> +</div> +</div> +</div> +<div class="sect4"> +<h5 id="_user_droplist_3"><a class="anchor" href="#_user_droplist_3"></a>User DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XPUT http://ip:port/droplist/user/tar...@target.com/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XPUT http://ip:port/droplist/user/tar...@target.com/evil.com</pre> +</div> +</div> +<div class="paragraph"> +<p>Response codes:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p>204: The denied entity was successfully added</p> +</li> +<li> +<p>400: The denied entity is invalid</p> +</li> +</ul> +</div> +</div> +</div> +<div class="sect3"> +<h4 id="_remove_entry_from_the_droplist"><a class="anchor" href="#_remove_entry_from_the_droplist"></a>Remove Entry from the DropList</h4> +<div class="sect4"> +<h5 id="_global_droplist_4"><a class="anchor" href="#_global_droplist_4"></a>Global DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XDELETE http://ip:port/droplist/global/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XDELETE http://ip:port/droplist/global/evil.com</pre> +</div> +</div> +</div> +<div class="sect4"> +<h5 id="_domain_droplist_4"><a class="anchor" href="#_domain_droplist_4"></a>Domain DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XDELETE http://ip:port/droplist/domain/target.com/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XDELETE http://ip:port/droplist/domain/target.com/evil.com</pre> +</div> +</div> +</div> +<div class="sect4"> +<h5 id="_user_droplist_4"><a class="anchor" href="#_user_droplist_4"></a>User DropList</h5> +<div class="literalblock"> +<div class="content"> +<pre>curl -XDELETE http://ip:port/droplist/user/tar...@target.com/attac...@evil.com</pre> +</div> +</div> +<div class="literalblock"> +<div class="content"> +<pre>curl -XDELETE http://ip:port/droplist/user/tar...@target.com/evil.com</pre> +</div> +</div> +<div class="paragraph"> +<p>Response codes:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p>204: Entry deleted successfully.</p> +</li> +</ul> +</div> +</div> +</div> +</div> +<div class="sect2"> <h3 id="_administrating_sieve_quotas"><a class="anchor" href="#_administrating_sieve_quotas"></a>Administrating Sieve quotas</h3> <div class="paragraph"> <p>Some limitations on space Users Sieve script can occupy can be diff --git a/sitemap-james-distributed-app.xml b/sitemap-james-distributed-app.xml index 5a981181d..276f09826 100644 --- a/sitemap-james-distributed-app.xml +++ b/sitemap-james-distributed-app.xml @@ -2,522 +2,522 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-distributed-app/3.9.0/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/consistency-model.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/implemented-standards.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/specialized-instances.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/db-benchmark.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/james-benchmark.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/batchsizes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/blobstore.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/cassandra.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/collecting-contacts.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/collecting-events.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/dns.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/domainlist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/dsn.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/extensions.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/healthcheck.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jmap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jmx.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jvm.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/listeners.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailetcontainer.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailets.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailrepositorystore.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/matchers.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/opensearch.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/pop3.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/rabbitmq.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/recipientrewritetable.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/redis.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/remote-delivery-error-handling.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/sieve.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/smtp-hooks.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/smtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/spam.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/ssl.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/tika.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/usersrepository.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/vault.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/webadmin.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/mail-processing.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/mailbox-listeners.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/smtp-hooks.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/webadmin-routes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/objectives.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/cassandra-migration.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/cli.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/guide.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/logging.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/metrics.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/migrating.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/performanceChecklist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/security.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/webadmin.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-checklist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-logsMetrics.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-secrets.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-values.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-docker.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-java.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-kubernetes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/architecture/consistency-model.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/architecture/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/architecture/specialized-instances.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/batchsizes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/blobstore.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/cassandra.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/collecting-contacts.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/collecting-events.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/dns.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/domainlist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/dsn.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/elasticsearch.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/extensions.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/healthcheck.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/jmap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/jmx.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/jvm.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/listeners.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/mailetcontainer.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/mailets.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/mailrepositorystore.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/matchers.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/pop3.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/rabbitmq.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/recipientrewritetable.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/remote-delivery-error-handling.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/sieve.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/smtp-hooks.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/smtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/spam.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/ssl.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/tika.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/usersrepository.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/vault.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/configure/webadmin.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/extending/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/extending/mail-processing.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/extending/mailbox-listeners.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/extending/smtp-hooks.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/extending/webadmin-routes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/objectives.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/cassandra-migration.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/cli.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/guide.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/logging.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/metrics.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/migrating.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/security.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/operate/webadmin.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/run/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/run/k8s-checklist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/run/k8s-logsMetrics.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/run/k8s-secrets.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/run/k8s-values.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/run/run-docker.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/run/run-java.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.5/run/run-kubernetes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> </urlset> diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml index 526dc6eeb..3bdb78dd0 100644 --- a/sitemap-james-project.xml +++ b/sitemap-james-project.xml @@ -2,1250 +2,1250 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-project/3.9.0/community/contributing.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/community/download.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/community/guidelines.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/community/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/community/mailing-lists.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/community/release.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/community/support.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/community/website.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/configuration.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/glossary.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/mail/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/messages/imf.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/messages/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/messages/mime.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/processing/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/protocols/esmtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/protocols/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/protocols/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/protocols/jmap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/protocols/lmtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/protocols/pop.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/protocols/smtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/storage/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/storage/mailbox.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/storage/users.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/concepts/user/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/customization/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/customization/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/customization/mail-processing.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/customization/mailbox-listeners.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/customization/smtp-hooks.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/customization/webadmin-routes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/development/deployment-tests.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/development/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/development/logging.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/15-minute-demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/5-minute-demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/basic/architecture.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/basic/concepts.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/basic/conf/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/basic/context.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/basic/help.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/basic/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/basic/objectives.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/architecture/consistency_model_data_replication_extend.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/architecture/implemented-standards.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/architecture/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/architecture/mailqueue_combined_extend.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/benchmark/benchmark_prepare.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/benchmark/db-benchmark.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/benchmark/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/benchmark/james-benchmark.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/dns.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/droplists.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/jvm.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/opensearch.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/queue.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/redis.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/remote-delivery-error-handling.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/search.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/sieve.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/spam.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/tika.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/vault.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/extending.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/objectives.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/cli.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/guide.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/logging.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/logging/docker-compose-block.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/performanceChecklist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/security.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/webadmin/admin-mail-queues-extend.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/webadmin/admin-mailboxes-extend.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/operate/webadmin/admin-messages-extend.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/run/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/run/k8s-checklist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/run/k8s-logsMetrics.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/run/k8s-secrets.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/run/k8s-values.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/run/run-docker.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/run/run-java.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/distributed/run/run-kubernetes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/run.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.9.0/servers/test.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/contributing.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/download.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/guidelines.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/mailing-lists.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/release.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/support.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/website.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/configuration.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/glossary.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/mail/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/imf.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/mime.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/processing/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/esmtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/jmap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/lmtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/pop.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/smtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/mailbox.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/users.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/user/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/customization/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/deployment-tests.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/logging.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/15-minute-demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/5-minute-demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/architecture.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/concepts.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/conf/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/context.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/help.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/objectives.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/extendable.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/run.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/test.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/community/contributing.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/community/download.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/community/guidelines.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/community/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/community/mailing-lists.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/community/release.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/community/support.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/community/website.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/configuration.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/glossary.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/mail/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/messages/imf.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/messages/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/messages/mime.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/processing/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/protocols/esmtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/protocols/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/protocols/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/protocols/jmap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/protocols/lmtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/protocols/pop.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/protocols/smtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/storage/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/storage/mailbox.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/storage/users.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/concepts/user/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/customization/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/development/deployment-tests.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/development/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/development/logging.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/15-minute-demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/5-minute-demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/basic/architecture.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/basic/concepts.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/basic/conf/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/basic/context.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/basic/help.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/basic/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/basic/objectives.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/extendable.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/run.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.5/servers/test.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/contributing.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/remote-delivery-error-handling.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> </urlset> diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml index 7701354d9..145e3a7a1 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>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> <url> <loc>https://james.apache.org/james-site/latest/index.html</loc> -<lastmod>2024-10-17T11:43:18.914Z</lastmod> +<lastmod>2024-10-21T16:36:01.529Z</lastmod> </url> </urlset> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org