Dieser Commit ist enthalten in:
milkmaker 2023-05-25 09:28:42 +00:00
Ursprung 897d1d3001
Commit 49810ded9f
6 geänderte Dateien mit 477 neuen und 399 gelöschten Zeilen

Datei anzeigen

@ -93,7 +93,7 @@
<div data-md-component="skip">
<a href="#_1" class="md-skip">
<a href="#mailcow-dockerized-" class="md-skip">
Zum Inhalt
</a>
@ -343,6 +343,13 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#was-ist-mailcow-dockerized" class="md-nav__link">
Was ist mailcow: dockerized?
</a>
</li>
<li class="md-nav__item">
<a href="#unterstutzen-sie-das-mailcow-projekt" class="md-nav__link">
Unterstützen Sie das mailcow Projekt
@ -351,11 +358,11 @@
</li>
<li class="md-nav__item">
<a href="#support-erhalten" class="md-nav__link">
Support erhalten
<a href="#hilfe-gefallig" class="md-nav__link">
Hilfe gefällig?
</a>
<nav class="md-nav" aria-label="Support erhalten">
<nav class="md-nav" aria-label="Hilfe gefällig?">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -366,8 +373,8 @@
</li>
<li class="md-nav__item">
<a href="#community-unterstutzung-und-chat" class="md-nav__link">
Community-Unterstützung und Chat
<a href="#community-support-und-chat" class="md-nav__link">
Community Support und Chat
</a>
</li>
@ -378,15 +385,8 @@
</li>
<li class="md-nav__item">
<a href="#demos" class="md-nav__link">
Demos
</a>
</li>
<li class="md-nav__item">
<a href="#uberblick" class="md-nav__link">
Überblick
<a href="#neugierig-gleich-ausprobieren" class="md-nav__link">
Neugierig? Gleich ausprobieren!
</a>
</li>
@ -2528,6 +2528,13 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#was-ist-mailcow-dockerized" class="md-nav__link">
Was ist mailcow: dockerized?
</a>
</li>
<li class="md-nav__item">
<a href="#unterstutzen-sie-das-mailcow-projekt" class="md-nav__link">
Unterstützen Sie das mailcow Projekt
@ -2536,11 +2543,11 @@
</li>
<li class="md-nav__item">
<a href="#support-erhalten" class="md-nav__link">
Support erhalten
<a href="#hilfe-gefallig" class="md-nav__link">
Hilfe gefällig?
</a>
<nav class="md-nav" aria-label="Support erhalten">
<nav class="md-nav" aria-label="Hilfe gefällig?">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -2551,8 +2558,8 @@
</li>
<li class="md-nav__item">
<a href="#community-unterstutzung-und-chat" class="md-nav__link">
Community-Unterstützung und Chat
<a href="#community-support-und-chat" class="md-nav__link">
Community Support und Chat
</a>
</li>
@ -2563,15 +2570,8 @@
</li>
<li class="md-nav__item">
<a href="#demos" class="md-nav__link">
Demos
</a>
</li>
<li class="md-nav__item">
<a href="#uberblick" class="md-nav__link">
Überblick
<a href="#neugierig-gleich-ausprobieren" class="md-nav__link">
Neugierig? Gleich ausprobieren!
</a>
</li>
@ -2594,17 +2594,89 @@
<h1 id="_1">🐮 + 🐋 = 💕<a class="headerlink" href="#_1" title="Permanent link">&para;</a></h1>
<figure>
<p><img alt="mailcow Logo" src="assets/images/logo.svg" width="150" /></p>
</figure>
<h1 id="mailcow-dockerized-">mailcow: dockerized - 🐮 + 🐋 = 💕<a class="headerlink" href="#mailcow-dockerized-" title="Permanent link">&para;</a></h1>
<p><strong>Die Mailserver-Suite mit dem 'moo'</strong></p>
<h2 id="was-ist-mailcow-dockerized">Was ist mailcow: dockerized?<a class="headerlink" href="#was-ist-mailcow-dockerized" title="Permanent link">&para;</a></h2>
<div class="admonition question">
<p class="admonition-title">Frage</p>
<p>Mailcow, MailCow oder doch mailcow? Wie heißt das Projekt nun genau?</p>
<p>Richtig: <strong>mailcow</strong>, denn mailcow ist eine eingetragene Wortmarke mit kleinem m :grin:</p>
</div>
<p>mailcow: dockerized ist eine Open-Source Groupware/E-Mail Suite auf Docker Basis.</p>
<p>Dabei setzt mailcow auf viele bekannte und lang bewertete Komponenten, welche im Zusammenspiel einen Rund um Sorglosen E-Mail Server ergeben.</p>
<p>Jeder Container repräsentiert eine einzelne Anwendung, die in einem überbrückten (Bridged) Netzwerk verbunden sind.</p>
<ul>
<li><a href="https://letsencrypt.org/">ACME</a> (Automatische Generation von Let's Encrypt Zertifikaten)</li>
<li><a href="https://www.clamav.net/">ClamAV</a> (Antiviren Scanner) (optional)</li>
<li><a href="https://www.dovecot.org/">Dovecot</a> (IMAP/POP Server zum Abrufen der E-Mails)</li>
<li><a href="https://mariadb.org/">MariaDB</a> (Datenbank zum Speichern der Nutzer Informationen u.w.)</li>
<li><a href="https://www.memcached.org/">Memcached</a> (Cache für den Webmailer SOGo)</li>
<li><a href="https://www.netfilter.org/">Netfilter</a> (Fail2ban-ähnliche Integration von <a href="https://github.com/mkuron">@mkuron</a>)</li>
<li><a href="https://nginx.org/">Nginx</a> (Webserver für die mailcow UI)</li>
<li><a href="https://github.com/decalage2/oletools">Oletools</a> über <a href="https://github.com/HeinleinSupport/olefy">Olefy</a> (Analyse von Office Dokumenten nach Viren, Makros etc.)</li>
<li><a href="https://php.net/">PHP</a> (Programmiersprache der meisten Webbasierten mailcow Aktionen)</li>
<li><a href="http://www.postfix.org/">Postfix</a> (Empfänger/Sender für den E-Mail-Verkehr im Internet)</li>
<li><a href="https://redis.io/">Redis</a> (Speicher für Spaminformationen, DKIM Schlüssel u.w.)</li>
<li><a href="https://www.rspamd.com/">Rspamd</a> (Spamfilter mit automatischem Lernen von Spammails)</li>
<li><a href="https://sogo.nu/">SOGo</a> (Integrierter Webmailer und Cal-/Carddav Schnittstelle)</li>
<li><a href="https://solr.apache.org/">Solr</a> (Voll-Text-Suche für IMAP Verbindungen zum schnellen durchsuchen von E-Mails) (optional)</li>
<li><a href="https://unbound.net/">Unbound</a> (Integrierter DNS-Server zum Verifizieren von DNSSEC u.w)</li>
<li>Ein Watchdog für die grundlegende Überwachung des Containerstatus innerhalb von mailcow</li>
</ul>
<p>Doch das Herzstück bzw. das, was mailcow besonders macht, ist die grafische Weboberfläche, die <strong>mailcow UI</strong>.</p>
<p>Diese bietet für so gut wie alle Einstellungen einen Platz und erlaubt das bequeme Anlegen von neuen Domains und E-Mail-Adressen mit wenigen Klicks.</p>
<p>Aber auch andere bzw. kniffligere Themen können in ihr problemlos erledigt werden:</p>
<ul>
<li><a href="http://dkim.org">DKIM</a> und <a href="http://arc-spec.org/">ARC</a> Unterstützung bzw. Generation.</li>
<li>Black- und Whitelists pro Domain und pro Benutzer</li>
<li>Spam-Score-Verwaltung pro Benutzer (Spam ablehnen, Spam markieren, Greylist)</li>
<li>Erlauben Sie Mailbox-Benutzern, temporäre Spam-Aliase zu erstellen</li>
<li>Voranstellen von E-Mail-Tags an den Betreff oder Verschieben von E-Mails in Unterordner (pro Benutzer)</li>
<li>Mailbox-Benutzer können die TLS-Durchsetzung für eingehende und ausgehende Nachrichten umschalten</li>
<li>Benutzer können die Caches von SOGo ActiveSync-Geräten zurücksetzen</li>
<li>imapsync, um entfernte Postfächer regelmäßig zu migrieren oder abzurufen</li>
<li>TFA: Yubikey OTP und WebAuthn USB (nur Google Chrome und Derivate), TOTP</li>
<li>Hinzufügen von Whitelist-Hosts zur Weiterleitung von Mails an mailcow</li>
<li>Fail2ban-ähnliche Integration</li>
<li>Quarantäne-System</li>
<li>Antivirus-Scanning inkl. Makro-Scanning in Office-Dokumenten</li>
<li>Integrierte Basisüberwachung</li>
<li>Und weitere...</li>
</ul>
<p>Die mailcow Daten (wie bspw. E-Mails, Userdaten etc.) werden in <strong>Docker-Volumes</strong> aufbewahrt - geben Sie gut auf diese Volumes acht:</p>
<ul>
<li>clamd-db-vol-1</li>
<li>crypt-vol-1</li>
<li>mysql-socket-vol-1</li>
<li>mysql-vol-1</li>
<li>postfix-vol-1</li>
<li>redis-vol-1</li>
<li>rspamd-vol-1</li>
<li>sogo-userdata-backup-vol-1</li>
<li>sogo-web-vol-1</li>
<li>solr-vol-1</li>
<li>vmail-index-vol-1</li>
<li>vmail-vol-1</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Achtung</p>
<p>Die Mails werden komprimiert und verschlüsselt gespeichert. Das Schlüsselpaar ist in crypt-vol-1 zu finden. Bitte vergessen Sie nicht, dieses und andere Volumes zu sichern. #KeinBackupkeinMitleid</p>
</div>
<hr />
<h2 id="unterstutzen-sie-das-mailcow-projekt">Unterstützen Sie das mailcow Projekt<a class="headerlink" href="#unterstutzen-sie-das-mailcow-projekt" title="Permanent link">&para;</a></h2>
<p>Bitte erwägen Sie einen Supportvertrag gegen eine geringe monatliche Gebühr unter <a href="https://www.servercow.de/mailcow?#support">Servercow</a>, um die weitere Entwicklung zu unterstützen. <em>Wir</em> unterstützen <em>Sie</em>, während <em>Sie</em> <em>uns</em> unterstützen. :)</p>
<p>Wenn Sie super toll sind und uns ohne Vertrag unterstützen möchten, können Sie eine SAL-Lizenz erhalten, die Ihre Unterstützung bestätigt (kaufbar als flexible Einmalzahlung) bei <a href="https://www.servercow.de/mailcow#sal">Servercow</a>.</p>
<h2 id="support-erhalten">Support erhalten<a class="headerlink" href="#support-erhalten" title="Permanent link">&para;</a></h2>
<p>Bitte erwägen Sie einen Supportvertrag gegen eine geringe monatliche Gebühr unter <a href="https://www.servercow.de/mailcow?#support">Servercow</a><sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup>, um die weitere Entwicklung zu unterstützen. <em>Wir</em> unterstützen <em>Sie</em>, während <em>Sie</em> <em>uns</em> unterstützen. :)</p>
<p>Wenn Sie super toll sind und uns ohne Vertrag unterstützen möchten, können Sie eine SAL (Stay-Awesome License) erhalten, die Ihre Unterstützung bestätigt (kaufbar als flexible Einmalzahlung) bei <a href="https://www.servercow.de/mailcow#sal">Servercow</a>.</p>
<hr />
<h2 id="hilfe-gefallig">Hilfe gefällig?<a class="headerlink" href="#hilfe-gefallig" title="Permanent link">&para;</a></h2>
<p>Es gibt zwei Möglichkeiten, Support für Ihre mailcow-Installation zu erhalten.</p>
<h3 id="kommerzieller-support">Kommerzieller Support<a class="headerlink" href="#kommerzieller-support" title="Permanent link">&para;</a></h3>
<p>Für professionellen und priorisierten kommerziellen Support können Sie ein Basis-Support-Abonnement unter <a href="https://www.servercow.de/mailcow#support">Servercow</a> abschließen. Für kundenspezifische Anfragen oder Fragen kontaktieren Sie uns stattdessen bitte unter <a href="mailto:info@servercow.de">info@servercow.de</a>.</p>
<p>Darüber hinaus bieten wir auch eine voll ausgestattete und verwaltete <a href="https://www.servercow.de/mailcow#managed">managed mailcow</a> an. Auf diese Weise kümmern wir uns um alles technische und Sie können Ihr ganzes Mail-Erlebnis auf eine problemlose Weise genießen.</p>
<h3 id="community-unterstutzung-und-chat">Community-Unterstützung und Chat<a class="headerlink" href="#community-unterstutzung-und-chat" title="Permanent link">&para;</a></h3>
<p>Die andere Alternative ist unser kostenloser Community-Support auf unseren verschiedenen Kanälen unten. Bitte beachten Sie, dass dieser Support von unserer großartigen Community rund um mailcow betrieben wird. Diese Art von Support ist best-effort, freiwillig und es gibt keine Garantie für irgendetwas.</p>
<h3 id="community-support-und-chat">Community Support und Chat<a class="headerlink" href="#community-support-und-chat" title="Permanent link">&para;</a></h3>
<p>Die Alternative ist unser kostenloser Community-Support auf unseren verschiedenen Kanälen unten. Bitte beachten Sie, dass dieser Support von unserer großartigen Community rund um mailcow betrieben wird. Diese Art von Support ist best-effort, freiwillig und es gibt keine Garantie für irgendetwas.</p>
<ul>
<li>
<p>Unsere mailcow Community @ <a href="https://community.mailcow.email">community.mailcow.email</a></p>
@ -2624,88 +2696,42 @@
<ul>
<li>GitHub @ <a href="https://github.com/mailcow/mailcow-dockerized">mailcow/mailcow-dockerized</a></li>
</ul>
<h2 id="demos">Demos<a class="headerlink" href="#demos" title="Permanent link">&para;</a></h2>
<p>Seit September 2022 stellen wir zwei Verschiedene Demos bereit: </p>
<hr />
<h2 id="neugierig-gleich-ausprobieren">Neugierig? Gleich ausprobieren!<a class="headerlink" href="#neugierig-gleich-ausprobieren" title="Permanent link">&para;</a></h2>
<p>Haben wir Ihr Interesse geweckt? Verschaffen Sie sich in unseren offiziellen <strong>mailcow Demos</strong> einen ersten Überblick über die Funktionalitäten von mailcow und Ihrer mailcow UI!</p>
<p>Seit September 2022 stellen wir zwei verschiedene Demos bereit: </p>
<ul>
<li><strong><a href="https://demo.mailcow.email">demo.mailcow.email</a></strong> ist die altbekannte Demo, welche sich am <strong>Stabilen Stand</strong> der mailcow orrientiert. </li>
<li><strong><a href="https://nightly-demo.mailcow.email">nightly-demo.mailcow.email</a></strong> ist die neue <strong>Nightly Demo</strong>, welche Testfunktionen beherbergt. (Also insbesondere für alle interessant, die keine Möglichkeit haben sich eine Testinstanz selbst zu erstellen.)</li>
<li><strong><a href="https://demo.mailcow.email">demo.mailcow.email</a></strong> ist die altbekannte Demo, welche sich am <strong>Stabilen Stand</strong> der mailcow orrientiert (master Branch auf GitHub). </li>
<li><strong><a href="https://nightly-demo.mailcow.email">nightly-demo.mailcow.email</a></strong> ist die neue <strong>Nightly Demo</strong>, welche Testfunktionen beherbergt. (Also insbesondere für alle interessant, die keine Möglichkeit haben sich eine Testinstanz selbst zu erstellen.) (nightly Branch auf GitHub)</li>
</ul>
<p>Die folgenden Anmeldedaten fürs Login funktionieren bei beiden Varianten:</p>
<div class="admonition abstract">
<p class="admonition-title">Nutzen Sie diese Anmeldedaten für die Demos</p>
<ul>
<li><strong>Administrator</strong>: admin / moohoo</li>
<li><strong>Domänen-Administrator</strong>: department / moohoo</li>
<li><strong>Mailbox</strong>: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#100;&#101;&#109;&#111;&#64;&#52;&#52;&#48;&#48;&#52;&#52;&#46;&#120;&#121;&#122;">&#100;&#101;&#109;&#111;&#64;&#52;&#52;&#48;&#48;&#52;&#52;&#46;&#120;&#121;&#122;</a> / moohoo</li>
</ul>
<p><em>Die Anmeldedaten für die Logins funktionieren bei beiden Varianten</em></p>
</div>
<div class="admonition success">
<p class="admonition-title">Besonderheit</p>
<p class="admonition-title">Immer auf dem neusten Stand</p>
<p>Die Demo Instanzen erhalten die neusten Updates direkt nach Release von GitHub. Vollautomatisch, ohne Downtime!</p>
</div>
<h2 id="uberblick">Überblick<a class="headerlink" href="#uberblick" title="Permanent link">&para;</a></h2>
<p>Die integrierte <strong>mailcow UI</strong> ermöglicht administrative Arbeiten auf Ihrer Mailserver-Instanz sowie einen getrennten Domain-Administrator- und Mailbox-Benutzer-Zugriff:</p>
<ul>
<li><a href="http://dkim.org">DKIM</a> und <a href="http://arc-spec.org/">ARC</a> Unterstützung</li>
<li>Black- und Whitelists pro Domain und pro Benutzer</li>
<li>Spam-Score-Verwaltung pro Benutzer (Spam ablehnen, Spam markieren, Greylist)</li>
<li>Erlauben Sie Mailbox-Benutzern, temporäre Spam-Aliase zu erstellen</li>
<li>Voranstellen von E-Mail-Tags an den Betreff oder Verschieben von E-Mails in Unterordner (pro Benutzer)</li>
<li>Mailbox-Benutzer können die TLS-Durchsetzung für eingehende und ausgehende Nachrichten umschalten</li>
<li>Benutzer können die Caches von SOGo ActiveSync-Geräten zurücksetzen</li>
<li>imapsync, um entfernte Postfächer regelmäßig zu migrieren oder abzurufen</li>
<li>TFA: Yubikey OTP und U2F USB (nur Google Chrome und Derivate), TOTP</li>
<li>Hinzufügen von Domänen, Postfächern, Aliasen, Domänenaliasen und SOGo-Ressourcen</li>
<li>Hinzufügen von Whitelist-Hosts zur Weiterleitung von Mails an mailcow</li>
<li>Fail2ban-ähnliche Integration</li>
<li>Quarantäne-System</li>
<li>Antivirus-Scanning inkl. Makro-Scanning in Office-Dokumenten</li>
<li>Integrierte Basisüberwachung</li>
<li>Eine Menge mehr...</li>
</ul>
<p>mailcow: dockerized kommt mit mehreren Containern, die in einem überbrückten Netzwerk verbunden sind.
Jeder Container repräsentiert eine einzelne Anwendung.</p>
<ul>
<li><a href="https://letsencrypt.org/">ACME</a></li>
<li><a href="https://www.clamav.net/">ClamAV</a> (optional)</li>
<li><a href="https://www.dovecot.org/">Dovecot</a></li>
<li><a href="https://mariadb.org/">MariaDB</a></li>
<li><a href="https://www.memcached.org/">Memcached</a></li>
<li><a href="https://www.netfilter.org/">Netfilter</a> (Fail2ban-ähnliche Integration von <a href="https://github.com/mkuron">@mkuron</a>)</li>
<li><a href="https://nginx.org/">Nginx</a></li>
<li><a href="https://github.com/decalage2/oletools">Oletools</a> über <a href="https://github.com/HeinleinSupport/olefy">Olefy</a></li>
<li><a href="https://php.net/">PHP</a></li>
<li><a href="http://www.postfix.org/">Postfix</a></li>
<li><a href="https://redis.io/">Redis</a></li>
<li><a href="https://www.rspamd.com/">Rspamd</a></li>
<li><a href="https://sogo.nu/">SOGo</a></li>
<li><a href="https://solr.apache.org/">Solr</a> (optional)</li>
<li><a href="https://unbound.net/">Unbound</a></li>
<li>Ein Watchdog für die grundlegende Überwachung</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Achtung</p>
<p>Die Mails werden komprimiert und verschlüsselt gespeichert. Das Schlüsselpaar ist in crypt-vol-1 zu finden. Bitte vergessen Sie nicht, dieses zu sichern.</p>
<div class="footnote">
<hr />
<ol>
<li id="fn:1">
<p>Servercow ist eine Hosting/Support Sparte der The Infrastructure Company GmbH (mailcow Maintainer)&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
</ol>
</div>
<p><strong>Docker-Volumes</strong> zur Aufbewahrung dynamischer Daten - kümmern Sie sich um sie!</p>
<ul>
<li>clamd-db-vol-1</li>
<li>crypt-vol-1</li>
<li>mysql-socket-vol-1</li>
<li>mysql-vol-1</li>
<li>postfix-vol-1</li>
<li>redis-vol-1</li>
<li>rspamd-vol-1</li>
<li>sogo-userdata-backup-vol-1</li>
<li>sogo-web-vol-1</li>
<li>solr-vol-1</li>
<li>vmail-index-vol-1</li>
<li>vmail-vol-1</li>
</ul>
<hr>
<div class="md-source-file">
<small>
Letztes Update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-09-24 12:40:59</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2023-05-25 11:26:30</span>
</small>

