mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
deploy: c98fb9aa92
This commit is contained in:
parent
9d75526c68
commit
24e541ac3e
84
v10.1/assets/css/customizations.css
Normal file
84
v10.1/assets/css/customizations.css
Normal file
|
@ -0,0 +1,84 @@
|
|||
/* This file adds our styling additions / fixes to maintain. */
|
||||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
/* External Link icon feature. Rejected from upstreaming to `mkdocs-material`.
|
||||
Alternative solution using SVG icon here (Broken on Chrome?): https://github.com/squidfunk/mkdocs-material/issues/2318#issuecomment-789461149
|
||||
Tab or Nav sidebar with non-relative links will prepend an icon (font glyph)
|
||||
If you want to append instead, switch `::before` to `::after`.
|
||||
*/
|
||||
/* reference the icon font to use */
|
||||
@font-face {
|
||||
font-family: 'external-link';
|
||||
src: url('../fonts/external-link.woff') format('woff');
|
||||
}
|
||||
|
||||
/* Matches the two nav link classes that start with `http` `href` values, regular docs pages use relative URLs instead. */
|
||||
.md-tabs__link[href^="http"]::before, .md-nav__link[href^="http"]::before {
|
||||
display: inline-block; /* treat similar to text */
|
||||
font-family: 'external-link';
|
||||
content:'\0041'; /* represents "A" which our font renders as an icon instead of the "A" glyph */
|
||||
font-size: 80%; /* icon is a little too big by default, scale it down */
|
||||
}
|
||||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
/* UI Improvement: Header bar (top of page) adjustments - Increase scale of logo and adjust white-space */
|
||||
/* Make the logo larger without impacting other header components */
|
||||
.md-header__button.md-logo > img { transform: scale(180%); margin-left: 0.4rem; }
|
||||
/* Reduce the white-space between the Logo and Title components */
|
||||
.md-header__title { margin-left: 0.3rem; }
|
||||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
/* UI Improvement: Add light colour bg for the version selector, with some rounded corners */
|
||||
.md-version__current {
|
||||
background-color: rgb(255,255,255,0.18); /* white with 18% opacity */
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
/*
|
||||
UX Bugfix for permalink affecting typography in headings.
|
||||
Upstream will not fix: https://github.com/squidfunk/mkdocs-material/issues/2369
|
||||
*/
|
||||
|
||||
/* Headings are configured to be links (instead of only the permalink symbol), removes the link colour */
|
||||
div.md-content article.md-content__inner a.toclink {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
/* Instead of a permalink symbol at the end of heading text, use a border line on the left spanning height of heading */
|
||||
/* Includes optional background fill with rounded right-side corners, and restores inline code style */
|
||||
/* NOTE: Headings with markdown links embedded disrupt the bg fill style, as they're not children of `a.toclink` element */
|
||||
div.md-content article.md-content__inner a.toclink {
|
||||
display: inline-block; /* Enables multi-line support for both border and bg color */
|
||||
border-left: .2rem solid transparent; /* transparent placeholder to avoid heading shift during reveal transition */
|
||||
margin-left: -0.6rem; /* Offset heading to the left */
|
||||
padding-left: 0.4rem; /* Push heading back to original position, margin-left - border-left widths */
|
||||
transition: background-color 200ms,border-left 200ms;
|
||||
|
||||
/* Only relevant if using background highlight style */
|
||||
border-radius: 0 0.25rem 0.25rem 0;
|
||||
padding-right: 0.4rem;
|
||||
}
|
||||
|
||||
div.md-content article.md-content__inner a.toclink:hover,
|
||||
div.md-content article.md-content__inner :target > a.toclink {
|
||||
border-left: .2rem solid #448aff; /* highlight line on the left */
|
||||
background-color: #b3dbff6e; /* background highlight fill */
|
||||
transition: background-color 200ms,border-left 200ms;
|
||||
}
|
||||
|
||||
/* Upstream overrides some of the `code` element styles for headings, restore them */
|
||||
div.md-content article.md-content__inner a.toclink code {
|
||||
padding: 0 0.3em; /* padding to the left and right, not top and bottom */
|
||||
border-radius: 0.2rem; /* 0.1rem of original style bit too small */
|
||||
background-color: var(--md-code-bg-color);
|
||||
}
|
||||
|
||||
.highlight.no-copy .md-clipboard { display: none; }
|
||||
|
||||
/* ============================================================================================================= */
|
BIN
v10.1/assets/fonts/external-link.woff
Normal file
BIN
v10.1/assets/fonts/external-link.woff
Normal file
Binary file not shown.
BIN
v10.1/assets/img/bg-water.webp
Normal file
BIN
v10.1/assets/img/bg-water.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
29
v10.1/assets/javascripts/bundle.716f8af4.min.js
vendored
Normal file
29
v10.1/assets/javascripts/bundle.716f8af4.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
48
v10.1/assets/javascripts/workers/search.53c85856.min.js
vendored
Normal file
48
v10.1/assets/javascripts/workers/search.53c85856.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
v10.1/assets/logo/dmo-logo-white.min.svg
Normal file
BIN
v10.1/assets/logo/dmo-logo-white.min.svg
Normal file
Binary file not shown.
After Width: | Height: | Size: 677 B |
BIN
v10.1/assets/logo/dmo-logo.min.svg
Normal file
BIN
v10.1/assets/logo/dmo-logo.min.svg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
v10.1/assets/logo/favicon-32x32.png
Normal file
BIN
v10.1/assets/logo/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
2
v10.1/assets/stylesheets/main.1118c9be.min.css
vendored
Normal file
2
v10.1/assets/stylesheets/main.1118c9be.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
v10.1/assets/stylesheets/palette.ba0d045b.min.css
vendored
Normal file
2
v10.1/assets/stylesheets/palette.ba0d045b.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1732
v10.1/config/advanced/auth-ldap/index.html
Normal file
1732
v10.1/config/advanced/auth-ldap/index.html
Normal file
File diff suppressed because it is too large
Load diff
1643
v10.1/config/advanced/full-text-search/index.html
Normal file
1643
v10.1/config/advanced/full-text-search/index.html
Normal file
File diff suppressed because it is too large
Load diff
1463
v10.1/config/advanced/ipv6/index.html
Normal file
1463
v10.1/config/advanced/ipv6/index.html
Normal file
File diff suppressed because it is too large
Load diff
2015
v10.1/config/advanced/kubernetes/index.html
Normal file
2015
v10.1/config/advanced/kubernetes/index.html
Normal file
File diff suppressed because it is too large
Load diff
1559
v10.1/config/advanced/mail-fetchmail/index.html
Normal file
1559
v10.1/config/advanced/mail-fetchmail/index.html
Normal file
File diff suppressed because it is too large
Load diff
1356
v10.1/config/advanced/mail-forwarding/aws-ses/index.html
Normal file
1356
v10.1/config/advanced/mail-forwarding/aws-ses/index.html
Normal file
File diff suppressed because it is too large
Load diff
1565
v10.1/config/advanced/mail-forwarding/relay-hosts/index.html
Normal file
1565
v10.1/config/advanced/mail-forwarding/relay-hosts/index.html
Normal file
File diff suppressed because it is too large
Load diff
1481
v10.1/config/advanced/mail-sieve/index.html
Normal file
1481
v10.1/config/advanced/mail-sieve/index.html
Normal file
File diff suppressed because it is too large
Load diff
1440
v10.1/config/advanced/maintenance/update-and-cleanup/index.html
Normal file
1440
v10.1/config/advanced/maintenance/update-and-cleanup/index.html
Normal file
File diff suppressed because it is too large
Load diff
1453
v10.1/config/advanced/optional-config/index.html
Normal file
1453
v10.1/config/advanced/optional-config/index.html
Normal file
File diff suppressed because it is too large
Load diff
1468
v10.1/config/advanced/override-defaults/dovecot/index.html
Normal file
1468
v10.1/config/advanced/override-defaults/dovecot/index.html
Normal file
File diff suppressed because it is too large
Load diff
1360
v10.1/config/advanced/override-defaults/postfix/index.html
Normal file
1360
v10.1/config/advanced/override-defaults/postfix/index.html
Normal file
File diff suppressed because it is too large
Load diff
1370
v10.1/config/advanced/override-defaults/user-patches/index.html
Normal file
1370
v10.1/config/advanced/override-defaults/user-patches/index.html
Normal file
File diff suppressed because it is too large
Load diff
1342
v10.1/config/best-practices/autodiscover/index.html
Normal file
1342
v10.1/config/best-practices/autodiscover/index.html
Normal file
File diff suppressed because it is too large
Load diff
1546
v10.1/config/best-practices/dkim/index.html
Normal file
1546
v10.1/config/best-practices/dkim/index.html
Normal file
File diff suppressed because it is too large
Load diff
1419
v10.1/config/best-practices/dmarc/index.html
Normal file
1419
v10.1/config/best-practices/dmarc/index.html
Normal file
File diff suppressed because it is too large
Load diff
1456
v10.1/config/best-practices/spf/index.html
Normal file
1456
v10.1/config/best-practices/spf/index.html
Normal file
File diff suppressed because it is too large
Load diff
3781
v10.1/config/environment/index.html
Normal file
3781
v10.1/config/environment/index.html
Normal file
File diff suppressed because it is too large
Load diff
1349
v10.1/config/pop3/index.html
Normal file
1349
v10.1/config/pop3/index.html
Normal file
File diff suppressed because it is too large
Load diff
1357
v10.1/config/security/fail2ban/index.html
Normal file
1357
v10.1/config/security/fail2ban/index.html
Normal file
File diff suppressed because it is too large
Load diff
1458
v10.1/config/security/mail_crypt/index.html
Normal file
1458
v10.1/config/security/mail_crypt/index.html
Normal file
File diff suppressed because it is too large
Load diff
2145
v10.1/config/security/ssl/index.html
Normal file
2145
v10.1/config/security/ssl/index.html
Normal file
File diff suppressed because it is too large
Load diff
1680
v10.1/config/security/understanding-the-ports/index.html
Normal file
1680
v10.1/config/security/understanding-the-ports/index.html
Normal file
File diff suppressed because it is too large
Load diff
1518
v10.1/config/setup.sh/index.html
Normal file
1518
v10.1/config/setup.sh/index.html
Normal file
File diff suppressed because it is too large
Load diff
1508
v10.1/config/troubleshooting/debugging/index.html
Normal file
1508
v10.1/config/troubleshooting/debugging/index.html
Normal file
File diff suppressed because it is too large
Load diff
1459
v10.1/config/user-management/accounts/index.html
Normal file
1459
v10.1/config/user-management/accounts/index.html
Normal file
File diff suppressed because it is too large
Load diff
1439
v10.1/config/user-management/aliases/index.html
Normal file
1439
v10.1/config/user-management/aliases/index.html
Normal file
File diff suppressed because it is too large
Load diff
1642
v10.1/contributing/coding-style/index.html
Normal file
1642
v10.1/contributing/coding-style/index.html
Normal file
File diff suppressed because it is too large
Load diff
1324
v10.1/contributing/documentation/index.html
Normal file
1324
v10.1/contributing/documentation/index.html
Normal file
File diff suppressed because it is too large
Load diff
1471
v10.1/contributing/issues-and-pull-requests/index.html
Normal file
1471
v10.1/contributing/issues-and-pull-requests/index.html
Normal file
File diff suppressed because it is too large
Load diff
1352
v10.1/contributing/tests/index.html
Normal file
1352
v10.1/contributing/tests/index.html
Normal file
File diff suppressed because it is too large
Load diff
1547
v10.1/examples/tutorials/basic-installation/index.html
Normal file
1547
v10.1/examples/tutorials/basic-installation/index.html
Normal file
File diff suppressed because it is too large
Load diff
1342
v10.1/examples/tutorials/blog-posts/index.html
Normal file
1342
v10.1/examples/tutorials/blog-posts/index.html
Normal file
File diff suppressed because it is too large
Load diff
1550
v10.1/examples/tutorials/mailserver-behind-proxy/index.html
Normal file
1550
v10.1/examples/tutorials/mailserver-behind-proxy/index.html
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1536
v10.1/examples/uses-cases/imap-folders/index.html
Normal file
1536
v10.1/examples/uses-cases/imap-folders/index.html
Normal file
File diff suppressed because it is too large
Load diff
2083
v10.1/faq/index.html
Normal file
2083
v10.1/faq/index.html
Normal file
File diff suppressed because it is too large
Load diff
BIN
v10.1/favicon.ico
Normal file
BIN
v10.1/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
1419
v10.1/index.html
Normal file
1419
v10.1/index.html
Normal file
File diff suppressed because it is too large
Load diff
1750
v10.1/introduction/index.html
Normal file
1750
v10.1/introduction/index.html
Normal file
File diff suppressed because it is too large
Load diff
1
v10.1/search/search_index.json
Normal file
1
v10.1/search/search_index.json
Normal file
File diff suppressed because one or more lines are too long
198
v10.1/sitemap.xml
Normal file
198
v10.1/sitemap.xml
Normal file
|
@ -0,0 +1,198 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/faq/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/introduction/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/environment/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/pop3/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/setup.sh/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/auth-ldap/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/full-text-search/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/ipv6/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/kubernetes/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/mail-fetchmail/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/mail-sieve/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/optional-config/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/mail-forwarding/aws-ses/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/mail-forwarding/relay-hosts/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/maintenance/update-and-cleanup/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/override-defaults/dovecot/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/override-defaults/postfix/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/advanced/override-defaults/user-patches/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/best-practices/autodiscover/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/best-practices/dkim/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/best-practices/dmarc/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/best-practices/spf/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/security/fail2ban/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/security/mail_crypt/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/security/ssl/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/security/understanding-the-ports/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/troubleshooting/debugging/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/user-management/accounts/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/config/user-management/aliases/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/contributing/coding-style/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/contributing/documentation/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/contributing/issues-and-pull-requests/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/contributing/tests/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/examples/tutorials/basic-installation/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/examples/tutorials/blog-posts/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/examples/tutorials/mailserver-behind-proxy/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/examples/uses-cases/forward-only-mailserver-with-ldap-authentication/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v10.1/examples/uses-cases/imap-folders/</loc>
|
||||
<lastmod>2021-08-11</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Reference in a new issue