mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-30 01:17:48 +02:00
deploy: 8f391e4d5aa6449fcf8a4762df23cba98c52bc4c
This commit is contained in:
parent
467896a022
commit
11f37378ae
100
v13.2/assets/css/customizations.css
Normal file
100
v13.2/assets/css/customizations.css
Normal file
@ -0,0 +1,100 @@
|
||||
/*
|
||||
This file adds our styling additions / fixes to maintain.
|
||||
Some of which are overly specific and may break with future updates by upstream.
|
||||
*/
|
||||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
/* 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 left navbar visibility on top-level (tabbed) pages with no nested sub-pages.
|
||||
Upstream will not fix: https://github.com/squidfunk/mkdocs-material/issues/3109
|
||||
*/
|
||||
|
||||
@media screen and (min-width: 76.25em) {
|
||||
.md-nav--lifted>.md-nav__list>.md-nav__item--active>.md-nav__link {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* ============================================================================================================= */
|
||||
|
||||
/*
|
||||
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
v13.2/assets/fonts/external-link.woff
Normal file
BIN
v13.2/assets/fonts/external-link.woff
Normal file
Binary file not shown.
BIN
v13.2/assets/img/bg-water.webp
Normal file
BIN
v13.2/assets/img/bg-water.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
29
v13.2/assets/javascripts/bundle.dff1b7c8.min.js
vendored
Normal file
29
v13.2/assets/javascripts/bundle.dff1b7c8.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
42
v13.2/assets/javascripts/workers/search.dfff1995.min.js
vendored
Normal file
42
v13.2/assets/javascripts/workers/search.dfff1995.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v13.2/assets/logo/dmo-logo-white.min.svg
Normal file
1
v13.2/assets/logo/dmo-logo-white.min.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg viewBox="20 244 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M122 490h172l70-27a10 10 0 0 0 6-12l-55-146a10 10 0 0 0-13-5L90 380a10 10 0 0 0-6 12z" fill="#e3e3e3"/><path d="m294 490 70-27a10 10 0 0 0 5-5l-149-54-46 86z" fill="#d4d4d4"/><path d="m84 387 150 53 75-140a10 10 0 0 0-7 0L90 380a10 10 0 0 0-6 6z" fill="#fff"/><path d="M423 397c-2 0-5 1-7 3-2 3-20 23-16 69 1 3 0 7-2 9-1 2-4 3-7 3H36.6c-2.6 0-5.4 1-7.6 3-2 2-3 5-3 8 0 160 117 177 168 177 129 0 219-78 258-148 52-8 74-43 75-45 3-5 1-11-4-14-1-1-31-20-59-15-7-29-33-47-35-48-1.75-1.3-3.7-1.86-5.66-1.8zM132 544a21 21 0 0 1 21 21 21 21 0 0 1-21 21 21 21 0 0 1-21-21 21 21 0 0 1 21-21z" fill="#fff"/></svg>
|
After Width: | Height: | Size: 677 B |
1
v13.2/assets/logo/dmo-logo.min.svg
Normal file
1
v13.2/assets/logo/dmo-logo.min.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg viewBox="20 244 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M122 490h172l70-27a10 10 0 0 0 6-12l-55-146a10 10 0 0 0-13-5L90 380a10 10 0 0 0-6 12z" fill="#f3ac47"/><path d="m294 490 70-27a10 10 0 0 0 5-5l-149-54-46 86z" fill="#f19a3d"/><path d="m84 387 150 53 75-140a10 10 0 0 0-7 0L90 380a10 10 0 0 0-6 6z" fill="#ffd15c"/><g><path d="M523 462c-1-1-31-20-59-15-7-29-33-47-35-48-4-3-9-2-13 1-2 3-20 23-16 69 1 3 0 7-2 9-1 2-4 3-7 3H36.6c-2.6 0-5.4 1-7.6 3-2 2-3 5-3 8 0 160 117 177 168 177 129 0 219-78 258-148 52-8 74-43 75-45 3-5 1-11-4-14z" fill="#303c42"/><path d="M445 501c-4 1-7 3-8 6-35 65-120 142-243 142-54 0-142-20-147-147h344c9 0 17-4 23-10 6-7 9-16 8-25-2-21 1-35 4-43 8 7 19 20 19 36 0 4 1 7 5 9 3 2 6 2 10 1 12-7 30-1 42 4-9 10-27 24-57 27z" fill="#42a5f5"/><path d="M445 491c-4 0-7 2-8 5-35 66-120 142-243 142-52 0-137-18-146-136h-1c5 127 93 147 147 147 123 0 208-77 243-142 1-3 4-5 8-6 30-3 48-17 57-27-3-1-5-2-8-3-10 8-26 17-49 20z" opacity=".1"/><circle cx="132" cy="565" r="21" fill="#303c42"/><circle cx="141" cy="559" r="6.76" fill="#fff"/></g></svg>
|
After Width: | Height: | Size: 1.1 KiB |
BIN
v13.2/assets/logo/favicon-32x32.png
Normal file
BIN
v13.2/assets/logo/favicon-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
1
v13.2/assets/stylesheets/main.046329b4.min.css
vendored
Normal file
1
v13.2/assets/stylesheets/main.046329b4.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v13.2/assets/stylesheets/palette.85d0ee34.min.css
vendored
Normal file
1
v13.2/assets/stylesheets/palette.85d0ee34.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2380
v13.2/config/advanced/auth-ldap/index.html
Normal file
2380
v13.2/config/advanced/auth-ldap/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2026
v13.2/config/advanced/dovecot-master-accounts/index.html
Normal file
2026
v13.2/config/advanced/dovecot-master-accounts/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2254
v13.2/config/advanced/full-text-search/index.html
Normal file
2254
v13.2/config/advanced/full-text-search/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2253
v13.2/config/advanced/ipv6/index.html
Normal file
2253
v13.2/config/advanced/ipv6/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2672
v13.2/config/advanced/kubernetes/index.html
Normal file
2672
v13.2/config/advanced/kubernetes/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2148
v13.2/config/advanced/mail-fetchmail/index.html
Normal file
2148
v13.2/config/advanced/mail-fetchmail/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1951
v13.2/config/advanced/mail-forwarding/aws-ses/index.html
Normal file
1951
v13.2/config/advanced/mail-forwarding/aws-ses/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2124
v13.2/config/advanced/mail-forwarding/relay-hosts/index.html
Normal file
2124
v13.2/config/advanced/mail-forwarding/relay-hosts/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2113
v13.2/config/advanced/mail-getmail/index.html
Normal file
2113
v13.2/config/advanced/mail-getmail/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2097
v13.2/config/advanced/mail-sieve/index.html
Normal file
2097
v13.2/config/advanced/mail-sieve/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1971
v13.2/config/advanced/maintenance/update-and-cleanup/index.html
Normal file
1971
v13.2/config/advanced/maintenance/update-and-cleanup/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2046
v13.2/config/advanced/optional-config/index.html
Normal file
2046
v13.2/config/advanced/optional-config/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2058
v13.2/config/advanced/override-defaults/dovecot/index.html
Normal file
2058
v13.2/config/advanced/override-defaults/dovecot/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1958
v13.2/config/advanced/override-defaults/postfix/index.html
Normal file
1958
v13.2/config/advanced/override-defaults/postfix/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1963
v13.2/config/advanced/override-defaults/user-patches/index.html
Normal file
1963
v13.2/config/advanced/override-defaults/user-patches/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2252
v13.2/config/advanced/podman/index.html
Normal file
2252
v13.2/config/advanced/podman/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1951
v13.2/config/best-practices/autodiscover/index.html
Normal file
1951
v13.2/config/best-practices/autodiscover/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2397
v13.2/config/best-practices/dkim_dmarc_spf/index.html
Normal file
2397
v13.2/config/best-practices/dkim_dmarc_spf/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2268
v13.2/config/debugging/index.html
Normal file
2268
v13.2/config/debugging/index.html
Normal file
File diff suppressed because it is too large
Load Diff
4845
v13.2/config/environment/index.html
Normal file
4845
v13.2/config/environment/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1953
v13.2/config/pop3/index.html
Normal file
1953
v13.2/config/pop3/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2178
v13.2/config/security/fail2ban/index.html
Normal file
2178
v13.2/config/security/fail2ban/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2047
v13.2/config/security/mail_crypt/index.html
Normal file
2047
v13.2/config/security/mail_crypt/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2437
v13.2/config/security/rspamd/index.html
Normal file
2437
v13.2/config/security/rspamd/index.html
Normal file
File diff suppressed because it is too large
Load Diff
3007
v13.2/config/security/ssl/index.html
Normal file
3007
v13.2/config/security/ssl/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2322
v13.2/config/security/understanding-the-ports/index.html
Normal file
2322
v13.2/config/security/understanding-the-ports/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1955
v13.2/config/setup.sh/index.html
Normal file
1955
v13.2/config/setup.sh/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2197
v13.2/config/user-management/index.html
Normal file
2197
v13.2/config/user-management/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2017
v13.2/contributing/general/index.html
Normal file
2017
v13.2/contributing/general/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2088
v13.2/contributing/issues-and-pull-requests/index.html
Normal file
2088
v13.2/contributing/issues-and-pull-requests/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2230
v13.2/contributing/tests/index.html
Normal file
2230
v13.2/contributing/tests/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2214
v13.2/examples/tutorials/basic-installation/index.html
Normal file
2214
v13.2/examples/tutorials/basic-installation/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1942
v13.2/examples/tutorials/blog-posts/index.html
Normal file
1942
v13.2/examples/tutorials/blog-posts/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2099
v13.2/examples/tutorials/crowdsec/index.html
Normal file
2099
v13.2/examples/tutorials/crowdsec/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2101
v13.2/examples/tutorials/docker-build/index.html
Normal file
2101
v13.2/examples/tutorials/docker-build/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2145
v13.2/examples/tutorials/mailserver-behind-proxy/index.html
Normal file
2145
v13.2/examples/tutorials/mailserver-behind-proxy/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2166
v13.2/examples/use-cases/auth-lua/index.html
Normal file
2166
v13.2/examples/use-cases/auth-lua/index.html
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2128
v13.2/examples/use-cases/imap-folders/index.html
Normal file
2128
v13.2/examples/use-cases/imap-folders/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2283
v13.2/examples/use-cases/ios-mail-push-support/index.html
Normal file
2283
v13.2/examples/use-cases/ios-mail-push-support/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2950
v13.2/faq/index.html
Normal file
2950
v13.2/faq/index.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
v13.2/favicon.ico
Normal file
BIN
v13.2/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
2105
v13.2/index.html
Normal file
2105
v13.2/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2308
v13.2/introduction/index.html
Normal file
2308
v13.2/introduction/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1
v13.2/search/search_index.json
Normal file
1
v13.2/search/search_index.json
Normal file
File diff suppressed because one or more lines are too long
223
v13.2/sitemap.xml
Normal file
223
v13.2/sitemap.xml
Normal file
@ -0,0 +1,223 @@
|
||||
<?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/v13.2/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/faq/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/introduction/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/usage/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/debugging/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/environment/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/pop3/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/setup.sh/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/user-management/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/auth-ldap/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/dovecot-master-accounts/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/full-text-search/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/ipv6/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/kubernetes/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/mail-fetchmail/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/mail-getmail/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/mail-sieve/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/optional-config/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/podman/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/mail-forwarding/aws-ses/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/mail-forwarding/relay-hosts/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/maintenance/update-and-cleanup/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/override-defaults/dovecot/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/override-defaults/postfix/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/advanced/override-defaults/user-patches/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/best-practices/autodiscover/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/best-practices/dkim_dmarc_spf/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/security/fail2ban/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/security/mail_crypt/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/security/rspamd/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/security/ssl/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/config/security/understanding-the-ports/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/contributing/general/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/contributing/issues-and-pull-requests/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/contributing/tests/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/tutorials/basic-installation/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/tutorials/blog-posts/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/tutorials/crowdsec/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/tutorials/docker-build/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/tutorials/mailserver-behind-proxy/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/use-cases/auth-lua/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/use-cases/forward-only-mailserver-with-ldap-authentication/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/use-cases/imap-folders/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://docker-mailserver.github.io/docker-mailserver/v13.2/examples/use-cases/ios-mail-push-support/</loc>
|
||||
<lastmod>2024-01-04</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
2354
v13.2/usage/index.html
Normal file
2354
v13.2/usage/index.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user