Datei anzeigen

@ -93,7 +93,7 @@
<div data-md-component="skip">
<a href="#_1" class="md-skip">
<a href="#mailcow-dockerized-" class="md-skip">
Skip to content
</a>
@ -344,18 +344,25 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#help-mailcow" class="md-nav__link">
Help mailcow
<a href="#what-is-mailcow-dockerized" class="md-nav__link">
What is mailcow: dockerized?
</a>
</li>
<li class="md-nav__item">
<a href="#get-support" class="md-nav__link">
Get support
<a href="#support-the-mailcow-project" class="md-nav__link">
Support the mailcow project
</a>
<nav class="md-nav" aria-label="Get support">
</li>
<li class="md-nav__item">
<a href="#need-help" class="md-nav__link">
Need help?
</a>
<nav class="md-nav" aria-label="Need help?">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -378,15 +385,8 @@
</li>
<li class="md-nav__item">
<a href="#demos" class="md-nav__link">
Demos
</a>
</li>
<li class="md-nav__item">
<a href="#overview" class="md-nav__link">
Overview
<a href="#interested-try-it-out-right-away" class="md-nav__link">
Interested? Try it out right away!
</a>
</li>
@ -2529,18 +2529,25 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#help-mailcow" class="md-nav__link">
Help mailcow
<a href="#what-is-mailcow-dockerized" class="md-nav__link">
What is mailcow: dockerized?
</a>
</li>
<li class="md-nav__item">
<a href="#get-support" class="md-nav__link">
Get support
<a href="#support-the-mailcow-project" class="md-nav__link">
Support the mailcow project
</a>
<nav class="md-nav" aria-label="Get support">
</li>
<li class="md-nav__item">
<a href="#need-help" class="md-nav__link">
Need help?
</a>
<nav class="md-nav" aria-label="Need help?">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -2563,15 +2570,8 @@
</li>
<li class="md-nav__item">
<a href="#demos" class="md-nav__link">
Demos
</a>
</li>
<li class="md-nav__item">
<a href="#overview" class="md-nav__link">
Overview
<a href="#interested-try-it-out-right-away" class="md-nav__link">
Interested? Try it out right away!
</a>
</li>
@ -2594,15 +2594,87 @@
<h1 id="_1">🐮 + 🐋 = 💕<a class="headerlink" href="#_1" title="Permanent link">&para;</a></h1>
<h2 id="help-mailcow">Help mailcow<a class="headerlink" href="#help-mailcow" title="Permanent link">&para;</a></h2>
<p>Please consider a support contract for a small monthly fee at <a href="https://www.servercow.de/mailcow?lang=en#support">Servercow EN</a> to support further development. <em>We</em> support <em>you</em> while <em>you</em> support <em>us</em>. :)</p>
<p>If you are super awesome and would like to support without a contract, you can get a SAL license that confirms your awesomeness (a flexible one-time payment) at <a href="https://www.servercow.de/mailcow?lang=en#sal">Servercow EN</a>.</p>
<h2 id="get-support">Get support<a class="headerlink" href="#get-support" title="Permanent link">&para;</a></h2>
<figure>
<p><img alt="mailcow Logo" src="assets/images/logo.svg" width="150" /></p>
</figure>
<h1 id="mailcow-dockerized-">mailcow: dockerized - 🐮 + 🐋 = 💕<a class="headerlink" href="#mailcow-dockerized-" title="Permanent link">&para;</a></h1>
<p><strong>The mailserver suite with the 'moo'</strong></p>
<h2 id="what-is-mailcow-dockerized">What is mailcow: dockerized?<a class="headerlink" href="#what-is-mailcow-dockerized" title="Permanent link">&para;</a></h2>
<div class="admonition question">
<p class="admonition-title">Question</p>
<p>Mailcow, MailCow or mailcow? What is the exact name of the project?</p>
<p>Correct: <strong>mailcow</strong>, because mailcow is a registered word mark with a small m :grin:</p>
</div>
<p>mailcow: dockerized is an open source groupware/email suite based on docker.</p>
<p>mailcow relies on many well known and long used components, which in combination result in an all around carefree email server.</p>
<p>Each container represents a single application, connected in a bridged network.</p>
<ul>
<li><a href="https://letsencrypt.org/">ACME</a> (Automatic generation of Let's Encrypt certificates)</li>
<li><a href="https://www.clamav.net/">ClamAV</a> (anti-virus scanner) (optional)</li>
<li><a href="https://www.dovecot.org/">Dovecot</a> (IMAP/POP server for retrieving mail)</li>
<li><a href="https://mariadb.org/">MariaDB</a> (database to store user information, etc.)</li>
<li><a href="https://www.memcached.org/">Memcached</a> (cache for the SOGo webmailer)</li>
<li><a href="https://www.netfilter.org/">Netfilter</a> (Fail2ban-like integration of <a href="https://github.com/mkuron">@mkuron</a>)</li>
<li><a href="https://nginx.org/">Nginx</a> (Web server for the mailcow UI)</li>
<li><a href="https://github.com/decalage2/oletools">Oletools</a> via <a href="https://github.com/HeinleinSupport/olefy">Olefy</a> (analyzing office documents for viruses, macros, etc.)</li>
<li><a href="https://php.net/">PHP</a> (programming language for most web-based mailcow actions)</li>
<li><a href="http://www.postfix.org/">Postfix</a> (Receiver/sender for mail traffic on the Internet)</li>
<li><a href="https://redis.io/">Redis</a> (storage for spam information, DKIM keys, etc.)</li>
<li><a href="https://www.rspamd.com/">Rspamd</a> (spam filter with automatic learning of spam mails)</li>
<li><a href="https://sogo.nu/">SOGo</a> (integrated webmailer and cal/carddav interface)</li>
<li><a href="https://solr.apache.org/">Solr</a> (full-text search for IMAP connections for quick email search) (optional)</li>
<li><a href="https://unbound.net/">Unbound</a> (integrated DNS server to check DNSSEC etc.)</li>
<li>A watchdog for basic monitoring of container health inside mailcow</li>
</ul>
<p>But the heart of mailcow is the graphical web interface, the <strong>mailcow UI</strong>.</p>
<p>It offers a place for almost all settings and allows the comfortable creation of new domains and email addresses with just a few clicks.</p>
<p>But also other or more tricky tasks can be done in it with ease:</p>
<ul>
<li><a href="http://dkim.org">DKIM</a> and <a href="http://arc-spec.org/">ARC</a> support/generation.</li>
<li>Black and white lists per domain and per user.</li>
<li>Spam score management per user (reject spam, flag spam, greylist).</li>
<li>Allow mailbox users to create temporary spam aliases</li>
<li>Prepend email tags to subject or move emails to subfolders (per user)</li>
<li>Allow mailbox users to toggle TLS enforcement for inbound and outbound messages</li>
<li>Users can reset caches on SOGo ActiveSync devices</li>
<li>imapsync to periodically migrate or retrieve remote mailboxes</li>
<li>TFA: Yubikey OTP and WebAuthn USB (Google Chrome and derivatives only), TOTP</li>
<li>Add whitelist hosts to forward mail to mailcow</li>
<li>Fail2ban-like integration</li>
<li>Quarantine system</li>
<li>Anti-virus scanning including macro scanning in Office documents</li>
<li>Integrated basic monitoring</li>
<li>And much more...</li>
</ul>
<p>The mailcow data (such as emails, user data, etc.) is stored in <strong>Docker volumes</strong> - take good care of these volumes:</p>
<ul>
<li>clamd-db-vol-1</li>
<li>crypt-vol-1</li>
<li>mysql-socket-vol-1</li>
<li>mysql-vol-1</li>
<li>postfix-vol-1</li>
<li>redis-vol-1</li>
<li>rspamd-vol-1</li>
<li>sogo-userdata-backup-vol-1</li>
<li>sogo-web-vol-1</li>
<li>solr-vol-1</li>
<li>vmail-index-vol-1</li>
<li>vmail-vol-1</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>The mails are compressed and encrypted. The key pair can be found in crypt-vol-1. Please don't forget to backup this and other volumes. #nobackupnopity</p>
</div>
<hr />
<h2 id="support-the-mailcow-project">Support the mailcow project<a class="headerlink" href="#support-the-mailcow-project" title="Permanent link">&para;</a></h2>
<p>Please consider a support contract for a small monthly fee at <a href="https://www.servercow.de/mailcow?lang=en#support">Servercow</a><sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> to support further development. <em>We</em> support <em>you</em> while <em>you</em> support <em>us</em>. :)</p>
<p>If you are super awesome and would like to support without a contract, you can get a SAL (Stay-Awesome License) that confirms your awesomeness (a flexible one-time payment) at <a href="https://www.servercow.de/mailcow?lang=en#sal">Servercow</a>.</p>
<hr />
<h2 id="need-help">Need help?<a class="headerlink" href="#need-help" title="Permanent link">&para;</a></h2>
<p>There are two ways to achieve support for your mailcow installation.</p>
<h3 id="commercial-support">Commercial support<a class="headerlink" href="#commercial-support" title="Permanent link">&para;</a></h3>
<p>For professional and prioritized commercial support you can sign a basic support subscription at <a href="https://www.servercow.de/mailcow?lang=en#support">Servercow EN</a>. For custom inquiries or questions please contact us at <a href="mailto:info@servercow.de">info@servercow.de</a> instead.</p>
<p>Furthermore we do also provide a fully featured and managed mailcow <a href="https://www.servercow.de/mailcow#managed">here</a>. This way we take care about the technical magic underneath and you can enjoy your whole mail experience in a hassle-free way.</p>
<p>For professional and prioritized commercial support you can sign a basic support subscription at <a href="https://www.servercow.de/mailcow?lang=en#support">Servercow</a>. For custom inquiries or questions please contact us at <a href="mailto:info@servercow.de">info@servercow.de</a> instead.</p>
<p>Furthermore we do also provide a fully featured and managed mailcow <a href="https://www.servercow.de/mailcow?lang=en#managed">here</a>. This way we take care about the technical magic underneath and you can enjoy your whole mail experience in a hassle-free way.</p>
<h3 id="community-support-and-chat">Community support and chat<a class="headerlink" href="#community-support-and-chat" title="Permanent link">&para;</a></h3>
<p>The other alternative is our free community-support on our various channels below. Please notice, that this support is driven by our awesome community around mailcow. This kind of support is best-effort, voluntary and there is no guarantee for anything.</p>
<ul>
@ -2624,88 +2696,42 @@
<ul>
<li>GitHub @ <a href="https://github.com/mailcow/mailcow-dockerized">mailcow/mailcow-dockerized</a></li>
</ul>
<h2 id="demos">Demos<a class="headerlink" href="#demos" title="Permanent link">&para;</a></h2>
<hr />
<h2 id="interested-try-it-out-right-away">Interested? Try it out right away!<a class="headerlink" href="#interested-try-it-out-right-away" title="Permanent link">&para;</a></h2>
<p>Have we got your interest? Get a first overview of the functionalities of mailcow and your mailcow UI in our official <strong>mailcow demos</strong>!</p>
<p>Since September 2022 we´re providing two seperate Demo instances: </p>
<ul>
<li><strong><a href="https://demo.mailcow.email">demo.mailcow.email</a></strong> is the classic Demo based on the <strong>stable releases</strong>.</li>
<li><strong><a href="https://nightly-demo.mailcow.email">nightly-demo.mailcow.email</a></strong> is the new <strong>nightly demo</strong> based on unreleased testing features. (So especially interesting for those who have no possibility to create a test instance themselves.)</li>
</ul>
<p>Use the following credentials to login on both demos:</p>
<div class="admonition abstract">
<p class="admonition-title">Use these credentials for the demos</p>
<ul>
<li><strong>Administrator</strong>: admin / moohoo</li>
<li><strong>Domain-Administrator</strong>: department / moohoo</li>
<li><strong>Mailbox</strong>: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#100;&#101;&#109;&#111;&#64;&#52;&#52;&#48;&#48;&#52;&#52;&#46;&#120;&#121;&#122;">&#100;&#101;&#109;&#111;&#64;&#52;&#52;&#48;&#48;&#52;&#52;&#46;&#120;&#121;&#122;</a> / moohoo</li>
</ul>
<p><em>The login credentials work for both variants</em>.</p>
</div>
<div class="admonition success">
<p class="admonition-title">Success</p>
<p class="admonition-title">Always up to date</p>
<p>The demo instances get the latest updates directly after releases from GitHub. Fully automatic, without any downtime!</p>
</div>
<h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h2>
<p>The integrated <strong>mailcow UI</strong> allows administrative work on your mail server instance as well as separated domain administrator and mailbox user access:</p>
<ul>
<li><a href="http://dkim.org">DKIM</a> and <a href="http://arc-spec.org/">ARC</a> support</li>
<li>Black- and whitelists per domain and per user</li>
<li>Spam score management per-user (reject spam, mark spam, greylist)</li>
<li>Allow mailbox users to create temporary spam aliases</li>
<li>Prepend mail tags to subject or move mail to sub folder (per-user)</li>
<li>Allow mailbox users to toggle incoming and outgoing TLS enforcement</li>
<li>Allow users to reset SOGo ActiveSync device caches</li>
<li>imapsync to migrate or pull remote mailboxes regularly</li>
<li>TFA: Yubikey OTP and U2F USB (Google Chrome and derivatives only), TOTP</li>
<li>Add domains, mailboxes, aliases, domain aliases and SOGo resources</li>
<li>Add whitelisted hosts to forward mail to mailcow</li>
<li>Fail2ban-like integration</li>
<li>Quarantine system</li>
<li>Antivirus scanning incl. macro scanning in office documents</li>
<li>Integrated basic monitoring</li>
<li>A lot more...</li>
</ul>
<p>mailcow: dockerized comes with multiple containers linked in one bridged network.
Each container represents a single application.</p>
<ul>
<li><a href="https://letsencrypt.org/">ACME</a></li>
<li><a href="https://www.clamav.net/">ClamAV</a> (optional)</li>
<li><a href="https://www.dovecot.org/">Dovecot</a></li>
<li><a href="https://mariadb.org/">MariaDB</a></li>
<li><a href="https://www.memcached.org/">Memcached</a></li>
<li><a href="https://www.netfilter.org/">Netfilter</a> (Fail2ban-like integration by <a href="https://github.com/mkuron">@mkuron</a>)</li>
<li><a href="https://nginx.org/">Nginx</a></li>
<li><a href="https://github.com/decalage2/oletools">Oletools</a> via <a href="https://github.com/HeinleinSupport/olefy">Olefy</a></li>
<li><a href="https://php.net/">PHP</a></li>
<li><a href="http://www.postfix.org/">Postfix</a></li>
<li><a href="https://redis.io/">Redis</a></li>
<li><a href="https://www.rspamd.com/">Rspamd</a></li>
<li><a href="https://sogo.nu/">SOGo</a></li>
<li><a href="https://solr.apache.org/">Solr</a> (optional)</li>
<li><a href="https://unbound.net/">Unbound</a></li>
<li>A Watchdog to provide basic monitoring</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Mails are stored compressed and encrypted. The key pair can be found in crypt-vol-1. Be sure to backup this volume!</p>
<div class="footnote">
<hr />
<ol>
<li id="fn:1">
<p>Servercow is a hosting/support division of The Infrastructure Company GmbH (mailcow maintainer).&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
</ol>
</div>
<p><strong>Docker volumes</strong> to keep dynamic data - take care of them!</p>
<ul>
<li>clamd-db-vol-1</li>
<li>crypt-vol-1</li>
<li>mysql-socket-vol-1</li>
<li>mysql-vol-1</li>
<li>postfix-vol-1</li>
<li>redis-vol-1</li>
<li>rspamd-vol-1</li>
<li>sogo-userdata-backup-vol-1</li>
<li>sogo-web-vol-1</li>
<li>solr-vol-1</li>
<li>vmail-index-vol-1</li>
<li>vmail-vol-1</li>
</ul>
<hr>
<div class="md-source-file">
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-09-24 12:40:59</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2023-05-25 11:26:30</span>
</small>

