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 f5dde9f93 Site checkin for project Apache James: Jenkins Tools f5dde9f93 is described below commit f5dde9f93338a324330e9034793599b09a8cd19b Author: jenkins <bui...@apache.org> AuthorDate: Thu Jun 20 12:02:29 2024 +0000 Site checkin for project Apache James: Jenkins Tools --- .../3.8.0/configure/blobstore.html | 11 - james-distributed-app/3.8.0/configure/jmap.html | 4 - james-distributed-app/3.8.0/configure/mailets.html | 4 +- james-distributed-app/3.8.1/operate/logging.html | 2 +- james-distributed-app/3.8.1/run/run-docker.html | 2 +- james-distributed-app/3.8.1/run/run-java.html | 2 +- sitemap-james-distributed-app.xml | 142 +++++----- sitemap-james-project.xml | 286 ++++++++++----------- sitemap-james-site.xml | 4 +- 9 files changed, 221 insertions(+), 236 deletions(-) diff --git a/james-distributed-app/3.8.0/configure/blobstore.html b/james-distributed-app/3.8.0/configure/blobstore.html index dc0211e92..fe8264d84 100644 --- a/james-distributed-app/3.8.0/configure/blobstore.html +++ b/james-distributed-app/3.8.0/configure/blobstore.html @@ -668,17 +668,6 @@ S3 endpoint SSL certificates.</p></td> Supported units: K, M, G, defaults to B if no unit is specified. If unspecified, big object won’t be prevented from being loaded in memory. This settings complements protocol limits.</p></td> </tr> -<tr> -<td class="tableblock halign-left valign-top"><p class="tableblock">objectstorage.s3.upload.retry.maxAttempts</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">optional: Integer. Default is zero. This property specifies the maximum number of retry attempts allowed for failed upload operations.</p></td> -</tr> -<tr> -<td class="tableblock halign-left valign-top"><p class="tableblock">objectstorage.s3.upload.retry.backoffDurationMillis</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">optional: Long (Milliseconds). Default is 10 (miliseconds). -Only takes effect when the "objectstorage.s3.upload.retry.maxAttempts" property is declared. -This property determines the duration (in milliseconds) to wait between retry attempts for failed upload operations. -This delay is known as backoff. The jitter factor is 0.5</p></td> -</tr> </tbody> </table> </div> diff --git a/james-distributed-app/3.8.0/configure/jmap.html b/james-distributed-app/3.8.0/configure/jmap.html index 06abc4fc4..46deee07f 100644 --- a/james-distributed-app/3.8.0/configure/jmap.html +++ b/james-distributed-app/3.8.0/configure/jmap.html @@ -522,10 +522,6 @@ systems with filters already defined would result in those filters to be not rea <td class="tableblock halign-left valign-top"><p class="tableblock">Optional, defaults to empty. Coma separated list of JMAP capabilities to reject. 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">email.get.full.max.size</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">Optional, default value is 5. The max number of items for EmailGet full reads.</p></td> -</tr> </tbody> </table> </div> diff --git a/james-distributed-app/3.8.0/configure/mailets.html b/james-distributed-app/3.8.0/configure/mailets.html index 7c104f10b..b687cb1d2 100644 --- a/james-distributed-app/3.8.0/configure/mailets.html +++ b/james-distributed-app/3.8.0/configure/mailets.html @@ -1566,7 +1566,7 @@ which is typically <strong>localhost</strong>.</p> </li> <li> <p><strong>mail.</strong>* (optional) - Any property beginning with <strong>mail.</strong> described in the Javadoc for package -<a href="https://eclipse-ee4j.github.io/angus-mail/docs/api/org.eclipse.angus.mail/org/eclipse/angus/mail/smtp/package-summary.html">*org.eclipse.angus.mail.smtp*</a> +<a href="https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html">*com.sun.mail.smtp*</a> can be set with a parameter of the corresponding name. For example the parameter <strong><mail.smtp.ssl.enable>true</mail.smtp.ssl.enable></strong> is equivalent to the Java code <strong>props.put("mail.smtp.ssl.enable", "true");</strong>. Properties set by this facility override settings made @@ -1601,7 +1601,7 @@ You can also use other javax properties for StartTLS, but their property prefix or use the <strong>mail.smtps.ssl.checkserveridentity</strong> and <strong>mail.smtp.ssl.checkserveridentity</strong> javax properties for fine control.</p> </div> <div class="paragraph"> -<p>Read <a href="https://eclipse-ee4j.github.io/angus-mail/docs/api/org.eclipse.angus.mail/org/eclipse/angus/mail/smtp/package-summary.html"><strong>org.eclipse.angus.mail.smtp</strong></a> +<p>Read <a href="https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html"><strong>com.sun.mail.smtp</strong></a> for full information.</p> </div> </div> diff --git a/james-distributed-app/3.8.1/operate/logging.html b/james-distributed-app/3.8.1/operate/logging.html index 88ec89685..c3f78c9d3 100644 --- a/james-distributed-app/3.8.1/operate/logging.html +++ b/james-distributed-app/3.8.1/operate/logging.html @@ -634,7 +634,7 @@ services: - discovery.type=single-node cassandra: - image: cassandra:4.1.3 + image: cassandra:4.1.5 ports: - "9042:9042" diff --git a/james-distributed-app/3.8.1/run/run-docker.html b/james-distributed-app/3.8.1/run/run-docker.html index 0344eab3a..d5ad2ea96 100644 --- a/james-distributed-app/3.8.1/run/run-docker.html +++ b/james-distributed-app/3.8.1/run/run-docker.html @@ -480,7 +480,7 @@ Follow the 'Useful commands' section for more information about James CLI.</p> </div> <div class="literalblock"> <div class="content"> -<pre>$ docker run -d --network james --name=cassandra cassandra:4.1.3</pre> +<pre>$ docker run -d --network james --name=cassandra cassandra:4.1.5</pre> </div> </div> <div class="paragraph"> diff --git a/james-distributed-app/3.8.1/run/run-java.html b/james-distributed-app/3.8.1/run/run-java.html index f2b8eb0a7..fac7a2692 100644 --- a/james-distributed-app/3.8.1/run/run-java.html +++ b/james-distributed-app/3.8.1/run/run-java.html @@ -478,7 +478,7 @@ running. You can either install the servers or launch them via docker:</p> </div> <div class="listingblock"> <div class="content"> -<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">$ docker run -d -p 9042:9042 --name=cassandra cassandra:4.1.3 +<pre class="highlightjs highlight"><code class="language-bash hljs" data-lang="bash">$ docker run -d -p 9042:9042 --name=cassandra cassandra:4.1.5 $ docker run -d --network james -p 9200:9200 --name=opensearch --env 'discovery.type=single-node' opensearchproject/opensearch:2.1.0 $ docker run -d -p 5672:5672 -p 15672:15672 --name=rabbitmq rabbitmq:3.12.1-management $ docker run -d --env 'REMOTE_MANAGEMENT_DISABLE=1' --env 'SCALITY_ACCESS_KEY_ID=accessKey1' --env 'SCALITY_SECRET_ACCESS_KEY=secretKey1' --name=s3 registry.scality.com/cloudserver/cloudserver:8.7.25</code></pre> diff --git a/sitemap-james-distributed-app.xml b/sitemap-james-distributed-app.xml index 91c041583..bd72ca4b1 100644 --- a/sitemap-james-distributed-app.xml +++ b/sitemap-james-distributed-app.xml @@ -2,286 +2,286 @@ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/consistency-model.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/implemented-standards.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/specialized-instances.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/db-benchmark.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/james-benchmark.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/batchsizes.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/blobstore.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/cassandra.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/collecting-contacts.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/collecting-events.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/dns.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/domainlist.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/droplists.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/dsn.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/extensions.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/healthcheck.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/imap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jmap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jmx.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jvm.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/listeners.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailetcontainer.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailets.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailrepositorystore.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/matchers.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/opensearch.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/pop3.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/queue.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/rabbitmq.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/recipientrewritetable.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/redis.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/remote-delivery-error-handling.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/search.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/sieve.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/smtp-hooks.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/smtp.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/spam.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/ssl.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/tika.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/usersrepository.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/vault.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/webadmin.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/imap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/mail-processing.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/mailbox-listeners.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/smtp-hooks.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/webadmin-routes.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/objectives.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/cassandra-migration.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/cli.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/guide.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/logging.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/metrics.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/migrating.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/performanceChecklist.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/security.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/webadmin.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-checklist.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-logsMetrics.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-secrets.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-values.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-docker.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-java.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-kubernetes.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> </urlset> diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml index 6a64919e3..a8f15f321 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.8.1/community/contributing.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/download.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/guidelines.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/mailing-lists.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/release.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/support.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/website.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/configuration.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/glossary.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/mail/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/imf.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/mime.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/processing/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/esmtp.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/imap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/jmap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/lmtp.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/pop.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/smtp.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/mailbox.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/users.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/user/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/customization/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/deployment-tests.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/logging.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/15-minute-demo.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/5-minute-demo.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/architecture.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/concepts.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/conf/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/context.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/help.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/objectives.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/demo.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/extendable.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/run.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/test.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/contributing.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/remote-delivery-error-handling.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> </urlset> diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml index 6570904bc..36354aca3 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-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> <url> <loc>https://james.apache.org/james-site/latest/index.html</loc> -<lastmod>2024-06-17T16:37:42.883Z</lastmod> +<lastmod>2024-06-20T12:02:08.458Z</lastmod> </url> </urlset> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org