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 7c1f76a Site checkin for project Apache James: Jenkins Tools 7c1f76a is described below commit 7c1f76a01278ebf464680f50366573b9a9e2c314 Author: jenkins <bui...@apache.org> AuthorDate: Mon Nov 15 18:22:09 2021 +0000 Site checkin for project Apache James: Jenkins Tools --- james-distributed-app/3.7.0/configure/index.html | 3 + .../configure/{usersrepository.html => jvm.html} | 111 +------- .../3.7.0/configure/usersrepository.html | 4 + james-distributed-app/3.7.0/operate/webadmin.html | 29 +++ sitemap-james-distributed-app.xml | 122 ++++----- sitemap-james-project.xml | 286 ++++++++++----------- sitemap-james-site.xml | 4 +- 7 files changed, 253 insertions(+), 306 deletions(-) diff --git a/james-distributed-app/3.7.0/configure/index.html b/james-distributed-app/3.7.0/configure/index.html index e835b50..59123bb 100644 --- a/james-distributed-app/3.7.0/configure/index.html +++ b/james-distributed-app/3.7.0/configure/index.html @@ -510,6 +510,9 @@ or rely on reasonable defaults.</p> <p><a href="extensions.html" class="page"><strong>extensions.properties</strong></a> allows to extend James behaviour by loading your extensions in it <a href="https://github.com/apache/james-project/blob/master/server/apps/distributed-app/sample-configuration/extensions.properties">example</a></p> </li> <li> +<p><a href="jvm.html" class="page"><strong>jvm.properties</strong></a> lets you specify additional system properties without cluttering your command line</p> +</li> +<li> <p><a href="spam.html" class="page">This page</a> documents Anti-Spam setup with SpamAssassin.</p> </li> <li> diff --git a/james-distributed-app/3.7.0/configure/usersrepository.html b/james-distributed-app/3.7.0/configure/jvm.html similarity index 79% copy from james-distributed-app/3.7.0/configure/usersrepository.html copy to james-distributed-app/3.7.0/configure/jvm.html index 0e5c160..c6cbf66 100644 --- a/james-distributed-app/3.7.0/configure/usersrepository.html +++ b/james-distributed-app/3.7.0/configure/jvm.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> - <title>Distributed James Server — usersrepository.xml :: Apache James</title> + <title>Distributed James Server — jvm.properties :: Apache James</title> <meta name="generator" content="Antora 2.3.4"> <link rel="stylesheet" href="../../../_/css/site.css"> <script>var uiRootPath = '../../../_'</script> @@ -209,7 +209,7 @@ <li class="nav-item" data-depth="4"> <a class="nav-link" href="recipientrewritetable.html">recipientrewritetable.xml</a> </li> - <li class="nav-item is-current-page" data-depth="4"> + <li class="nav-item" data-depth="4"> <a class="nav-link" href="usersrepository.html">usersrepository.xml</a> </li> </ul> @@ -343,119 +343,26 @@ <nav class="breadcrumbs" aria-label="breadcrumbs"> <ul> <li><a href="../index.html">Apache James Distributed Server</a></li> - <li><a href="../index.html">Distributed James Application</a></li> - <li><a href="index.html">Configuration</a></li> - <li>Core components</li> - <li><a href="usersrepository.html">usersrepository.xml</a></li> + <li><a href="jvm.html">Distributed James Server — jvm.properties</a></li> </ul> </nav> - <div class="edit-this-page"><a href="https://github.com/apache/james-project/blob/master/server/apps/distributed-app/docs/modules/ROOT/pages/configure/usersrepository.adoc">Edit this Page</a></div> + <div class="edit-this-page"><a href="https://github.com/apache/james-project/blob/master/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jvm.adoc">Edit this Page</a></div> </div> <div class="content"> <aside class="toc sidebar" data-title="Contents" data-levels="2"> <div class="toc-menu"></div> </aside> <article class="doc"> -<h1 class="page">Distributed James Server — usersrepository.xml</h1> -<div id="preamble"> -<div class="sectionbody"> -<div class="paragraph"> -<p>User repositories are required to store James user information and authentication data.</p> -</div> -<div class="paragraph"> -<p>Consult this <a href="https://github.com/apache/james-project/blob/master/server/apps/distributed-app/sample-configuration/usersrepository.xml">example</a> -to get some examples and hints.</p> -</div> -</div> -</div> -<div class="sect1"> -<h2 id="_the_user_data_model"><a class="anchor" href="#_the_user_data_model"></a>The user data model</h2> -<div class="sectionbody"> +<h1 class="page">Distributed James Server — jvm.properties</h1> <div class="paragraph"> -<p>A user has two attributes: username and password.</p> +<p>This file may contain any additional system properties for tweaking JVM execution. When you normally would add a command line option <code>-Dmy.property=whatever</code>, you can put it in this file as <code>my.property=whatever</code> instead. These properties will be added as system properties on server start.</p> </div> <div class="paragraph"> -<p>A valid user should satisfy these criteria:</p> -</div> -<div class="ulist"> -<ul> -<li> -<p>username and password cannot be null or empty</p> -</li> -<li> -<p>username should not be longer than 255 characters</p> -</li> -<li> -<p>username can not contain '/'</p> -</li> -<li> -<p>username can not contain multiple domain delimiter('@')</p> -</li> -<li> -<p>A username can have only a local part when virtualHosting is disabled. E.g.'myUser'</p> -</li> -<li> -<p>When virtualHosting is enabled, a username should have a domain part, and the domain part should be concatenated -after a domain delimiter('@'). E.g. '<a href="mailto:myu...@james.org">myu...@james.org</a>'</p> -</li> -</ul> +<p>Note that in some rare cases this might not work, +when a property affects very early JVM start behaviour.</p> </div> <div class="paragraph"> -<p>A user is always considered as lower cased, so 'myUser' and 'myuser' are the same user, and can be used as well as -recipient local part than as login for different protocols.</p> -</div> -</div> -</div> -<div class="sect1"> -<h2 id="_configuration"><a class="anchor" href="#_configuration"></a>Configuration</h2> -<div class="sectionbody"> -<table class="tableblock frame-all grid-all stretch"> -<caption class="title">Table 1. usersrepository.xml content</caption> -<colgroup> -<col style="width: 50%;"> -<col style="width: 50%;"> -</colgroup> -<thead> -<tr> -<th class="tableblock halign-left valign-top">Property name</th> -<th class="tableblock halign-left valign-top">explanation</th> -</tr> -</thead> -<tbody> -<tr> -<td class="tableblock halign-left valign-top"><p class="tableblock">enableVirtualHosting</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">true or false. Add domain support for users (default: false, except for Cassandra Users Repository)</p></td> -</tr> -<tr> -<td class="tableblock halign-left valign-top"><p class="tableblock">administratorId</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">user’s name. Allow a user to access to the <a href="https://tools.ietf.org/html/rfc4616#section-2">impersonation command</a>, -acting on the behalf of any user.</p></td> -</tr> -</tbody> -</table> -</div> -</div> -<div class="sect1"> -<h2 id="_configuring_a_ldap"><a class="anchor" href="#_configuring_a_ldap"></a>Configuring a LDAP</h2> -<div class="sectionbody"> -<div class="paragraph"> -<p>Alternatively you can authenticate your users against a LDAP server. You need to configure -the properties for accessing your LDAP server in this file.</p> -</div> -<div class="paragraph"> -<p>Consult this <a href="https://github.com/apache/james-project/blob/master/server/apps/distributed-app/sample-configuration/usersrepository.xml">example</a> -to get some examples and hints.</p> -</div> -<div class="paragraph"> -<p>Example:</p> -</div> -<div class="literalblock"> -<div class="content"> -<pre><repository name="LocalUsers" class="org.apache.james.user.ldap.ReadOnlyUsersLDAPRepository" ldapHost="ldap://myldapserver:389" - principal="uid=ldapUser,ou=system" credentials="password" userBase="ou=People,o=myorg.com,ou=system" userIdAttribute="uid"/>;</pre> -</div> -</div> -</div> +<p>For testing purposes, you may specify a different file path via the command line option <code>-Dextra.props=/some/other/jvm.properties</code>.</p> </div> </article> </div> diff --git a/james-distributed-app/3.7.0/configure/usersrepository.html b/james-distributed-app/3.7.0/configure/usersrepository.html index 0e5c160..18f4516 100644 --- a/james-distributed-app/3.7.0/configure/usersrepository.html +++ b/james-distributed-app/3.7.0/configure/usersrepository.html @@ -431,6 +431,10 @@ recipient local part than as login for different protocols.</p> <td class="tableblock halign-left valign-top"><p class="tableblock">user’s name. Allow a user to access to the <a href="https://tools.ietf.org/html/rfc4616#section-2">impersonation command</a>, acting on the behalf of any user.</p></td> </tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock">verifyFailureDelay</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Delay after a failed authentication attempt with an invalid user name or password. Duration string defaulting to seconds, e.g. <code>2</code>, <code>2s</code>, <code>2000ms</code>. Default <code>0s</code> (disabled).</p></td> +</tr> </tbody> </table> </div> diff --git a/james-distributed-app/3.7.0/operate/webadmin.html b/james-distributed-app/3.7.0/operate/webadmin.html index f65f473..3c5d4ca 100644 --- a/james-distributed-app/3.7.0/operate/webadmin.html +++ b/james-distributed-app/3.7.0/operate/webadmin.html @@ -1159,6 +1159,35 @@ If you want to update a user’s password, please have a look at <strong>Upd </div> </div> <div class="sect2"> +<h3 id="_verifying_a_user_password"><a class="anchor" href="#_verifying_a_user_password"></a>Verifying a user password</h3> +<div class="literalblock"> +<div class="content"> +<pre>curl -XPOST http://ip:port/users/usernameToBeUsed/verify \ + -d '{"password":"passwordToBeVerified"}' \ + -H "Content-Type: application/json"</pre> +</div> +</div> +<div class="paragraph"> +<p>Response codes:</p> +</div> +<div class="ulist"> +<ul> +<li> +<p>204: The user’s password was correct</p> +</li> +<li> +<p>401: Wrong password or user does not exist</p> +</li> +<li> +<p>400: The user name or the payload is invalid</p> +</li> +</ul> +</div> +<div class="paragraph"> +<p>This intentionally treats non-existing users as unauthenticated, to prevent a username oracle attack.</p> +</div> +</div> +<div class="sect2"> <h3 id="_testing_a_user_existence"><a class="anchor" href="#_testing_a_user_existence"></a>Testing a user existence</h3> <div class="literalblock"> <div class="content"> diff --git a/sitemap-james-distributed-app.xml b/sitemap-james-distributed-app.xml index 10de84d..24f8414 100644 --- a/sitemap-james-distributed-app.xml +++ b/sitemap-james-distributed-app.xml @@ -2,238 +2,242 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/architecture/consistency-model.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/architecture/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/architecture/specialized-instances.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/batchsizes.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/blobstore.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/cassandra.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/collecting-contacts.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/collecting-events.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/dns.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/domainlist.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/dsn.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/elasticsearch.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/extensions.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/healthcheck.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/imap.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/jmap.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/jmx.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> +</url> +<url> +<loc>https://james.apache.org/james-distributed-app/3.7.0/configure/jvm.html</loc> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/listeners.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/mailetcontainer.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/mailets.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/mailrepositorystore.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/matchers.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/pop3.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/rabbitmq.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/recipientrewritetable.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/remote-delivery-error-handling.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/sieve.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/smtp-hooks.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/smtp.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/spam.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/ssl.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/tika.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/usersrepository.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/vault.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/configure/webadmin.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/extending/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/extending/mail-processing.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/extending/mailbox-listeners.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/extending/smtp-hooks.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/extending/webadmin-routes.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/objectives.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/operate/cassandra-migration.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/operate/cli.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/operate/guide.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/operate/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/operate/logging.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/operate/metrics.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/operate/migrating.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/operate/webadmin.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/run/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/run/k8s-checklist.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/run/k8s-logsMetrics.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/run/k8s-secrets.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/run/k8s-values.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/run/run-docker.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/run/run-java.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.7.0/run/run-kubernetes.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> </urlset> diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml index 4228165..55ea90a 100644 --- a/sitemap-james-project.xml +++ b/sitemap-james-project.xml @@ -2,574 +2,574 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-project/3.7.0/community/contributing.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/download.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/guidelines.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/mailing-lists.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/release.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/support.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/community/website.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/configuration.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/glossary.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/mail/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/messages/imf.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/messages/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/messages/mime.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/processing/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/esmtp.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/imap.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/jmap.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/lmtp.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/pop.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/protocols/smtp.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/storage/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/storage/mailbox.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/storage/users.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/concepts/user/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/customization/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/development/deployment-tests.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/development/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/development/logging.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/15-minute-demo.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/5-minute-demo.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/architecture.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/concepts.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/conf/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/context.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/help.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/basic/objectives.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/demo.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/extendable.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/run.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.7.0/servers/test.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/contributing.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/remote-delivery-error-handling.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> </urlset> diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml index d6d5e3e..0d6aea6 100644 --- a/sitemap-james-site.xml +++ b/sitemap-james-site.xml @@ -2,10 +2,10 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-site/latest/homepage.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> <url> <loc>https://james.apache.org/james-site/latest/index.html</loc> -<lastmod>2021-11-12T14:46:53.127Z</lastmod> +<lastmod>2021-11-15T18:16:46.686Z</lastmod> </url> </urlset> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org