Dieser Commit ist enthalten in:
milkmaker 2022-04-27 13:42:56 +00:00
Ursprung c94e0c629f
Commit fd17d49aa5
6 geänderte Dateien mit 288 neuen und 142 gelöschten Zeilen

Datei anzeigen

@ -337,8 +337,15 @@
<ul class="md-nav__list"> <ul class="md-nav__list">
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#beispiele-fur-die-verwendung" class="md-nav__link"> <a href="#beispiele-fur-die-ram-planung" class="md-nav__link">
Beispiele fĂĽr die Verwendung Beispiele fĂĽr die RAM Planung
</a>
</li>
<li class="md-nav__item">
<a href="#unterstutzte-betriebssysteme" class="md-nav__link">
UnterstĂĽtzte Betriebssysteme
</a> </a>
</li> </li>
@ -2437,8 +2444,15 @@
<ul class="md-nav__list"> <ul class="md-nav__list">
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#beispiele-fur-die-verwendung" class="md-nav__link"> <a href="#beispiele-fur-die-ram-planung" class="md-nav__link">
Beispiele fĂĽr die Verwendung Beispiele fĂĽr die RAM Planung
</a>
</li>
<li class="md-nav__item">
<a href="#unterstutzte-betriebssysteme" class="md-nav__link">
UnterstĂĽtzte Betriebssysteme
</a> </a>
</li> </li>
@ -2518,7 +2532,7 @@
<p>Bevor Sie <strong>mailcow: dockerized</strong> ausfĂĽhren, sollten Sie einige Voraussetzungen ĂĽberprĂĽfen:</p> <p>Bevor Sie <strong>mailcow: dockerized</strong> ausfĂĽhren, sollten Sie einige Voraussetzungen ĂĽberprĂĽfen:</p>
<div class="admonition warning"> <div class="admonition warning">
<p class="admonition-title">Warning</p> <p class="admonition-title">Achtung</p>
<p>Versuchen Sie <strong>nicht</strong>, mailcow auf einem Synology/QNAP-Gerät (jedes NAS), OpenVZ, LXC oder anderen Container-Plattformen zu installieren. KVM, ESX, Hyper-V und andere vollständige Virtualisierungsplattformen werden unterstützt.</p> <p>Versuchen Sie <strong>nicht</strong>, mailcow auf einem Synology/QNAP-Gerät (jedes NAS), OpenVZ, LXC oder anderen Container-Plattformen zu installieren. KVM, ESX, Hyper-V und andere vollständige Virtualisierungsplattformen werden unterstützt.</p>
</div> </div>
<div class="admonition info"> <div class="admonition info">
@ -2531,7 +2545,10 @@
</ul> </ul>
</div> </div>
<h2 id="minimale-systemressourcen">Minimale Systemressourcen<a class="headerlink" href="#minimale-systemressourcen" title="Permanent link">&para;</a></h2> <h2 id="minimale-systemressourcen">Minimale Systemressourcen<a class="headerlink" href="#minimale-systemressourcen" title="Permanent link">&para;</a></h2>
<p><strong>OpenVZ, Virtuozzo und LXC werden nicht unterstĂĽtzt</strong>.</p> <div class="admonition failure">
<p class="admonition-title">Nicht unterstĂĽtzt</p>
<p><strong>OpenVZ, Virtuozzo und LXC</strong></p>
</div>
<p>Bitte stellen Sie sicher, dass Ihr System mindestens ĂĽber die folgenden Ressourcen verfĂĽgt:</p> <p>Bitte stellen Sie sicher, dass Ihr System mindestens ĂĽber die folgenden Ressourcen verfĂĽgt:</p>
<table> <table>
<thead> <thead>
@ -2559,24 +2576,57 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p>Wir empfehlen, jede Distribution zu verwenden, die von Docker CE unterstützt wird (siehe <a href="https://docs.docker.com/install/">https://docs.docker.com/install/</a>). Wir testen auf CentOS 7, Debian 10/11 und Ubuntu 18.04/20.04.</p> <p>ClamAV und Solr können sehr viel Arbeitspeicher verbrauchen. Sie können diese in der <code>mailcow.conf</code> durch die Einstellungen <code>SKIP_CLAMD=y</code> und <code>SKIP_SOLR=y</code> jedoch auch deaktivieren.</p>
<p>ClamAV und Solr können gierig nach RAM sein. Sie können diese in der <code>mailcow.conf</code> durch die Einstellungen <code>SKIP_CLAMD=y</code> und <code>SKIP_SOLR=y</code> deaktivieren.</p> <div class="admonition info">
<p><strong>Info</strong>: Wir sind uns bewusst, dass ein reiner MTA auf 128 MiB RAM laufen kann. mailcow ist eine ausgewachsene und gebrauchsfertige Groupware mit vielen Extras, die das Leben einfacher machen. mailcow kommt mit einem Webserver, Webmailer, ActiveSync (MS), Antivirus, Antispam, Indexierung (Solr), Dokumentenscanner (Oletools), SQL (MariaDB), Cache (Redis), MDA, MTA, verschiedenen Webdiensten etc.</p> <p class="admonition-title">Info</p>
<p>Wir sind uns bewusst, dass ein reiner MTA auf 128 MiB RAM laufen kann.
mailcow ist eine ausgewachsene und gebrauchsfertige Groupware mit vielen Extras, die das Leben einfacher machen.
Diese kommt mit einem Webserver, Webmailer, ActiveSync (MS), Antivirus, Antispam, Indexierung (Solr), Dokumentenscanner (Oletools), SQL (MariaDB), Cache (Redis), MDA, MTA, verschiedenen Webdiensten etc.</p>
</div>
<p>Ein einzelner SOGo-Worker <strong>kann</strong> ~350 MiB RAM belegen, bevor er geleert wird. Je mehr ActiveSync-Verbindungen Sie verwenden möchten, desto mehr RAM wird benötigt. In der Standardkonfiguration werden 20 Arbeiter erzeugt.</p> <p>Ein einzelner SOGo-Worker <strong>kann</strong> ~350 MiB RAM belegen, bevor er geleert wird. Je mehr ActiveSync-Verbindungen Sie verwenden möchten, desto mehr RAM wird benötigt. In der Standardkonfiguration werden 20 Arbeiter erzeugt.</p>
<h4 id="beispiele-fur-die-verwendung">Beispiele fĂĽr die Verwendung<a class="headerlink" href="#beispiele-fur-die-verwendung" title="Permanent link">&para;</a></h4> <h4 id="beispiele-fur-die-ram-planung">Beispiele fĂĽr die RAM Planung<a class="headerlink" href="#beispiele-fur-die-ram-planung" title="Permanent link">&para;</a></h4>
<p>Ein Unternehmen mit 15 Telefonen (EAS aktiviert) und etwa 50 gleichzeitigen IMAP-Verbindungen sollte 16 GiB RAM einplanen.</p> <p>Ein Unternehmen mit 15 Smartphones (EAS aktiviert) und etwa 50 gleichzeitigen IMAP-Verbindungen sollte 16 GiB RAM einplanen.</p>
<p>6 GiB RAM + 1 GiB Swap sind für die meisten privaten Installationen ausreichend, während 8 GiB RAM für ~5 bis 10 Benutzer empfohlen werden.</p> <p>6 GiB RAM + 1 GiB Swap sind für die meisten privaten Installationen ausreichend, während 8 GiB RAM für ~5 bis 10 Benutzer empfohlen werden.</p>
<p>Im Rahmen unseres Supports können wir Ihnen bei der korrekten Planung Ihres Setups helfen.</p> <p>Im Rahmen unseres Supports können wir Ihnen bei der korrekten Planung Ihres Setups helfen.</p>
<h3 id="unterstutzte-betriebssysteme">UnterstĂĽtzte Betriebssysteme<a class="headerlink" href="#unterstutzte-betriebssysteme" title="Permanent link">&para;</a></h3>
<p>Wir empfehlen, jede Distribution zu verwenden, die von Docker CE unterstĂĽtzt wird (siehe <a href="https://docs.docker.com/install/">https://docs.docker.com/install/</a>).</p>
<p>Die folgende Tabelle enthält alle von uns offiziell unterstützten und getesteten Betriebssysteme:</p>
<table>
<thead>
<tr>
<th>Betriebssystem</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Centos 7</td>
<td>âś…</td>
</tr>
<tr>
<td>Debian 10, 11</td>
<td>âś…</td>
</tr>
<tr>
<td>Ubuntu 18.04, 20.04, 22.04</td>
<td>âś…</td>
</tr>
</tbody>
</table>
<p><strong>Andere (nicht genannte Betriebssysteme) können auch funktionieren, sind jedoch nicht offiziell getestet worden.</strong></p>
<h2 id="firewall-ports">Firewall &amp; Ports<a class="headerlink" href="#firewall-ports" title="Permanent link">&para;</a></h2> <h2 id="firewall-ports">Firewall &amp; Ports<a class="headerlink" href="#firewall-ports" title="Permanent link">&para;</a></h2>
<p>Bitte ĂĽberprĂĽfen Sie, ob alle Standard-Ports von mailcow offen sind und nicht von anderen Anwendungen genutzt werden:</p> <p>Bitte ĂĽberprĂĽfen Sie, ob alle Standard-Ports von mailcow offen sind und nicht von anderen Anwendungen genutzt werden:</p>
<div class="highlight"><pre><span></span>ss -tlpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39; <div class="highlight"><pre><span></span>ss -tlpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39;
# oder: # oder:
netstat -tulpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39; netstat -tulpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39;
</pre></div> </pre></div>
<div class="admonition warnung"> <div class="admonition danger">
<p class="admonition-title">Warnung</p> <p class="admonition-title">Vorsicht</p>
<p>Es gibt einige Probleme mit dem Betrieb von mailcow auf einem Firewalld/ufw aktivierten System. Sie sollten es deaktivieren (wenn möglich) und stattdessen Ihren Regelsatz in die DOCKER-USER-Kette verschieben, die nicht durch einen Neustart des Docker-Dienstes gelöscht wird. Siehe <a href="https://blog.donnex.net/docker-and-iptables-filtering/">diese (blog.donnex.net)</a> oder <a href="https://unrouted.io/2017/08/15/docker-firewall/">diese (unrouted.io)</a> Anleitung für Informationen darüber, wie man iptables-persistent mit der DOCKER-USER Kette benutzt. <p>Es gibt einige Probleme mit dem Betrieb von mailcow auf einem Firewalld/ufw aktivierten System. <br>
Da mailcow im Docker-Modus läuft, haben INPUT-Regeln keinen Effekt auf die Beschränkung des Zugriffs auf mailcow. Verwenden Sie stattdessen die FORWARD-Kette.</p> Sie sollten es deaktivieren (wenn möglich) und stattdessen Ihren Regelsatz in die DOCKER-USER-Kette verschieben, die nicht durch einen Neustart des Docker-Dienstes gelöscht wird. <br>
Siehe <a href="https://blog.donnex.net/docker-and-iptables-filtering/">diese (blog.donnex.net)</a> oder <a href="https://unrouted.io/2017/08/15/docker-firewall/">diese (unrouted.io)</a> Anleitung fĂĽr Informationen darĂĽber, wie man iptables-persistent mit der DOCKER-USER Kette benutzt. <br>
Da mailcow im Docker-Modus läuft, haben INPUT-Regeln keinen Effekt auf die Beschränkung des Zugriffs auf mailcow. <br>
Verwenden Sie stattdessen die FORWARD-Kette.</p>
</div> </div>
<p>Wenn dieser Befehl irgendwelche Ergebnisse liefert, entfernen oder stoppen Sie bitte die Anwendung, die auf diesem Port läuft. Sie können mailcows Ports auch über die Konfigurationsdatei <code>mailcow.conf</code> anpassen.</p> <p>Wenn dieser Befehl irgendwelche Ergebnisse liefert, entfernen oder stoppen Sie bitte die Anwendung, die auf diesem Port läuft. Sie können mailcows Ports auch über die Konfigurationsdatei <code>mailcow.conf</code> anpassen.</p>
<h3 id="standard-ports">Standard Ports<a class="headerlink" href="#standard-ports" title="Permanent link">&para;</a></h3> <h3 id="standard-ports">Standard Ports<a class="headerlink" href="#standard-ports" title="Permanent link">&para;</a></h3>
@ -2733,7 +2783,7 @@ Sie können außerdem die <a href="https://wiki.hetzner.de/index.php/Cloud_IP_st
<small> <small>
Letztes Update: Letztes Update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-04-19 19:36:04</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-04-27 15:41:08</span>
</small> </small>

Datei anzeigen

@ -337,8 +337,15 @@
<ul class="md-nav__list"> <ul class="md-nav__list">
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#usage-examples" class="md-nav__link"> <a href="#ram-usage-examples" class="md-nav__link">
Usage examples RAM usage examples
</a>
</li>
<li class="md-nav__item">
<a href="#supported-os" class="md-nav__link">
Supported OS
</a> </a>
</li> </li>
@ -2437,8 +2444,15 @@
<ul class="md-nav__list"> <ul class="md-nav__list">
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#usage-examples" class="md-nav__link"> <a href="#ram-usage-examples" class="md-nav__link">
Usage examples RAM usage examples
</a>
</li>
<li class="md-nav__item">
<a href="#supported-os" class="md-nav__link">
Supported OS
</a> </a>
</li> </li>
@ -2531,7 +2545,10 @@
</ul> </ul>
</div> </div>
<h2 id="minimum-system-resources">Minimum System Resources<a class="headerlink" href="#minimum-system-resources" title="Permanent link">&para;</a></h2> <h2 id="minimum-system-resources">Minimum System Resources<a class="headerlink" href="#minimum-system-resources" title="Permanent link">&para;</a></h2>
<p><strong>OpenVZ, Virtuozzo and LXC are not supported</strong>.</p> <div class="admonition failure">
<p class="admonition-title">Not supported</p>
<p><strong>OpenVZ, Virtuozzo and LXC</strong></p>
</div>
<p>Please make sure that your system has at least the following resources:</p> <p>Please make sure that your system has at least the following resources:</p>
<table> <table>
<thead> <thead>
@ -2559,24 +2576,55 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p>We recommend using any distribution listed as supported by Docker CE (check <a href="https://docs.docker.com/install/">https://docs.docker.com/install/</a>). We test on CentOS 7, Debian 10/11 and Ubuntu 18.04/20.04.</p>
<p>ClamAV and Solr can be greedy with RAM. You may disable them in <code>mailcow.conf</code> by settings <code>SKIP_CLAMD=y</code> and <code>SKIP_SOLR=y</code>.</p> <p>ClamAV and Solr can be greedy with RAM. You may disable them in <code>mailcow.conf</code> by settings <code>SKIP_CLAMD=y</code> and <code>SKIP_SOLR=y</code>.</p>
<p><strong>Info</strong>: We are aware that a pure MTA can run on 128 MiB RAM. mailcow is a full-grown and ready-to-use groupware with many extras making life easier. mailcow comes with a webserver, webmailer, ActiveSync (MS), antivirus, antispam, indexing (Solr), document scanner (Oletools), SQL (MariaDB), Cache (Redis), MDA, MTA, various web services etc.</p> <div class="admonition info">
<p class="admonition-title">Info</p>
<p>We are aware that a pure MTA can run on 128 MiB RAM. mailcow is a full-grown and ready-to-use groupware with many extras making life easier. mailcow comes with a webserver, webmailer, ActiveSync (MS), antivirus, antispam, indexing (Solr), document scanner (Oletools), SQL (MariaDB), Cache (Redis), MDA, MTA, various web services etc.</p>
</div>
<p>A single SOGo worker <strong>can</strong> acquire ~350 MiB RAM before it gets purged. The more ActiveSync connections you plan to use, the more RAM you will need. A default configuration spawns 20 workers.</p> <p>A single SOGo worker <strong>can</strong> acquire ~350 MiB RAM before it gets purged. The more ActiveSync connections you plan to use, the more RAM you will need. A default configuration spawns 20 workers.</p>
<h4 id="usage-examples">Usage examples<a class="headerlink" href="#usage-examples" title="Permanent link">&para;</a></h4> <h4 id="ram-usage-examples">RAM usage examples<a class="headerlink" href="#ram-usage-examples" title="Permanent link">&para;</a></h4>
<p>A company with 15 phones (EAS enabled) and about 50 concurrent IMAP connections should plan 16 GiB RAM.</p> <p>A company with 15 phones (EAS enabled) and about 50 concurrent IMAP connections should plan 16 GiB RAM.</p>
<p>6 GiB RAM + 1 GiB swap are fine for most private installations while 8 GiB RAM are recommended for ~5 to 10 users.</p> <p>6 GiB RAM + 1 GiB swap are fine for most private installations while 8 GiB RAM are recommended for ~5 to 10 users.</p>
<p>We can help to correctly plan your setup as part of our support.</p> <p>We can help to correctly plan your setup as part of our support.</p>
<h3 id="supported-os">Supported OS<a class="headerlink" href="#supported-os" title="Permanent link">&para;</a></h3>
<p>We recommend using any distribution listed as supported by Docker CE (check <a href="https://docs.docker.com/install/">https://docs.docker.com/install/</a>).</p>
<p>See the following table for the official supported and tested destributions:</p>
<table>
<thead>
<tr>
<th>OS</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Centos 7</td>
<td>âś…</td>
</tr>
<tr>
<td>Debian 10, 11</td>
<td>âś…</td>
</tr>
<tr>
<td>Ubuntu 18.04, 20.04, 22.04</td>
<td>âś…</td>
</tr>
</tbody>
</table>
<p><strong>Other Distributions may work as well but weren´t tested by us!</strong></p>
<h2 id="firewall-ports">Firewall &amp; Ports<a class="headerlink" href="#firewall-ports" title="Permanent link">&para;</a></h2> <h2 id="firewall-ports">Firewall &amp; Ports<a class="headerlink" href="#firewall-ports" title="Permanent link">&para;</a></h2>
<p>Please check if any of mailcow's standard ports are open and not in use by other applications:</p> <p>Please check if any of mailcow's standard ports are open and not in use by other applications:</p>
<div class="highlight"><pre><span></span>ss -tlpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39; <div class="highlight"><pre><span></span>ss -tlpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39;
# or: # or:
netstat -tulpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39; netstat -tulpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39;
</pre></div> </pre></div>
<div class="admonition warning"> <div class="admonition danger">
<p class="admonition-title">Warning</p> <p class="admonition-title">Danger</p>
<p>There are several problems with running mailcow on a firewalld/ufw enabled system. You should disable it (if possible) and move your ruleset to the DOCKER-USER chain, which is not cleared by a Docker service restart, instead. See <a href="https://blog.donnex.net/docker-and-iptables-filtering/">this (blog.donnex.net)</a> or <a href="https://unrouted.io/2017/08/15/docker-firewall/">this (unrouted.io)</a> guide for information about how to use iptables-persistent with the DOCKER-USER chain. <p>There are several problems with running mailcow on a firewalld/ufw enabled system. <br>
As mailcow runs dockerized, INPUT rules have no effect on restricting access to mailcow. Use the FORWARD chain instead.</p> You should disable it (if possible) and move your ruleset to the DOCKER-USER chain, which is not cleared by a Docker service restart, instead. <br>
See <a href="https://blog.donnex.net/docker-and-iptables-filtering/">this (blog.donnex.net)</a> or <a href="https://unrouted.io/2017/08/15/docker-firewall/">this (unrouted.io)</a> guide for information about how to use iptables-persistent with the DOCKER-USER chain.<br>
As mailcow runs dockerized, INPUT rules have no effect on restricting access to mailcow. <br>
Use the FORWARD chain instead.<br></p>
</div> </div>
<p>If this command returns any results please remove or stop the application running on that port. You may also adjust mailcows ports via the <code>mailcow.conf</code> configuration file.</p> <p>If this command returns any results please remove or stop the application running on that port. You may also adjust mailcows ports via the <code>mailcow.conf</code> configuration file.</p>
<h3 id="default-ports">Default Ports<a class="headerlink" href="#default-ports" title="Permanent link">&para;</a></h3> <h3 id="default-ports">Default Ports<a class="headerlink" href="#default-ports" title="Permanent link">&para;</a></h3>
@ -2733,7 +2781,7 @@ You may want to <a href="https://wiki.hetzner.de/index.php/Cloud_IP_static/en#di
<small> <small>
Last update: Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-02-14 16:28:02</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-04-27 15:41:08</span>
</small> </small>

Datei anzeigen

@ -337,8 +337,15 @@
<ul class="md-nav__list"> <ul class="md-nav__list">
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#usage-examples" class="md-nav__link"> <a href="#ram-usage-examples" class="md-nav__link">
Usage examples RAM usage examples
</a>
</li>
<li class="md-nav__item">
<a href="#supported-os" class="md-nav__link">
Supported OS
</a> </a>
</li> </li>
@ -2437,8 +2444,15 @@
<ul class="md-nav__list"> <ul class="md-nav__list">
<li class="md-nav__item"> <li class="md-nav__item">
<a href="#usage-examples" class="md-nav__link"> <a href="#ram-usage-examples" class="md-nav__link">
Usage examples RAM usage examples
</a>
</li>
<li class="md-nav__item">
<a href="#supported-os" class="md-nav__link">
Supported OS
</a> </a>
</li> </li>
@ -2531,7 +2545,10 @@
</ul> </ul>
</div> </div>
<h2 id="minimum-system-resources">Minimum System Resources<a class="headerlink" href="#minimum-system-resources" title="Permanent link">&para;</a></h2> <h2 id="minimum-system-resources">Minimum System Resources<a class="headerlink" href="#minimum-system-resources" title="Permanent link">&para;</a></h2>
<p><strong>OpenVZ, Virtuozzo and LXC are not supported</strong>.</p> <div class="admonition failure">
<p class="admonition-title">Not supported</p>
<p><strong>OpenVZ, Virtuozzo and LXC</strong></p>
</div>
<p>Please make sure that your system has at least the following resources:</p> <p>Please make sure that your system has at least the following resources:</p>
<table> <table>
<thead> <thead>
@ -2559,24 +2576,55 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p>We recommend using any distribution listed as supported by Docker CE (check <a href="https://docs.docker.com/install/">https://docs.docker.com/install/</a>). We test on CentOS 7, Debian 10/11 and Ubuntu 18.04/20.04.</p>
<p>ClamAV and Solr can be greedy with RAM. You may disable them in <code>mailcow.conf</code> by settings <code>SKIP_CLAMD=y</code> and <code>SKIP_SOLR=y</code>.</p> <p>ClamAV and Solr can be greedy with RAM. You may disable them in <code>mailcow.conf</code> by settings <code>SKIP_CLAMD=y</code> and <code>SKIP_SOLR=y</code>.</p>
<p><strong>Info</strong>: We are aware that a pure MTA can run on 128 MiB RAM. mailcow is a full-grown and ready-to-use groupware with many extras making life easier. mailcow comes with a webserver, webmailer, ActiveSync (MS), antivirus, antispam, indexing (Solr), document scanner (Oletools), SQL (MariaDB), Cache (Redis), MDA, MTA, various web services etc.</p> <div class="admonition info">
<p class="admonition-title">Info</p>
<p>We are aware that a pure MTA can run on 128 MiB RAM. mailcow is a full-grown and ready-to-use groupware with many extras making life easier. mailcow comes with a webserver, webmailer, ActiveSync (MS), antivirus, antispam, indexing (Solr), document scanner (Oletools), SQL (MariaDB), Cache (Redis), MDA, MTA, various web services etc.</p>
</div>
<p>A single SOGo worker <strong>can</strong> acquire ~350 MiB RAM before it gets purged. The more ActiveSync connections you plan to use, the more RAM you will need. A default configuration spawns 20 workers.</p> <p>A single SOGo worker <strong>can</strong> acquire ~350 MiB RAM before it gets purged. The more ActiveSync connections you plan to use, the more RAM you will need. A default configuration spawns 20 workers.</p>
<h4 id="usage-examples">Usage examples<a class="headerlink" href="#usage-examples" title="Permanent link">&para;</a></h4> <h4 id="ram-usage-examples">RAM usage examples<a class="headerlink" href="#ram-usage-examples" title="Permanent link">&para;</a></h4>
<p>A company with 15 phones (EAS enabled) and about 50 concurrent IMAP connections should plan 16 GiB RAM.</p> <p>A company with 15 phones (EAS enabled) and about 50 concurrent IMAP connections should plan 16 GiB RAM.</p>
<p>6 GiB RAM + 1 GiB swap are fine for most private installations while 8 GiB RAM are recommended for ~5 to 10 users.</p> <p>6 GiB RAM + 1 GiB swap are fine for most private installations while 8 GiB RAM are recommended for ~5 to 10 users.</p>
<p>We can help to correctly plan your setup as part of our support.</p> <p>We can help to correctly plan your setup as part of our support.</p>
<h3 id="supported-os">Supported OS<a class="headerlink" href="#supported-os" title="Permanent link">&para;</a></h3>
<p>We recommend using any distribution listed as supported by Docker CE (check <a href="https://docs.docker.com/install/">https://docs.docker.com/install/</a>).</p>
<p>See the following table for the official supported and tested destributions:</p>
<table>
<thead>
<tr>
<th>OS</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Centos 7</td>
<td>âś…</td>
</tr>
<tr>
<td>Debian 10, 11</td>
<td>âś…</td>
</tr>
<tr>
<td>Ubuntu 18.04, 20.04, 22.04</td>
<td>âś…</td>
</tr>
</tbody>
</table>
<p><strong>Other Distributions may work as well but weren´t tested by us!</strong></p>
<h2 id="firewall-ports">Firewall &amp; Ports<a class="headerlink" href="#firewall-ports" title="Permanent link">&para;</a></h2> <h2 id="firewall-ports">Firewall &amp; Ports<a class="headerlink" href="#firewall-ports" title="Permanent link">&para;</a></h2>
<p>Please check if any of mailcow's standard ports are open and not in use by other applications:</p> <p>Please check if any of mailcow's standard ports are open and not in use by other applications:</p>
<div class="highlight"><pre><span></span>ss -tlpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39; <div class="highlight"><pre><span></span>ss -tlpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39;
# or: # or:
netstat -tulpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39; netstat -tulpn | grep -E -w &#39;25|80|110|143|443|465|587|993|995|4190&#39;
</pre></div> </pre></div>
<div class="admonition warning"> <div class="admonition danger">
<p class="admonition-title">Warning</p> <p class="admonition-title">Danger</p>
<p>There are several problems with running mailcow on a firewalld/ufw enabled system. You should disable it (if possible) and move your ruleset to the DOCKER-USER chain, which is not cleared by a Docker service restart, instead. See <a href="https://blog.donnex.net/docker-and-iptables-filtering/">this (blog.donnex.net)</a> or <a href="https://unrouted.io/2017/08/15/docker-firewall/">this (unrouted.io)</a> guide for information about how to use iptables-persistent with the DOCKER-USER chain. <p>There are several problems with running mailcow on a firewalld/ufw enabled system. <br>
As mailcow runs dockerized, INPUT rules have no effect on restricting access to mailcow. Use the FORWARD chain instead.</p> You should disable it (if possible) and move your ruleset to the DOCKER-USER chain, which is not cleared by a Docker service restart, instead. <br>
See <a href="https://blog.donnex.net/docker-and-iptables-filtering/">this (blog.donnex.net)</a> or <a href="https://unrouted.io/2017/08/15/docker-firewall/">this (unrouted.io)</a> guide for information about how to use iptables-persistent with the DOCKER-USER chain.<br>
As mailcow runs dockerized, INPUT rules have no effect on restricting access to mailcow. <br>
Use the FORWARD chain instead.<br></p>
</div> </div>
<p>If this command returns any results please remove or stop the application running on that port. You may also adjust mailcows ports via the <code>mailcow.conf</code> configuration file.</p> <p>If this command returns any results please remove or stop the application running on that port. You may also adjust mailcows ports via the <code>mailcow.conf</code> configuration file.</p>
<h3 id="default-ports">Default Ports<a class="headerlink" href="#default-ports" title="Permanent link">&para;</a></h3> <h3 id="default-ports">Default Ports<a class="headerlink" href="#default-ports" title="Permanent link">&para;</a></h3>
@ -2733,7 +2781,7 @@ You may want to <a href="https://wiki.hetzner.de/index.php/Cloud_IP_static/en#di
<small> <small>
Last update: Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-02-14 16:28:02</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-04-27 15:41:08</span>
</small> </small>

Dateidiff unterdrĂĽckt, weil mindestens eine Zeile zu lang ist

Datei anzeigen

@ -2,7 +2,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/"/>
@ -10,7 +10,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-accidental_deletion/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-accidental_deletion/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-accidental_deletion/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-accidental_deletion/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-accidental_deletion/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-accidental_deletion/"/>
@ -18,7 +18,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-backup/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-backup/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-backup/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-backup/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-backup/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-backup/"/>
@ -26,7 +26,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-backup_restore-maildir/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-backup_restore-maildir/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-backup_restore-maildir/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-backup_restore-maildir/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-backup_restore-maildir/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-backup_restore-maildir/"/>
@ -34,7 +34,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-backup_restore-mysql/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-backup_restore-mysql/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-backup_restore-mysql/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-backup_restore-mysql/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-backup_restore-mysql/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-backup_restore-mysql/"/>
@ -42,7 +42,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-coldstandby/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-coldstandby/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-coldstandby/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-coldstandby/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-coldstandby/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-coldstandby/"/>
@ -50,7 +50,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-restore/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/backup_restore/b_n_r-restore/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-restore/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/backup_restore/b_n_r-restore/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-restore/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/backup_restore/b_n_r-restore/"/>
@ -58,7 +58,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-android/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-android/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-android/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-android/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-android/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-android/"/>
@ -66,7 +66,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-apple/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-apple/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-apple/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-apple/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-apple/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-apple/"/>
@ -74,7 +74,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-emclient/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-emclient/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-emclient/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-emclient/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-emclient/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-emclient/"/>
@ -82,7 +82,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-kontact/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-kontact/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-kontact/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-kontact/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-kontact/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-kontact/"/>
@ -90,7 +90,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-manual/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-manual/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-manual/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-manual/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-manual/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-manual/"/>
@ -98,7 +98,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-outlook/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-outlook/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-outlook/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-outlook/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-outlook/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-outlook/"/>
@ -106,7 +106,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-thunderbird/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-thunderbird/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-thunderbird/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-thunderbird/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-thunderbird/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-thunderbird/"/>
@ -114,7 +114,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-windows/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client-windows/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-windows/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client-windows/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-windows/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client-windows/"/>
@ -122,7 +122,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/client/client/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/client/client/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/client/client/"/>
@ -130,7 +130,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_deinstall/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_deinstall/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/i_u_m/i_u_m_deinstall/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/i_u_m/i_u_m_deinstall/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/i_u_m/i_u_m_deinstall/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/i_u_m/i_u_m_deinstall/"/>
@ -138,7 +138,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_install/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_install/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/i_u_m/i_u_m_install/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/i_u_m/i_u_m_install/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/i_u_m/i_u_m_install/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/i_u_m/i_u_m_install/"/>
@ -146,7 +146,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_migration/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_migration/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/i_u_m/i_u_m_migration/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/i_u_m/i_u_m_migration/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/i_u_m/i_u_m_migration/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/i_u_m/i_u_m_migration/"/>
@ -154,7 +154,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_update/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_update/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/i_u_m/i_u_m_update/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/i_u_m/i_u_m_update/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/i_u_m/i_u_m_update/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/i_u_m/i_u_m_update/"/>
@ -162,7 +162,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-80_to_443/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-80_to_443/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-80_to_443/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-80_to_443/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-80_to_443/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-80_to_443/"/>
@ -170,7 +170,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-autodiscover_config/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-autodiscover_config/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-autodiscover_config/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-autodiscover_config/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-autodiscover_config/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-autodiscover_config/"/>
@ -178,7 +178,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-reeanble-weak-protocols/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-reeanble-weak-protocols/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-reeanble-weak-protocols/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-reeanble-weak-protocols/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-reeanble-weak-protocols/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-reeanble-weak-protocols/"/>
@ -186,7 +186,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-update-hooks/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-update-hooks/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-update-hooks/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-update-hooks/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-update-hooks/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-update-hooks/"/>
@ -194,7 +194,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-why_unbound/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/u_e-why_unbound/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-why_unbound/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/u_e-why_unbound/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-why_unbound/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/u_e-why_unbound/"/>
@ -202,7 +202,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/ClamAV/u_e-clamav-additional_dbs/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/ClamAV/u_e-clamav-additional_dbs/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/ClamAV/u_e-clamav-additional_dbs/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/ClamAV/u_e-clamav-additional_dbs/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/ClamAV/u_e-clamav-additional_dbs/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/ClamAV/u_e-clamav-additional_dbs/"/>
@ -210,7 +210,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/ClamAV/u_e-clamav-whitelist/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/ClamAV/u_e-clamav-whitelist/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/ClamAV/u_e-clamav-whitelist/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/ClamAV/u_e-clamav-whitelist/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/ClamAV/u_e-clamav-whitelist/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/ClamAV/u_e-clamav-whitelist/"/>
@ -218,7 +218,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Docker/u_e-docker-cust_dockerfiles/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Docker/u_e-docker-cust_dockerfiles/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Docker/u_e-docker-cust_dockerfiles/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Docker/u_e-docker-cust_dockerfiles/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Docker/u_e-docker-cust_dockerfiles/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Docker/u_e-docker-cust_dockerfiles/"/>
@ -226,7 +226,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Docker/u_e-docker-dc_bash_compl/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Docker/u_e-docker-dc_bash_compl/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Docker/u_e-docker-dc_bash_compl/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Docker/u_e-docker-dc_bash_compl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Docker/u_e-docker-dc_bash_compl/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Docker/u_e-docker-dc_bash_compl/"/>
@ -234,7 +234,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-any_acl/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-any_acl/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-any_acl/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-any_acl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-any_acl/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-any_acl/"/>
@ -242,7 +242,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/"/>
@ -250,7 +250,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-expunge/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-expunge/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-expunge/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-expunge/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-expunge/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-expunge/"/>
@ -258,7 +258,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-extra_conf/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-extra_conf/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-extra_conf/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-extra_conf/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-extra_conf/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-extra_conf/"/>
@ -266,7 +266,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-fts/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-fts/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-fts/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-fts/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-fts/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-fts/"/>
@ -274,7 +274,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-idle_interval/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-idle_interval/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-idle_interval/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-idle_interval/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-idle_interval/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-idle_interval/"/>
@ -282,7 +282,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-mail-crypt/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-mail-crypt/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-mail-crypt/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-mail-crypt/"/>
@ -290,7 +290,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-more/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-more/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-more/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-more/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-more/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-more/"/>
@ -298,7 +298,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-public_folder/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-public_folder/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-public_folder/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-public_folder/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-public_folder/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-public_folder/"/>
@ -306,7 +306,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-static_master/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-static_master/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-static_master/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-static_master/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-static_master/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-static_master/"/>
@ -314,7 +314,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-vmail-volume/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Dovecot/u_e-dovecot-vmail-volume/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-vmail-volume/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Dovecot/u_e-dovecot-vmail-volume/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-vmail-volume/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Dovecot/u_e-dovecot-vmail-volume/"/>
@ -322,7 +322,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Nginx/u_e-nginx_custom/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Nginx/u_e-nginx_custom/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Nginx/u_e-nginx_custom/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Nginx/u_e-nginx_custom/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Nginx/u_e-nginx_custom/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Nginx/u_e-nginx_custom/"/>
@ -330,7 +330,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Nginx/u_e-nginx_webmail-site/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Nginx/u_e-nginx_webmail-site/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Nginx/u_e-nginx_webmail-site/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Nginx/u_e-nginx_webmail-site/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Nginx/u_e-nginx_webmail-site/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Nginx/u_e-nginx_webmail-site/"/>
@ -338,7 +338,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-attachment_size/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-attachment_size/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-attachment_size/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-attachment_size/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-attachment_size/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-attachment_size/"/>
@ -346,7 +346,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-custom_transport/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-custom_transport/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-custom_transport/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-custom_transport/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-custom_transport/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-custom_transport/"/>
@ -354,7 +354,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-disable_sender_verification/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-disable_sender_verification/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-disable_sender_verification/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-disable_sender_verification/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-disable_sender_verification/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-disable_sender_verification/"/>
@ -362,7 +362,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-extra_cf/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-extra_cf/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-extra_cf/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-extra_cf/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-extra_cf/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-extra_cf/"/>
@ -370,7 +370,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-pflogsumm/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-pflogsumm/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-pflogsumm/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-pflogsumm/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-pflogsumm/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-pflogsumm/"/>
@ -378,7 +378,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/"/>
@ -386,7 +386,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-relayhost/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-relayhost/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-relayhost/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-relayhost/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-relayhost/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-relayhost/"/>
@ -394,7 +394,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-trust_networks/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Postfix/u_e-postfix-trust_networks/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-trust_networks/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Postfix/u_e-postfix-trust_networks/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-trust_networks/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Postfix/u_e-postfix-trust_networks/"/>
@ -402,7 +402,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Redis/u_e-redis/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Redis/u_e-redis/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Redis/u_e-redis/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Redis/u_e-redis/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Redis/u_e-redis/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Redis/u_e-redis/"/>
@ -410,7 +410,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Rspamd/u_e-rspamd/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Rspamd/u_e-rspamd/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Rspamd/u_e-rspamd/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Rspamd/u_e-rspamd/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Rspamd/u_e-rspamd/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Rspamd/u_e-rspamd/"/>
@ -418,7 +418,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/SOGo/u_e-sogo/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/SOGo/u_e-sogo/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/SOGo/u_e-sogo/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/SOGo/u_e-sogo/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/SOGo/u_e-sogo/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/SOGo/u_e-sogo/"/>
@ -426,7 +426,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Unbound/u_e-unbound-fwd/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Unbound/u_e-unbound-fwd/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Unbound/u_e-unbound-fwd/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Unbound/u_e-unbound-fwd/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Unbound/u_e-unbound-fwd/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Unbound/u_e-unbound-fwd/"/>
@ -434,7 +434,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Watchdog/u_e-watchdog-thresholds/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/Watchdog/u_e-watchdog-thresholds/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Watchdog/u_e-watchdog-thresholds/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/Watchdog/u_e-watchdog-thresholds/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Watchdog/u_e-watchdog-thresholds/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/Watchdog/u_e-watchdog-thresholds/"/>
@ -442,7 +442,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/"/>
@ -450,7 +450,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-config/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-config/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-config/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-config/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-config/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-config/"/>
@ -458,7 +458,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-css/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-css/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-css/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-css/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-css/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-css/"/>
@ -466,7 +466,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/"/>
@ -474,7 +474,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/"/>
@ -482,7 +482,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/"/>
@ -490,7 +490,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/"/>
@ -498,7 +498,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-tagging/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-tagging/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-tagging/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-tagging/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-tagging/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-tagging/"/>
@ -506,7 +506,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/"/>
@ -514,7 +514,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/models/model-acl/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/models/model-acl/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/models/model-acl/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/models/model-acl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/models/model-acl/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/models/model-acl/"/>
@ -522,7 +522,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/models/model-passwd/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/models/model-passwd/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/models/model-passwd/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/models/model-passwd/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/models/model-passwd/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/models/model-passwd/"/>
@ -530,7 +530,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/models/model-sender_rcv/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/models/model-sender_rcv/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/models/model-sender_rcv/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/models/model-sender_rcv/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/models/model-sender_rcv/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/models/model-sender_rcv/"/>
@ -538,7 +538,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-disable_ipv6/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-disable_ipv6/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-disable_ipv6/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-disable_ipv6/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-disable_ipv6/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-disable_ipv6/"/>
@ -546,7 +546,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-dmarc_reporting/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-dmarc_reporting/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-dmarc_reporting/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-dmarc_reporting/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-dmarc_reporting/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-dmarc_reporting/"/>
@ -554,7 +554,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-ip_bindings/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-ip_bindings/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-ip_bindings/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-ip_bindings/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-ip_bindings/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-ip_bindings/"/>
@ -562,7 +562,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-local_mta/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-local_mta/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-local_mta/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-local_mta/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-local_mta/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-local_mta/"/>
@ -570,7 +570,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-logging/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-logging/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-logging/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-logging/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-logging/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-logging/"/>
@ -578,7 +578,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-rp/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-rp/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-rp/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-rp/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-rp/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-rp/"/>
@ -586,7 +586,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-rspamd_ui/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-rspamd_ui/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-rspamd_ui/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-rspamd_ui/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-rspamd_ui/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-rspamd_ui/"/>
@ -594,7 +594,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-snat/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-snat/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-snat/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-snat/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-snat/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-snat/"/>
@ -602,7 +602,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-ssl/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-ssl/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-ssl/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-ssl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-ssl/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-ssl/"/>
@ -610,7 +610,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-sync_jobs_migration/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-sync_jobs_migration/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-sync_jobs_migration/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/post_installation/firststeps-sync_jobs_migration/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-sync_jobs_migration/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/post_installation/firststeps-sync_jobs_migration/"/>
@ -618,7 +618,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/prerequisite/prerequisite-dns/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/prerequisite/prerequisite-dns/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/prerequisite/prerequisite-dns/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/prerequisite/prerequisite-dns/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/prerequisite/prerequisite-dns/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/prerequisite/prerequisite-dns/"/>
@ -626,7 +626,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/prerequisite/prerequisite-system/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/prerequisite/prerequisite-system/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/prerequisite/prerequisite-system/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/prerequisite/prerequisite-system/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/prerequisite/prerequisite-system/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/prerequisite/prerequisite-system/"/>
@ -634,7 +634,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-borgmatic/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-borgmatic/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-borgmatic/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-borgmatic/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-borgmatic/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-borgmatic/"/>
@ -642,7 +642,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-exchange_onprem/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-exchange_onprem/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-exchange_onprem/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-exchange_onprem/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-exchange_onprem/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-exchange_onprem/"/>
@ -650,7 +650,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-gitea/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-gitea/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-gitea/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-gitea/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-gitea/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-gitea/"/>
@ -658,7 +658,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-gogs/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-gogs/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-gogs/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-gogs/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-gogs/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-gogs/"/>
@ -666,7 +666,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-mailman3/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-mailman3/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-mailman3/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-mailman3/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-mailman3/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-mailman3/"/>
@ -674,7 +674,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-mailpiler_integration/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-mailpiler_integration/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-mailpiler_integration/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-mailpiler_integration/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-mailpiler_integration/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-mailpiler_integration/"/>
@ -682,7 +682,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-nextcloud/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-nextcloud/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-nextcloud/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-nextcloud/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-nextcloud/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-nextcloud/"/>
@ -690,7 +690,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-portainer/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-portainer/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-portainer/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-portainer/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-portainer/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-portainer/"/>
@ -698,7 +698,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-roundcube/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/third_party/third_party-roundcube/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-roundcube/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/third_party/third_party-roundcube/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-roundcube/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/third_party/third_party-roundcube/"/>
@ -706,7 +706,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-admin_login_sogo/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-admin_login_sogo/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-admin_login_sogo/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-admin_login_sogo/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-admin_login_sogo/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-admin_login_sogo/"/>
@ -714,7 +714,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-attach_service/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-attach_service/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-attach_service/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-attach_service/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-attach_service/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-attach_service/"/>
@ -722,7 +722,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-common_problems/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-common_problems/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-common_problems/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-common_problems/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-common_problems/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-common_problems/"/>
@ -730,7 +730,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-logs/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-logs/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-logs/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-logs/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-logs/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-logs/"/>
@ -738,7 +738,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-mysql_aria/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-mysql_aria/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-mysql_aria/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-mysql_aria/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-mysql_aria/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-mysql_aria/"/>
@ -746,7 +746,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-mysql_upgrade/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-mysql_upgrade/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-mysql_upgrade/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-mysql_upgrade/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-mysql_upgrade/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-mysql_upgrade/"/>
@ -754,7 +754,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-reset_pw/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-reset_pw/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-reset_pw/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-reset_pw/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-reset_pw/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-reset_pw/"/>
@ -762,7 +762,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-reset_tls/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-reset_tls/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-reset_tls/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-reset_tls/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-reset_tls/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-reset_tls/"/>
@ -770,7 +770,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-rm_volumes/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-rm_volumes/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-rm_volumes/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-rm_volumes/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-rm_volumes/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-rm_volumes/"/>
@ -778,7 +778,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-rspamd_memory_leaks/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug-rspamd_memory_leaks/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-rspamd_memory_leaks/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug-rspamd_memory_leaks/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-rspamd_memory_leaks/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug-rspamd_memory_leaks/"/>
@ -786,7 +786,7 @@
</url> </url>
<url> <url>
<loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug/</loc> <loc>https://mailcow.github.io/mailcow-dockerized-docs/troubleshooting/debug/</loc>
<lastmod>2022-04-25</lastmod> <lastmod>2022-04-27</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug/"/> <xhtml:link rel="alternate" hreflang="en" href="https://mailcow.github.io/mailcow-dockerized-docs/en/troubleshooting/debug/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug/"/> <xhtml:link rel="alternate" hreflang="de" href="https://mailcow.github.io/mailcow-dockerized-docs/de/troubleshooting/debug/"/>

Binäre Datei nicht angezeigt.