Datei anzeigen

@ -93,7 +93,7 @@
<div data-md-component="skip">
<a href="#_1" class="md-skip">
<a href="#mailcow-dockerized-" class="md-skip">
Skip to content
</a>
@ -344,18 +344,25 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#help-mailcow" class="md-nav__link">
Help mailcow
<a href="#what-is-mailcow-dockerized" class="md-nav__link">
What is mailcow: dockerized?
</a>
</li>
<li class="md-nav__item">
<a href="#get-support" class="md-nav__link">
Get support
<a href="#support-the-mailcow-project" class="md-nav__link">
Support the mailcow project
</a>
<nav class="md-nav" aria-label="Get support">
</li>
<li class="md-nav__item">
<a href="#need-help" class="md-nav__link">
Need help?
</a>
<nav class="md-nav" aria-label="Need help?">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -378,15 +385,8 @@
</li>
<li class="md-nav__item">
<a href="#demos" class="md-nav__link">
Demos
</a>
</li>
<li class="md-nav__item">
<a href="#overview" class="md-nav__link">
Overview
<a href="#interested-try-it-out-right-away" class="md-nav__link">
Interested? Try it out right away!
</a>
</li>
@ -2529,18 +2529,25 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#help-mailcow" class="md-nav__link">
Help mailcow
<a href="#what-is-mailcow-dockerized" class="md-nav__link">
What is mailcow: dockerized?
</a>
</li>
<li class="md-nav__item">
<a href="#get-support" class="md-nav__link">
Get support
<a href="#support-the-mailcow-project" class="md-nav__link">
Support the mailcow project
</a>
<nav class="md-nav" aria-label="Get support">
</li>
<li class="md-nav__item">
<a href="#need-help" class="md-nav__link">
Need help?
</a>
<nav class="md-nav" aria-label="Need help?">
<ul class="md-nav__list">
<li class="md-nav__item">
@ -2563,15 +2570,8 @@
</li>
<li class="md-nav__item">
<a href="#demos" class="md-nav__link">
Demos
</a>
</li>
<li class="md-nav__item">
<a href="#overview" class="md-nav__link">
Overview
<a href="#interested-try-it-out-right-away" class="md-nav__link">
Interested? Try it out right away!
</a>
</li>
@ -2594,15 +2594,87 @@
<h1 id="_1">🐮 + 🐋 = 💕<a class="headerlink" href="#_1" title="Permanent link">&para;</a></h1>
<h2 id="help-mailcow">Help mailcow<a class="headerlink" href="#help-mailcow" title="Permanent link">&para;</a></h2>
<p>Please consider a support contract for a small monthly fee at <a href="https://www.servercow.de/mailcow?lang=en#support">Servercow EN</a> to support further development. <em>We</em> support <em>you</em> while <em>you</em> support <em>us</em>. :)</p>
<p>If you are super awesome and would like to support without a contract, you can get a SAL license that confirms your awesomeness (a flexible one-time payment) at <a href="https://www.servercow.de/mailcow?lang=en#sal">Servercow EN</a>.</p>
<h2 id="get-support">Get support<a class="headerlink" href="#get-support" title="Permanent link">&para;</a></h2>
<figure>
<p><img alt="mailcow Logo" src="assets/images/logo.svg" width="150" /></p>
</figure>
<h1 id="mailcow-dockerized-">mailcow: dockerized - 🐮 + 🐋 = 💕<a class="headerlink" href="#mailcow-dockerized-" title="Permanent link">&para;</a></h1>
<p><strong>The mailserver suite with the 'moo'</strong></p>
<h2 id="what-is-mailcow-dockerized">What is mailcow: dockerized?<a class="headerlink" href="#what-is-mailcow-dockerized" title="Permanent link">&para;</a></h2>
<div class="admonition question">
<p class="admonition-title">Question</p>
<p>Mailcow, MailCow or mailcow? What is the exact name of the project?</p>
<p>Correct: <strong>mailcow</strong>, because mailcow is a registered word mark with a small m :grin:</p>
</div>
<p>mailcow: dockerized is an open source groupware/email suite based on docker.</p>
<p>mailcow relies on many well known and long used components, which in combination result in an all around carefree email server.</p>
<p>Each container represents a single application, connected in a bridged network.</p>
<ul>
<li><a href="https://letsencrypt.org/">ACME</a> (Automatic generation of Let's Encrypt certificates)</li>
<li><a href="https://www.clamav.net/">ClamAV</a> (anti-virus scanner) (optional)</li>
<li><a href="https://www.dovecot.org/">Dovecot</a> (IMAP/POP server for retrieving mail)</li>
<li><a href="https://mariadb.org/">MariaDB</a> (database to store user information, etc.)</li>
<li><a href="https://www.memcached.org/">Memcached</a> (cache for the SOGo webmailer)</li>
<li><a href="https://www.netfilter.org/">Netfilter</a> (Fail2ban-like integration of <a href="https://github.com/mkuron">@mkuron</a>)</li>
<li><a href="https://nginx.org/">Nginx</a> (Web server for the mailcow UI)</li>
<li><a href="https://github.com/decalage2/oletools">Oletools</a> via <a href="https://github.com/HeinleinSupport/olefy">Olefy</a> (analyzing office documents for viruses, macros, etc.)</li>
<li><a href="https://php.net/">PHP</a> (programming language for most web-based mailcow actions)</li>
<li><a href="http://www.postfix.org/">Postfix</a> (Receiver/sender for mail traffic on the Internet)</li>
<li><a href="https://redis.io/">Redis</a> (storage for spam information, DKIM keys, etc.)</li>
<li><a href="https://www.rspamd.com/">Rspamd</a> (spam filter with automatic learning of spam mails)</li>
<li><a href="https://sogo.nu/">SOGo</a> (integrated webmailer and cal/carddav interface)</li>
<li><a href="https://solr.apache.org/">Solr</a> (full-text search for IMAP connections for quick email search) (optional)</li>
<li><a href="https://unbound.net/">Unbound</a> (integrated DNS server to check DNSSEC etc.)</li>
<li>A watchdog for basic monitoring of container health inside mailcow</li>
</ul>
<p>But the heart of mailcow is the graphical web interface, the <strong>mailcow UI</strong>.</p>
<p>It offers a place for almost all settings and allows the comfortable creation of new domains and email addresses with just a few clicks.</p>
<p>But also other or more tricky tasks can be done in it with ease:</p>
<ul>
<li><a href="http://dkim.org">DKIM</a> and <a href="http://arc-spec.org/">ARC</a> support/generation.</li>
<li>Black and white lists per domain and per user.</li>
<li>Spam score management per user (reject spam, flag spam, greylist).</li>
<li>Allow mailbox users to create temporary spam aliases</li>
<li>Prepend email tags to subject or move emails to subfolders (per user)</li>
<li>Allow mailbox users to toggle TLS enforcement for inbound and outbound messages</li>
<li>Users can reset caches on SOGo ActiveSync devices</li>
<li>imapsync to periodically migrate or retrieve remote mailboxes</li>
<li>TFA: Yubikey OTP and WebAuthn USB (Google Chrome and derivatives only), TOTP</li>
<li>Add whitelist hosts to forward mail to mailcow</li>
<li>Fail2ban-like integration</li>
<li>Quarantine system</li>
<li>Anti-virus scanning including macro scanning in Office documents</li>
<li>Integrated basic monitoring</li>
<li>And much more...</li>
</ul>
<p>The mailcow data (such as emails, user data, etc.) is stored in <strong>Docker volumes</strong> - take good care of these volumes:</p>
<ul>
<li>clamd-db-vol-1</li>
<li>crypt-vol-1</li>
<li>mysql-socket-vol-1</li>
<li>mysql-vol-1</li>
<li>postfix-vol-1</li>
<li>redis-vol-1</li>
<li>rspamd-vol-1</li>
<li>sogo-userdata-backup-vol-1</li>
<li>sogo-web-vol-1</li>
<li>solr-vol-1</li>
<li>vmail-index-vol-1</li>
<li>vmail-vol-1</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>The mails are compressed and encrypted. The key pair can be found in crypt-vol-1. Please don't forget to backup this and other volumes. #nobackupnopity</p>
</div>
<hr />
<h2 id="support-the-mailcow-project">Support the mailcow project<a class="headerlink" href="#support-the-mailcow-project" title="Permanent link">&para;</a></h2>
<p>Please consider a support contract for a small monthly fee at <a href="https://www.servercow.de/mailcow?lang=en#support">Servercow</a><sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> to support further development. <em>We</em> support <em>you</em> while <em>you</em> support <em>us</em>. :)</p>
<p>If you are super awesome and would like to support without a contract, you can get a SAL (Stay-Awesome License) that confirms your awesomeness (a flexible one-time payment) at <a href="https://www.servercow.de/mailcow?lang=en#sal">Servercow</a>.</p>
<hr />
<h2 id="need-help">Need help?<a class="headerlink" href="#need-help" title="Permanent link">&para;</a></h2>
<p>There are two ways to achieve support for your mailcow installation.</p>
<h3 id="commercial-support">Commercial support<a class="headerlink" href="#commercial-support" title="Permanent link">&para;</a></h3>
<p>For professional and prioritized commercial support you can sign a basic support subscription at <a href="https://www.servercow.de/mailcow?lang=en#support">Servercow EN</a>. For custom inquiries or questions please contact us at <a href="mailto:info@servercow.de">info@servercow.de</a> instead.</p>
<p>Furthermore we do also provide a fully featured and managed mailcow <a href="https://www.servercow.de/mailcow#managed">here</a>. This way we take care about the technical magic underneath and you can enjoy your whole mail experience in a hassle-free way.</p>
<p>For professional and prioritized commercial support you can sign a basic support subscription at <a href="https://www.servercow.de/mailcow?lang=en#support">Servercow</a>. For custom inquiries or questions please contact us at <a href="mailto:info@servercow.de">info@servercow.de</a> instead.</p>
<p>Furthermore we do also provide a fully featured and managed mailcow <a href="https://www.servercow.de/mailcow?lang=en#managed">here</a>. This way we take care about the technical magic underneath and you can enjoy your whole mail experience in a hassle-free way.</p>
<h3 id="community-support-and-chat">Community support and chat<a class="headerlink" href="#community-support-and-chat" title="Permanent link">&para;</a></h3>
<p>The other alternative is our free community-support on our various channels below. Please notice, that this support is driven by our awesome community around mailcow. This kind of support is best-effort, voluntary and there is no guarantee for anything.</p>
<ul>
@ -2624,88 +2696,42 @@
<ul>
<li>GitHub @ <a href="https://github.com/mailcow/mailcow-dockerized">mailcow/mailcow-dockerized</a></li>
</ul>
<h2 id="demos">Demos<a class="headerlink" href="#demos" title="Permanent link">&para;</a></h2>
<hr />
<h2 id="interested-try-it-out-right-away">Interested? Try it out right away!<a class="headerlink" href="#interested-try-it-out-right-away" title="Permanent link">&para;</a></h2>
<p>Have we got your interest? Get a first overview of the functionalities of mailcow and your mailcow UI in our official <strong>mailcow demos</strong>!</p>
<p>Since September 2022 we´re providing two seperate Demo instances: </p>
<ul>
<li><strong><a href="https://demo.mailcow.email">demo.mailcow.email</a></strong> is the classic Demo based on the <strong>stable releases</strong>.</li>
<li><strong><a href="https://nightly-demo.mailcow.email">nightly-demo.mailcow.email</a></strong> is the new <strong>nightly demo</strong> based on unreleased testing features. (So especially interesting for those who have no possibility to create a test instance themselves.)</li>
</ul>
<p>Use the following credentials to login on both demos:</p>
<div class="admonition abstract">
<p class="admonition-title">Use these credentials for the demos</p>
<ul>
<li><strong>Administrator</strong>: admin / moohoo</li>
<li><strong>Domain-Administrator</strong>: department / moohoo</li>
<li><strong>Mailbox</strong>: <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#100;&#101;&#109;&#111;&#64;&#52;&#52;&#48;&#48;&#52;&#52;&#46;&#120;&#121;&#122;">&#100;&#101;&#109;&#111;&#64;&#52;&#52;&#48;&#48;&#52;&#52;&#46;&#120;&#121;&#122;</a> / moohoo</li>
</ul>
<p><em>The login credentials work for both variants</em>.</p>
</div>
<div class="admonition success">
<p class="admonition-title">Success</p>
<p class="admonition-title">Always up to date</p>
<p>The demo instances get the latest updates directly after releases from GitHub. Fully automatic, without any downtime!</p>
</div>
<h2 id="overview">Overview<a class="headerlink" href="#overview" title="Permanent link">&para;</a></h2>
<p>The integrated <strong>mailcow UI</strong> allows administrative work on your mail server instance as well as separated domain administrator and mailbox user access:</p>
<ul>
<li><a href="http://dkim.org">DKIM</a> and <a href="http://arc-spec.org/">ARC</a> support</li>
<li>Black- and whitelists per domain and per user</li>
<li>Spam score management per-user (reject spam, mark spam, greylist)</li>
<li>Allow mailbox users to create temporary spam aliases</li>
<li>Prepend mail tags to subject or move mail to sub folder (per-user)</li>
<li>Allow mailbox users to toggle incoming and outgoing TLS enforcement</li>
<li>Allow users to reset SOGo ActiveSync device caches</li>
<li>imapsync to migrate or pull remote mailboxes regularly</li>
<li>TFA: Yubikey OTP and U2F USB (Google Chrome and derivatives only), TOTP</li>
<li>Add domains, mailboxes, aliases, domain aliases and SOGo resources</li>
<li>Add whitelisted hosts to forward mail to mailcow</li>
<li>Fail2ban-like integration</li>
<li>Quarantine system</li>
<li>Antivirus scanning incl. macro scanning in office documents</li>
<li>Integrated basic monitoring</li>
<li>A lot more...</li>
</ul>
<p>mailcow: dockerized comes with multiple containers linked in one bridged network.
Each container represents a single application.</p>
<ul>
<li><a href="https://letsencrypt.org/">ACME</a></li>
<li><a href="https://www.clamav.net/">ClamAV</a> (optional)</li>
<li><a href="https://www.dovecot.org/">Dovecot</a></li>
<li><a href="https://mariadb.org/">MariaDB</a></li>
<li><a href="https://www.memcached.org/">Memcached</a></li>
<li><a href="https://www.netfilter.org/">Netfilter</a> (Fail2ban-like integration by <a href="https://github.com/mkuron">@mkuron</a>)</li>
<li><a href="https://nginx.org/">Nginx</a></li>
<li><a href="https://github.com/decalage2/oletools">Oletools</a> via <a href="https://github.com/HeinleinSupport/olefy">Olefy</a></li>
<li><a href="https://php.net/">PHP</a></li>
<li><a href="http://www.postfix.org/">Postfix</a></li>
<li><a href="https://redis.io/">Redis</a></li>
<li><a href="https://www.rspamd.com/">Rspamd</a></li>
<li><a href="https://sogo.nu/">SOGo</a></li>
<li><a href="https://solr.apache.org/">Solr</a> (optional)</li>
<li><a href="https://unbound.net/">Unbound</a></li>
<li>A Watchdog to provide basic monitoring</li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>Mails are stored compressed and encrypted. The key pair can be found in crypt-vol-1. Be sure to backup this volume!</p>
<div class="footnote">
<hr />
<ol>
<li id="fn:1">
<p>Servercow is a hosting/support division of The Infrastructure Company GmbH (mailcow maintainer).&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p>
</li>
</ol>
</div>
<p><strong>Docker volumes</strong> to keep dynamic data - take care of them!</p>
<ul>
<li>clamd-db-vol-1</li>
<li>crypt-vol-1</li>
<li>mysql-socket-vol-1</li>
<li>mysql-vol-1</li>
<li>postfix-vol-1</li>
<li>redis-vol-1</li>
<li>rspamd-vol-1</li>
<li>sogo-userdata-backup-vol-1</li>
<li>sogo-web-vol-1</li>
<li>solr-vol-1</li>
<li>vmail-index-vol-1</li>
<li>vmail-vol-1</li>
</ul>
<hr>
<div class="md-source-file">
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2022-09-24 12:40:59</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-iso_datetime">2023-05-25 11:26:30</span>
</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">
<url>
<loc>https://docs.mailcow.email/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/"/>
@ -10,7 +10,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/backup_restore/b_n_r-accidental_deletion/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/backup_restore/b_n_r-accidental_deletion/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/backup_restore/b_n_r-accidental_deletion/"/>
@ -18,7 +18,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/backup_restore/b_n_r-backup/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/backup_restore/b_n_r-backup/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/backup_restore/b_n_r-backup/"/>
@ -26,7 +26,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/backup_restore/b_n_r-backup_restore-maildir/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/backup_restore/b_n_r-backup_restore-maildir/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/backup_restore/b_n_r-backup_restore-maildir/"/>
@ -34,7 +34,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/backup_restore/b_n_r-backup_restore-mysql/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/backup_restore/b_n_r-backup_restore-mysql/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/backup_restore/b_n_r-backup_restore-mysql/"/>
@ -42,7 +42,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/backup_restore/b_n_r-coldstandby/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/backup_restore/b_n_r-coldstandby/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/backup_restore/b_n_r-coldstandby/"/>
@ -50,7 +50,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/backup_restore/b_n_r-restore/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/backup_restore/b_n_r-restore/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/backup_restore/b_n_r-restore/"/>
@ -58,7 +58,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client-android/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client-android/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client-android/"/>
@ -66,7 +66,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client-apple/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client-apple/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client-apple/"/>
@ -74,7 +74,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client-emclient/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client-emclient/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client-emclient/"/>
@ -82,7 +82,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client-kontact/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client-kontact/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client-kontact/"/>
@ -90,7 +90,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client-manual/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client-manual/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client-manual/"/>
@ -98,7 +98,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client-outlook/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client-outlook/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client-outlook/"/>
@ -106,7 +106,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client-thunderbird/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client-thunderbird/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client-thunderbird/"/>
@ -114,7 +114,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client-windows/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client-windows/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client-windows/"/>
@ -122,7 +122,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/client/client/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/client/client/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/client/client/"/>
@ -130,7 +130,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/i_u_m/i_u_m_deinstall/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/i_u_m/i_u_m_deinstall/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/i_u_m/i_u_m_deinstall/"/>
@ -138,7 +138,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/i_u_m/i_u_m_install/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/i_u_m/i_u_m_install/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/i_u_m/i_u_m_install/"/>
@ -146,7 +146,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/i_u_m/i_u_m_migration/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/i_u_m/i_u_m_migration/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/i_u_m/i_u_m_migration/"/>
@ -154,7 +154,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/i_u_m/i_u_m_update/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/i_u_m/i_u_m_update/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/i_u_m/i_u_m_update/"/>
@ -162,7 +162,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/u_e-80_to_443/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/u_e-80_to_443/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/u_e-80_to_443/"/>
@ -170,7 +170,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/u_e-autodiscover_config/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/u_e-autodiscover_config/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/u_e-autodiscover_config/"/>
@ -178,7 +178,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/u_e-reeanble-weak-protocols/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/u_e-reeanble-weak-protocols/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/u_e-reeanble-weak-protocols/"/>
@ -186,7 +186,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/u_e-update-hooks/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/u_e-update-hooks/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/u_e-update-hooks/"/>
@ -194,7 +194,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/u_e-why_unbound/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/u_e-why_unbound/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/u_e-why_unbound/"/>
@ -202,7 +202,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/ClamAV/u_e-clamav-additional_dbs/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/ClamAV/u_e-clamav-additional_dbs/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/ClamAV/u_e-clamav-additional_dbs/"/>
@ -210,7 +210,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/ClamAV/u_e-clamav-whitelist/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/ClamAV/u_e-clamav-whitelist/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/ClamAV/u_e-clamav-whitelist/"/>
@ -218,7 +218,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Docker/u_e-docker-cust_dockerfiles/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Docker/u_e-docker-cust_dockerfiles/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Docker/u_e-docker-cust_dockerfiles/"/>
@ -226,7 +226,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-any_acl/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-any_acl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-any_acl/"/>
@ -234,7 +234,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-catchall_vacation/"/>
@ -242,7 +242,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-expunge/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-expunge/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-expunge/"/>
@ -250,7 +250,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-extra_conf/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-extra_conf/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-extra_conf/"/>
@ -258,7 +258,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-fts/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-fts/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-fts/"/>
@ -266,7 +266,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-idle_interval/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-idle_interval/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-idle_interval/"/>
@ -274,7 +274,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-mail-crypt/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-mail-crypt/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-mail-crypt/"/>
@ -282,7 +282,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-more/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-more/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-more/"/>
@ -290,7 +290,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-performance/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-performance/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-performance/"/>
@ -298,7 +298,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-public_folder/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-public_folder/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-public_folder/"/>
@ -306,7 +306,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-static_master/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-static_master/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-static_master/"/>
@ -314,7 +314,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Dovecot/u_e-dovecot-vmail-volume/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Dovecot/u_e-dovecot-vmail-volume/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Dovecot/u_e-dovecot-vmail-volume/"/>
@ -322,7 +322,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Nginx/u_e-nginx_custom/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Nginx/u_e-nginx_custom/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Nginx/u_e-nginx_custom/"/>
@ -330,7 +330,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Nginx/u_e-nginx_webmail-site/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Nginx/u_e-nginx_webmail-site/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Nginx/u_e-nginx_webmail-site/"/>
@ -338,7 +338,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Postfix/u_e-postfix-attachment_size/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Postfix/u_e-postfix-attachment_size/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Postfix/u_e-postfix-attachment_size/"/>
@ -346,7 +346,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Postfix/u_e-postfix-custom_transport/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Postfix/u_e-postfix-custom_transport/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Postfix/u_e-postfix-custom_transport/"/>
@ -354,7 +354,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Postfix/u_e-postfix-disable_sender_verification/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Postfix/u_e-postfix-disable_sender_verification/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Postfix/u_e-postfix-disable_sender_verification/"/>
@ -362,7 +362,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Postfix/u_e-postfix-extra_cf/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Postfix/u_e-postfix-extra_cf/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Postfix/u_e-postfix-extra_cf/"/>
@ -370,7 +370,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Postfix/u_e-postfix-pflogsumm/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Postfix/u_e-postfix-pflogsumm/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Postfix/u_e-postfix-pflogsumm/"/>
@ -378,7 +378,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Postfix/u_e-postfix-postscreen_whitelist/"/>
@ -386,7 +386,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Postfix/u_e-postfix-relayhost/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Postfix/u_e-postfix-relayhost/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Postfix/u_e-postfix-relayhost/"/>
@ -394,7 +394,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Postfix/u_e-postfix-trust_networks/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Postfix/u_e-postfix-trust_networks/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Postfix/u_e-postfix-trust_networks/"/>
@ -402,7 +402,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Redis/u_e-redis/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Redis/u_e-redis/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Redis/u_e-redis/"/>
@ -410,7 +410,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Rspamd/u_e-rspamd/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Rspamd/u_e-rspamd/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Rspamd/u_e-rspamd/"/>
@ -418,7 +418,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/SOGo/u_e-sogo/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/SOGo/u_e-sogo/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/SOGo/u_e-sogo/"/>
@ -426,7 +426,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Unbound/u_e-unbound-fwd/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Unbound/u_e-unbound-fwd/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Unbound/u_e-unbound-fwd/"/>
@ -434,7 +434,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/Watchdog/u_e-watchdog-thresholds/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/Watchdog/u_e-watchdog-thresholds/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/Watchdog/u_e-watchdog-thresholds/"/>
@ -442,7 +442,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl/"/>
@ -450,7 +450,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-config/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-config/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-config/"/>
@ -458,7 +458,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-css/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-css/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-css/"/>
@ -466,7 +466,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-fido/"/>
@ -474,7 +474,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-netfilter/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-netfilter/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-netfilter/"/>
@ -482,7 +482,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-pushover/"/>
@ -490,7 +490,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias/"/>
@ -498,7 +498,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter/"/>
@ -506,7 +506,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-sub_addressing/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-sub_addressing/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-sub_addressing/"/>
@ -514,7 +514,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-tags/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-tags/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-tags/"/>
@ -522,7 +522,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/manual-guides/mailcow-UI/u_e-mailcow_ui-tfa/"/>
@ -530,7 +530,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/models/model-acl/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/models/model-acl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/models/model-acl/"/>
@ -538,7 +538,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/models/model-passwd/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/models/model-passwd/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/models/model-passwd/"/>
@ -546,7 +546,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/models/model-sender_rcv/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/models/model-sender_rcv/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/models/model-sender_rcv/"/>
@ -554,7 +554,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-disable_ipv6/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-disable_ipv6/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-disable_ipv6/"/>
@ -562,7 +562,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-dmarc_reporting/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-dmarc_reporting/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-dmarc_reporting/"/>
@ -570,7 +570,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-ip_bindings/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-ip_bindings/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-ip_bindings/"/>
@ -578,7 +578,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-local_mta/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-local_mta/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-local_mta/"/>
@ -586,7 +586,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-logging/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-logging/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-logging/"/>
@ -594,7 +594,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-rp/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-rp/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-rp/"/>
@ -602,7 +602,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-rspamd_ui/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-rspamd_ui/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-rspamd_ui/"/>
@ -610,7 +610,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-snat/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-snat/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-snat/"/>
@ -618,7 +618,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-ssl/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-ssl/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-ssl/"/>
@ -626,7 +626,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/post_installation/firststeps-sync_jobs_migration/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/post_installation/firststeps-sync_jobs_migration/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/post_installation/firststeps-sync_jobs_migration/"/>
@ -634,7 +634,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/prerequisite/prerequisite-dns/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/prerequisite/prerequisite-dns/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/prerequisite/prerequisite-dns/"/>
@ -642,7 +642,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/prerequisite/prerequisite-system/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/prerequisite/prerequisite-system/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/prerequisite/prerequisite-system/"/>
@ -650,7 +650,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/borgmatic/third_party-borgmatic/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/borgmatic/third_party-borgmatic/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/borgmatic/third_party-borgmatic/"/>
@ -658,7 +658,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/checkmk/u_e-checkmk/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/checkmk/u_e-checkmk/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/checkmk/u_e-checkmk/"/>
@ -666,7 +666,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/exchange_onprem/third_party-exchange_onprem/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/exchange_onprem/third_party-exchange_onprem/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/exchange_onprem/third_party-exchange_onprem/"/>
@ -674,7 +674,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/gitea/third_party-gitea/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/gitea/third_party-gitea/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/gitea/third_party-gitea/"/>
@ -682,7 +682,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/gogs/third_party-gogs/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/gogs/third_party-gogs/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/gogs/third_party-gogs/"/>
@ -690,7 +690,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/mailman3/third_party-mailman3/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/mailman3/third_party-mailman3/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/mailman3/third_party-mailman3/"/>
@ -698,7 +698,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/mailpiler/third_party-mailpiler_integration/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/mailpiler/third_party-mailpiler_integration/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/mailpiler/third_party-mailpiler_integration/"/>
@ -706,7 +706,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/nextcloud/third_party-nextcloud/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/nextcloud/third_party-nextcloud/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/nextcloud/third_party-nextcloud/"/>
@ -714,7 +714,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/portainer/third_party-portainer/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/portainer/third_party-portainer/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/portainer/third_party-portainer/"/>
@ -722,7 +722,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/third_party/roundcube/third_party-roundcube/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/third_party/roundcube/third_party-roundcube/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/third_party/roundcube/third_party-roundcube/"/>
@ -730,7 +730,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-admin_login_sogo/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-admin_login_sogo/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-admin_login_sogo/"/>
@ -738,7 +738,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-attach_service/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-attach_service/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-attach_service/"/>
@ -746,7 +746,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-common_problems/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-common_problems/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-common_problems/"/>
@ -754,7 +754,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-logs/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-logs/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-logs/"/>
@ -762,7 +762,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-mysql_aria/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-mysql_aria/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-mysql_aria/"/>
@ -770,7 +770,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-mysql_upgrade/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-mysql_upgrade/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-mysql_upgrade/"/>
@ -778,7 +778,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-reset_pw/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-reset_pw/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-reset_pw/"/>
@ -786,7 +786,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-reset_tls/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-reset_tls/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-reset_tls/"/>
@ -794,7 +794,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-rm_volumes/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-rm_volumes/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-rm_volumes/"/>
@ -802,7 +802,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug-rspamd_memory_leaks/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug-rspamd_memory_leaks/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug-rspamd_memory_leaks/"/>
@ -810,7 +810,7 @@
</url>
<url>
<loc>https://docs.mailcow.email/troubleshooting/debug/</loc>
<lastmod>2023-05-24</lastmod>
<lastmod>2023-05-25</lastmod>
<changefreq>daily</changefreq>
<xhtml:link rel="alternate" hreflang="en" href="https://docs.mailcow.email/en/troubleshooting/debug/"/>
<xhtml:link rel="alternate" hreflang="de" href="https://docs.mailcow.email/de/troubleshooting/debug/"/>

Binäre Datei nicht angezeigt.