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 410f206fb Site checkin for project Apache James: Jenkins Tools 410f206fb is described below commit 410f206fb902bd32a86e903b358fcb506850b27d Author: jenkins <bui...@apache.org> AuthorDate: Wed Jun 5 11:17:53 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/configure/smtp.html | 23 +- sitemap-james-distributed-app.xml | 140 +++++----- sitemap-james-project.xml | 286 ++++++++++----------- sitemap-james-site.xml | 4 +- 7 files changed, 248 insertions(+), 224 deletions(-) diff --git a/james-distributed-app/3.8.0/configure/blobstore.html b/james-distributed-app/3.8.0/configure/blobstore.html index fe8264d84..dc0211e92 100644 --- a/james-distributed-app/3.8.0/configure/blobstore.html +++ b/james-distributed-app/3.8.0/configure/blobstore.html @@ -668,6 +668,17 @@ 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 46deee07f..06abc4fc4 100644 --- a/james-distributed-app/3.8.0/configure/jmap.html +++ b/james-distributed-app/3.8.0/configure/jmap.html @@ -522,6 +522,10 @@ 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 b687cb1d2..7c104f10b 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://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html">*com.sun.mail.smtp*</a> +<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> 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://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html"><strong>com.sun.mail.smtp</strong></a> +<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> for full information.</p> </div> </div> diff --git a/james-distributed-app/3.8.1/configure/smtp.html b/james-distributed-app/3.8.1/configure/smtp.html index d7bf2edb9..05cce85d5 100644 --- a/james-distributed-app/3.8.1/configure/smtp.html +++ b/james-distributed-app/3.8.1/configure/smtp.html @@ -549,13 +549,22 @@ You would generally use one OR the other approach.</p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock">verifyIdentity</p></td> -<td class="tableblock halign-left valign-top"><p class="tableblock">This is an optional tag with a boolean body. This option can only be used -if SMTP authentication is required. If the parameter is set to true then the sender address for the submitted message -will be verified against the authenticated subject. Verify sender addresses, ensuring that -the sender address matches the user who has authenticated. -It will verify that the sender address matches the address of the user or one of its alias (from user or domain aliases). -This prevents a user of your mail server from acting as someone else -If unspecified, default value is true.</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">This is an optional tag. This options governs MAIL FROM verifications, and prevents spoofing of the MAIL FROM +envelop field.</p> +<p class="tableblock">The following values are supported:</p> +<p class="tableblock"> - <code>strict</code>: use of a local domain in MAIL FROM requires the SMTP client to be authenticated with a matching user or one + of its aliases. It will verify that the sender address matches the address of the user or one of its alias (from user or domain aliases). + This prevents a user of your mail server from acting as someone else + - <code>disabled</code>: no check is performed and third party are free to send emails as local users. Note that relaying emails will + need third party to be authenticated thus preventing open relays. + - <code>relaxed</code>: Based on a simple heuristic to determine if the SMTP client is a MUA or a MX (use of a valid domain in EHLO), + we do act as <code>strict</code> for MUAs thus prompting them early for the need of authentication, but accept use of local MAIL FROM for + MX. Authentication can then be delayed to later, eg after DATA transaction with the DKIMHook which might allow email looping through + third party domains via mail redirection, effectively enforcing that the mail originates from our servers. See + <a href="https://issues.apache.org/jira/browse/JAMES-4032">JAMES-4032</a> for detailed explanation.</p> +<p class="tableblock">Backward compatibility is provided and thus the following values are supported:</p> +<p class="tableblock"> - <code>true</code>: act as <code>strict</code> + - <code>false</code>: act as <code>disabled</code></p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock">maxmessagesize</p></td> diff --git a/sitemap-james-distributed-app.xml b/sitemap-james-distributed-app.xml index d17c93470..dbb7fac4d 100644 --- a/sitemap-james-distributed-app.xml +++ b/sitemap-james-distributed-app.xml @@ -2,282 +2,282 @@ <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-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/implemented-standards.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/architecture/specialized-instances.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/db-benchmark.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/benchmark/james-benchmark.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/batchsizes.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/blobstore.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/cassandra.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/collecting-contacts.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/collecting-events.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/dns.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/domainlist.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/dsn.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/extensions.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/healthcheck.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/imap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jmap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jmx.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/jvm.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/listeners.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailetcontainer.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailets.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/mailrepositorystore.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/matchers.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/opensearch.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/pop3.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/queue.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/rabbitmq.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/recipientrewritetable.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/redis.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/remote-delivery-error-handling.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/search.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/sieve.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/smtp-hooks.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/smtp.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/spam.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/ssl.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/tika.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/usersrepository.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/vault.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/configure/webadmin.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/imap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/mail-processing.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/mailbox-listeners.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/smtp-hooks.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/extending/webadmin-routes.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/objectives.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/cassandra-migration.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/cli.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/guide.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/logging.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/metrics.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/migrating.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/performanceChecklist.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/security.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/operate/webadmin.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-checklist.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-logsMetrics.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-secrets.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/k8s-values.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-docker.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-java.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-distributed-app/3.8.1/run/run-kubernetes.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> </urlset> diff --git a/sitemap-james-project.xml b/sitemap-james-project.xml index 97bb6dd17..9a336c2e0 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-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/download.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/guidelines.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/mailing-lists.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/release.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/support.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/community/website.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/configuration.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/glossary.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/mail/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/imf.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/messages/mime.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/processing/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/esmtp.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/imap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/jmap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/lmtp.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/pop.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/protocols/smtp.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/mailbox.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/storage/users.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/concepts/user/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/customization/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/deployment-tests.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/development/logging.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/15-minute-demo.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/5-minute-demo.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/architecture.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/concepts.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/conf/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/context.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/help.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/basic/objectives.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/demo.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/extendable.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/run.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.8.1/servers/test.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/contributing.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/download.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/guidelines.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/mailing-lists.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/release.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/support.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/community/website.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/configuration.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/glossary.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/mail/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/imf.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/messages/mime.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/processing/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/esmtp.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/imap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/jmap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/lmtp.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/pop.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/protocols/smtp.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/mailbox.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/storage/users.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/concepts/user/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/customization/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/development/logging.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/15-minute-demo.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/5-minute-demo.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/architecture.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/concepts.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/conf/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/context.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/help.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/basic/objectives.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/demo.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/consistency-model.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/architecture/specialized-instances.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/batchsizes.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/blobstore.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/cassandra.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-contacts.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/collecting-events.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dns.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/domainlist.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/dsn.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/elasticsearch.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/extensions.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/healthcheck.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/imap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmap.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/jmx.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/listeners.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailetcontainer.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailets.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/mailrepositorystore.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/matchers.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/pop3.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/rabbitmq.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/recipientrewritetable.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</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-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp-hooks.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/smtp.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/spam.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/ssl.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/tika.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/usersrepository.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/vault.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/configure/webadmin.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mail-processing.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/mailbox-listeners.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/smtp-hooks.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/extending/webadmin-routes.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/objectives.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cassandra-migration.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/cli.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/guide.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/logging.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/metrics.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/migrating.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/operate/webadmin.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run-docker.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/distributed/run.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/extendable.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/run.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-project/3.6.0/servers/test.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> </urlset> diff --git a/sitemap-james-site.xml b/sitemap-james-site.xml index 99a67874b..36a710c22 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-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> <url> <loc>https://james.apache.org/james-site/latest/index.html</loc> -<lastmod>2024-06-04T12:35:18.458Z</lastmod> +<lastmod>2024-06-05T11:09:27.119Z</lastmod> </url> </urlset> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org