mailcow-dockerized-docs/mkdocs.yml
2023-06-14 00:53:33 +02:00

419 Zeilen
24 KiB
YAML

site_name: 'mailcow: dockerized documentation'
site_url: https://docs.mailcow.email/
copyright: "Copyright © 2023 mailcow Team & Community"
repo_name: mailcow/mailcow-dockerized
repo_url: https://github.com/mailcow/mailcow-dockerized
edit_uri: ../mailcow-dockerized-docs/edit/master/docs/
remote_branch: gh-pages
theme:
name: material
custom_dir: overrides
font: false
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
logo: assets/images/logo.svg
favicon: assets/images/favicon.png
features:
- navigation.top
- navigation.tracking
- announce.dismiss
- content.tabs.link
- search.share
- search.highlight
markdown_extensions:
- abbr
- attr_list
- admonition
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.mark
- pymdownx.tilde
- pymdownx.extra
- pymdownx.betterem
- pymdownx.snippets
- footnotes
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- 'Information & Support': 'index.md'
- 'Prerequisites':
- 'Prepare your system': 'prerequisite/prerequisite-system.md'
- 'DNS setup': 'prerequisite/prerequisite-dns.md'
- 'Installation, Update & Migration':
- 'Installation': 'i_u_m/i_u_m_install.md'
- 'Update': 'i_u_m/i_u_m_update.md'
- 'Migration': 'i_u_m/i_u_m_migration.md'
- 'Deinstallation': 'i_u_m/i_u_m_deinstall.md'
- 'Post Installation Tasks':
- 'Advanced SSL': 'post_installation/firststeps-ssl.md'
- 'Disable IPv6': 'post_installation/firststeps-disable_ipv6.md'
- 'DMARC Reporting': 'post_installation/firststeps-dmarc_reporting.md'
- 'IP bindings': 'post_installation/firststeps-ip_bindings.md'
- 'Local MTA on Docker host': 'post_installation/firststeps-local_mta.md'
- 'Logging': 'post_installation/firststeps-logging.md'
- 'Reverse Proxy':
- 'Overview': 'post_installation/reverse-proxy/r_p.md'
- 'Apache 2.4': 'post_installation/reverse-proxy/r_p-apache24.md'
- 'Nginx': 'post_installation/reverse-proxy/r_p-nginx.md'
- 'HAProxy (community supported)': 'post_installation/reverse-proxy/r_p-haproxy.md'
- 'Traefik v2 (community supported)': 'post_installation/reverse-proxy/r_p-traefik2.md'
- 'Caddy v2 (community supported)': 'post_installation/reverse-proxy/r_p-caddy2.md'
- 'Rspamd UI': 'post_installation/firststeps-rspamd_ui.md'
- 'SNAT': 'post_installation/firststeps-snat.md'
- 'Sync job migration': 'post_installation/firststeps-sync_jobs_migration.md'
- 'Models':
- 'ACL': 'models/model-acl.md'
- 'Password hashing': 'models/model-passwd.md'
- 'Sender and receiver model': 'models/model-sender_rcv.md'
- 'General Troubleshooting':
- 'Introduction': 'troubleshooting/debug.md'
- 'Admin login to SOGo': 'troubleshooting/debug-admin_login_sogo.md'
- 'Advanced: Find memory leaks in Rspamd': 'troubleshooting/debug-rspamd_memory_leaks.md'
- 'Attach to a Container': 'troubleshooting/debug-attach_service.md'
- 'Common Problems': 'troubleshooting/debug-common_problems.md'
- 'Logs': 'troubleshooting/debug-logs.md'
- 'Manual MySQL upgrade': 'troubleshooting/debug-mysql_upgrade.md'
- 'Recover crashed Aria storage engine': 'troubleshooting/debug-mysql_aria.md'
- 'Remove Persistent Data': 'troubleshooting/debug-rm_volumes.md'
- 'Reset Passwords (incl. SQL)': 'troubleshooting/debug-reset_pw.md'
- 'Reset TLS certificates': 'troubleshooting/debug-reset_tls.md'
- 'Backup & Restore':
- 'Component backup & restore':
- 'Backup': 'backup_restore/b_n_r-backup.md'
- 'Restore': 'backup_restore/b_n_r-restore.md'
- 'Cold-standby (rolling backup)': 'backup_restore/b_n_r-coldstandby.md'
- 'Manual backups':
- 'Maildir': 'backup_restore/b_n_r-backup_restore-maildir.md'
- 'MySQL (mysqldump)': 'backup_restore/b_n_r-backup_restore-mysql.md'
- 'mailcow-internal backups':
- 'Recover accidentally deleted data': 'backup_restore/b_n_r-accidental_deletion.md'
- 'Manual/Guides/Examples':
- 'mailcow UI':
- 'Blacklist / Whitelist': 'manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl.md'
- 'Configuration': 'manual-guides/mailcow-UI/u_e-mailcow_ui-config.md'
- 'CSS overrides': 'manual-guides/mailcow-UI/u_e-mailcow_ui-css.md'
- 'Netfilter': 'manual-guides/mailcow-UI/u_e-mailcow_ui-netfilter.md'
- 'Pushover': 'manual-guides/mailcow-UI/u_e-mailcow_ui-pushover.md'
- 'Spamfilter': 'manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter.md'
- 'Sub-addressing': 'manual-guides/mailcow-UI/u_e-mailcow_ui-sub_addressing.md'
- 'Tags (for Domains and Mailboxes)': 'manual-guides/mailcow-UI/u_e-mailcow_ui-tags.md'
- 'Temporary email aliases': 'manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias.md'
- 'Two-Factor Authentication': 'manual-guides/mailcow-UI/u_e-mailcow_ui-tfa.md'
- 'WebAuthn / FIDO2': 'manual-guides/mailcow-UI/u_e-mailcow_ui-fido.md'
- 'Postfix':
- 'Add trusted networks': 'manual-guides/Postfix/u_e-postfix-trust_networks.md'
- 'Custom transport maps': 'manual-guides/Postfix/u_e-postfix-custom_transport.md'
- 'Customize/Expand main.cf': 'manual-guides/Postfix/u_e-postfix-extra_cf.md'
- 'Disable Sender Addresses Verification': 'manual-guides/Postfix/u_e-postfix-disable_sender_verification.md'
- 'Max. message size (attachment size)': 'manual-guides/Postfix/u_e-postfix-attachment_size.md'
- 'Relayhosts': 'manual-guides/Postfix/u_e-postfix-relayhost.md'
- 'Statistics with pflogsumm': 'manual-guides/Postfix/u_e-postfix-pflogsumm.md'
- 'Whitelist IP in Postscreen': 'manual-guides/Postfix/u_e-postfix-postscreen_whitelist.md'
- 'Unbound':
- 'Using an external DNS service': 'manual-guides/Unbound/u_e-unbound-fwd.md'
- 'Dovecot':
- 'Customize/Expand dovecot.conf': 'manual-guides/Dovecot/u_e-dovecot-extra_conf.md'
- 'Enable "any" ACL settings': 'manual-guides/Dovecot/u_e-dovecot-any_acl.md'
- 'Expunge a Users mails': 'manual-guides/Dovecot/u_e-dovecot-expunge.md'
- 'FTS (Solr)': 'manual-guides/Dovecot/u_e-dovecot-fts.md'
- 'IMAP IDLE interval': 'manual-guides/Dovecot/u_e-dovecot-idle_interval.md'
- 'Mail crypt': 'manual-guides/Dovecot/u_e-dovecot-mail-crypt.md'
- 'More Examples with DOVEADM': 'manual-guides/Dovecot/u_e-dovecot-more.md'
- 'Move Maildir (vmail)': 'manual-guides/Dovecot/u_e-dovecot-vmail-volume.md'
- 'Performance Optimizations': 'manual-guides/Dovecot/u_e-dovecot-performance.md'
- 'Public folders': 'manual-guides/Dovecot/u_e-dovecot-public_folder.md'
- 'Static master user': 'manual-guides/Dovecot/u_e-dovecot-static_master.md'
- 'Vacation replies for catchall addresses': 'manual-guides/Dovecot/u_e-dovecot-catchall_vacation.md'
- 'Nginx':
- 'Create subdomain webmail.example.org': 'manual-guides/Nginx/u_e-nginx_webmail-site.md'
- 'Custom sites': 'manual-guides/Nginx/u_e-nginx_custom.md'
- 'Watchdog':
- 'Thresholds': 'manual-guides/Watchdog/u_e-watchdog-thresholds.md'
- 'Redis': 'manual-guides/Redis/u_e-redis.md'
- 'Rspamd': 'manual-guides/Rspamd/u_e-rspamd.md'
- 'ClamAV':
- 'Whitelist': 'manual-guides/ClamAV/u_e-clamav-whitelist.md'
- 'Additional Databases': 'manual-guides/ClamAV/u_e-clamav-additional_dbs.md'
- 'SOGo': 'manual-guides/SOGo/u_e-sogo.md'
- 'Docker':
- 'Customize Dockerfiles': 'manual-guides/Docker/u_e-docker-cust_dockerfiles.md'
- 'Why unbound?': 'manual-guides/u_e-why_unbound.md'
- 'Autodiscover / Autoconfig': 'manual-guides/u_e-autodiscover_config.md'
- 'Redirect HTTP to HTTPS': 'manual-guides/u_e-80_to_443.md'
- 'Re-enable TLS 1.0 and TLS 1.1': 'manual-guides/u_e-reeanble-weak-protocols.md'
- "Run scripts before and after updates": 'manual-guides/u_e-update-hooks.md'
- 'Client Configuration':
- 'Overview': 'client/client.md'
- 'Android': 'client/client-android.md'
- 'Apple macOS / iOS': 'client/client-apple.md'
- 'eM Client': 'client/client-emclient.md'
- 'KDE Kontact': 'client/client-kontact.md'
- 'Microsoft Outlook': 'client/client-outlook.md'
- 'Mozilla Thunderbird': 'client/client-thunderbird.md'
- 'Windows Mail': 'client/client-windows.md'
- 'Manual configuration': 'client/client-manual.md'
- 'Third party apps':
- 'Borgmatic Backup': 'third_party/borgmatic/third_party-borgmatic.md'
- 'CheckMK' : 'third_party/checkmk/u_e-checkmk.md'
- 'Exchange Hybrid Setup': 'third_party/exchange_onprem/third_party-exchange_onprem.md'
- 'Gitea': 'third_party/gitea/third_party-gitea.md'
- 'Gogs': 'third_party/gogs/third_party-gogs.md'
- 'Mailman 3': 'third_party/mailman3/third_party-mailman3.md'
- 'Mailpiler Integration': 'third_party/mailpiler/third_party-mailpiler_integration.md'
- 'Nextcloud': 'third_party/nextcloud/third_party-nextcloud.md'
- 'Portainer': 'third_party/portainer/third_party-portainer.md'
- 'Roundcube': 'third_party/roundcube/third_party-roundcube.md'
plugins:
- i18n: # <--- Translation plugin
default_language: en
languages:
en: English
de:
name: Deutsch
site_name: "mailcow: dockerized Dokumentation"
nav_translations:
#### Begin of german translation
de:
'Information & Support': 'Informationen & Support'
### Prerequisites Section
'Prerequisites': 'Voraussetzungen'
'Prepare your system': 'Systemvoraussetzungen'
'DNS setup': 'DNS Einstellungen'
### Installation Section
'Installation, Update & Migration': 'Installation, Update und Migration'
### Post Installation Tasks Section
'Post Installation Tasks': 'Post-Installationsaufgaben'
'Advanced SSL': 'Erweitertes SSL'
'Disable IPv6': 'IPv6 deaktivieren'
'IP bindings': 'IP-Bindings'
'Local MTA on Docker host': 'Lokaler MTA auf Docker-Host'
### Reverse Proxy Subsection
'Overview': 'Ăśbersicht'
'HAProxy (community supported)': 'HAProxy (von der Community unterstĂĽtzt)'
'Traefik v2 (community supported)': 'Traefik v2 (von der Community unterstĂĽtzt)'
'Caddy v2 (community supported)': 'Caddy v2 (von der Community unterstĂĽtzt)'
'Sync job migration': 'Migration mit Sync Jobs'
### Models Section
'Models': 'Modelle'
'Password hashing': 'Passwort-Hashing'
'Sender and receiver model': 'Sender- und Empfängermodell'
'General Troubleshooting': 'Allgemeine Fehlersuche'
'Introduction': 'EinfĂĽhrung'
'Admin login to SOGo': 'Admin-Anmeldung bei SOGo'
'Advanced: Find memory leaks in Rspamd': 'Fortgeschritten: Memory-Leaks in Rspamd finden'
'Attach to a Container' : 'In einen Container wechseln (CLI)'
'Common Problems': 'Häufig auftretende Probleme'
'Manual MySQL upgrade': 'Manuelles MySQL-Upgrade'
'Recover crashed Aria storage engine': 'AbgestĂĽrzte Aria-Speicher-Engine wiederherstellen'
'Remove Persistent Data': 'Persistente Daten löschen'
'Reset Passwords (incl. SQL)': 'Passwörter zurücksetzen (inkl. SQL)'
'Reset TLS certificates': 'TLS-Zertifikate zurĂĽcksetzen'
### Backup & Restore Section
'Backup & Restore': 'Sichern & Wiederherstellen'
'Component backup & restore' : 'Sicherung und Wiederherstellung von Komponenten'
'Backup': 'Sicherung'
'Restore': 'Wiederherstellung'
'Cold-standby (rolling backup)' : 'Cold-standby (rollende Sicherung)'
'Manual backups' : 'Manuelle Sicherung'
'Maildir' : 'Mail-Verzeichnis'
'mailcow-internal backups' : 'Interne mailcow Sicherungen'
'Recover accidentally deleted data' : 'Versehentlich gelöschte Daten wiederherstellen'
### Manual/Guides/Examples Section
'Manual/Guides/Examples': 'Anleitungen/Beispiele'
### mailcow UI Subsection
'Configuration' : 'Konfiguration'
'CSS overrides' : 'CSS-Ăśberschreibungen'
'Sub-addressing' : 'Sub-Adressierung'
'Temporary email aliases' : 'Temporäre E-Mail-Aliase'
'Tags (for Domains and Mailboxes)' : 'Tags (fĂĽr Domains und Mailboxen)'
'Two-Factor Authentication' : 'Zwei-Faktor Authentifizierung'
### Postfix Subsection
'Add trusted networks': 'VertrauenswĂĽrdige Netzwerke hinzufĂĽgen'
'Custom transport maps': 'Benutzerdefinierte Transportmaps'
'Customize/Expand main.cf': 'main.cf anpassen/erweitern'
'Disable Sender Addresses Verification': 'ĂśberprĂĽfung der Absenderadressen deaktivieren'
'Max. message size (attachment size)': 'Maximale Nachrichtengröße (Größe des Anhangs)'
'Statistics with pflogsumm': 'Statistik mit pflogsumm'
'Whitelist IP in Postscreen': 'IP in Postscreen auf die Whitelist setzen'
### Unbound Subsection
'Using an external DNS service': 'Verwendung eines externen DNS-Dienstes'
### Dovecot Subsection
'Customize/Expand dovecot.conf': 'Anpassen/Erweitern von dovecot.conf'
'Enable "any" ACL settings': 'Aktivierung von "any" ACL-Einstellungen'
'Expunge a Users mails': 'Löschen der Mails eines Benutzers'
'IMAP IDLE interval': 'IMAP IDLE-Intervall'
'More Examples with DOVEADM': 'Weitere Beispiele mit DOVEADM'
'Move Maildir (vmail)': 'Maildir verschieben (vmail)'
'Public folders': 'Ă–ffentliche Ordner'
'Performance Optimizations': 'Performance Optimierungen'
'Static master user': 'Statischer Hauptbenutzer'
'Vacation replies for catchall addresses': 'Urlaubsantworten fĂĽr Catchall-Adressen'
### Nginx Subsection
'Create subdomain webmail.example.org': 'Subdomäne webmail.example.org erstellen'
'Custom sites': 'Benutzerdefinierte Seiten'
### Watchdog Subsection
'Thresholds': 'Thresholds'
### ClamAV Subsection
'Additional Databases': 'Weitere Datenbanken'
### Docker Subsection
'Customize Dockerfiles': 'Dockerfiles anpassen'
'Why unbound?': 'Warum unbound?'
'Redirect HTTP to HTTPS': 'HTTP auf HTTPS umleiten'
'Re-enable TLS 1.0 and TLS 1.1': 'TLS 1.0 und TLS 1.1 wieder aktivieren'
'Run scripts before and after updates': 'Skripte vor und nach Aktualisierungen ausfĂĽhren'
### Client Configuration Section
'Client Configuration': 'Client-Konfiguration'
'Manual configuration': 'Manuelle Konfiguration'
### Third party apps Section
'Third party apps': 'Anwendungen von Drittanbietern'
'Borgmatic Backup': 'Borgmatic-Sicherung'
#### End of german translation
- git-revision-date-localized:
type: iso_datetime
timezone: Europe/Berlin
- redirects:
redirect_maps:
# 'old': 'new'
# LEGACY
'u_e-mailpiler-integration.md': 'third_party/mailpiler/third_party-mailpiler_integration.en.md'
'b_n_r_accidental_deletion.md': 'backup_restore/b_n_r-accidental_deletion.en.md'
'debug-reset-tls.md': 'troubleshooting/debug-reset_tls.en.md'
# NEW DUE TO NEW LAYOUT
'mailcow-dockerized-docs/i_u_m/i_u_m_install.md': 'i_u_m/i_u_m_install.en.md' # https://github.com/mailcow/mailcow-dockerized/pull/5196
'prerequisite-system.md': 'prerequisite/prerequisite-system.en.md'
'prerequisite-dns.md': 'prerequisite/prerequisite-dns.en.md'
'i_u_m_install.md': 'i_u_m/i_u_m_install.en.md'
'i_u_m_update.md': 'i_u_m/i_u_m_update.en.md'
'i_u_m_migration.md': 'i_u_m/i_u_m_migration.en.md'
'i_u_m_deinstall.md': 'i_u_m/i_u_m_deinstall.en.md'
'firststeps-ssl.md': 'post_installation/firststeps-ssl.en.md'
'firststeps-disable_ipv6.md': 'post_installation/firststeps-disable_ipv6.en.md'
'firststeps-dmarc_reporting.md': 'post_installation/firststeps-dmarc_reporting.en.md'
'firststeps-ip_bindings.md': 'post_installation/firststeps-ip_bindings.en.md'
'firststeps-local_mta.md': 'post_installation/firststeps-local_mta.en.md'
'firststeps-logging.md': 'post_installation/firststeps-logging.en.md'
'firststeps-rp.md': 'post_installation/reverse-proxy/r_p.en.md'
'firststeps-rspamd_ui.md': 'post_installation/firststeps-rspamd_ui.en.md'
'firststeps-snat.md': 'post_installation/firststeps-snat.en.md'
'firststeps-sync_jobs_migration.md': 'post_installation/firststeps-sync_jobs_migration.en.md'
'model-acl.md': 'models/model-acl.en.md'
'model-passwd.md': 'models/model-passwd.en.md'
'model-sender_rcv.md': 'models/model-sender_rcv.en.md'
'debug.md': 'troubleshooting/debug.en.md'
'debug-admin_login_sogo.md': 'troubleshooting/debug-admin_login_sogo.en.md'
'debug-rspamd_memory_leaks.md': 'troubleshooting/debug-rspamd_memory_leaks.en.md'
'debug-attach_service.md': 'troubleshooting/debug-attach_service.en.md'
'debug-common_problems.md': 'troubleshooting/debug-common_problems.en.md'
'debug-logs.md': 'troubleshooting/debug-logs.en.md'
'debug-mysql_upgrade.md': 'troubleshooting/debug-mysql_upgrade.en.md'
'debug-mysql_aria.md': 'troubleshooting/debug-mysql_aria.en.md'
'debug-rm_volumes.md': 'troubleshooting/debug-rm_volumes.en.md'
'debug-reset_pw.md': 'troubleshooting/debug-reset_pw.en.md'
'debug-reset_tls.md': 'troubleshooting/debug-reset_tls.en.md'
'b_n_r_backup.md': 'backup_restore/b_n_r-backup.en.md'
'b_n_r-backup.md': 'backup_restore/b_n_r-backup.en.md'
'b_n_r-restore.md': 'backup_restore/b_n_r-restore.en.md'
'b_n_r-coldstandby.md': 'backup_restore/b_n_r-coldstandby.en.md'
'b_n_r-backup_restore-maildir.md': 'backup_restore/b_n_r-backup_restore-maildir.en.md'
'b_n_r-backup_restore-mysql.md': 'backup_restore/b_n_r-backup_restore-mysql.en.md'
'b_n_r-accidental_deletion.md': 'backup_restore/b_n_r-accidental_deletion.en.md'
'u_e-mailcow_ui-bl_wl.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-bl_wl.en.md'
'u_e-mailcow_ui-config.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-config.en.md'
'u_e-mailcow_ui-css.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-css.en.md'
'u_e-mailcow_ui-netfilter.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-netfilter.en.md'
'u_e-mailcow_ui-pushover.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-pushover.en.md'
'u_e-mailcow_ui-spamfilter.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-spamfilter.en.md'
'u_e-mailcow_ui-sub_addressing.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-sub_addressing.en.md'
'u_e-mailcow_ui-spamalias.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias.en.md'
'u_e-mailcow_ui-tags.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-tags.en.md'
'u_e-mailcow_ui-tfa.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-tfa.en.md'
'u_e-mailcow_ui-fido.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-fido.en.md'
'u_e-postfix-trust_networks.md': 'manual-guides/Postfix/u_e-postfix-trust_networks.en.md'
'u_e-postfix-custom_transport.md': 'manual-guides/Postfix/u_e-postfix-custom_transport.en.md'
'u_e-postfix-extra_cf.md': 'manual-guides/Postfix/u_e-postfix-extra_cf.en.md'
'u_e-postfix-disable_sender_verification.md': 'manual-guides/Postfix/u_e-postfix-disable_sender_verification.en.md'
'u_e-postfix-attachment_size.md': 'manual-guides/Postfix/u_e-postfix-attachment_size.en.md'
'u_e-postfix-relayhost.md': 'manual-guides/Postfix/u_e-postfix-relayhost.en.md'
'u_e-postfix-pflogsumm.md': 'manual-guides/Postfix/u_e-postfix-pflogsumm.en.md'
'u_e-postfix-postscreen_whitelist.md': 'manual-guides/Postfix/u_e-postfix-postscreen_whitelist.en.md'
'u_e-unbound-fwd.md': 'manual-guides/Unbound/u_e-unbound-fwd.en.md'
'u_e-dovecot-extra_conf.md': 'manual-guides/Dovecot/u_e-dovecot-extra_conf.en.md'
'u_e-dovecot-any_acl.md': 'manual-guides/Dovecot/u_e-dovecot-any_acl.en.md'
'u_e-dovecot-expunge.md': 'manual-guides/Dovecot/u_e-dovecot-expunge.en.md'
'u_e-dovecot-fts.md': 'manual-guides/Dovecot/u_e-dovecot-fts.en.md'
'u_e-dovecot-idle_interval.md': 'manual-guides/Dovecot/u_e-dovecot-idle_interval.en.md'
'u_e-dovecot-mail-crypt.md': 'manual-guides/Dovecot/u_e-dovecot-mail-crypt.en.md'
'u_e-dovecot-more.md': 'manual-guides/Dovecot/u_e-dovecot-more.en.md'
'u_e-dovecot-vmail-volume.md': 'manual-guides/Dovecot/u_e-dovecot-vmail-volume.en.md'
'u_e-dovecot-public_folder.md': 'manual-guides/Dovecot/u_e-dovecot-public_folder.en.md'
'u_e-dovecot-static_master.md': 'manual-guides/Dovecot/u_e-dovecot-static_master.en.md'
'u_e-dovecot-catchall_vacation.md': 'manual-guides/Dovecot/u_e-dovecot-catchall_vacation.en.md'
'u_e-nginx_webmail-site.md': 'manual-guides/Nginx/u_e-nginx_webmail-site.en.md'
'u_e-webmail-site.md': 'manual-guides/Nginx/u_e-nginx_webmail-site.en.md'
'u_e-nginx_custom.md': 'manual-guides/Nginx/u_e-nginx_custom.en.md'
'u_e-watchdog-thresholds.md': 'manual-guides/Watchdog/u_e-watchdog-thresholds.en.md'
'u_e-redis.md': 'manual-guides/Redis/u_e-redis.en.md'
'u_e-rspamd.md': 'manual-guides/Rspamd/u_e-rspamd.en.md'
'u_e-sogo.md': 'manual-guides/SOGo/u_e-sogo.en.md'
'u_e-docker-cust_dockerfiles.md': 'manual-guides/Docker/u_e-docker-cust_dockerfiles.en.md'
'u_e-why_unbound.md': 'manual-guides/u_e-why_unbound.en.md'
'u_e-autodiscover_config.md': 'manual-guides/u_e-autodiscover_config.en.md'
'u_e-80_to_443.md': 'manual-guides/u_e-80_to_443.en.md'
'u_e-reeanble-weak-protocols.md': 'manual-guides/u_e-reeanble-weak-protocols.en.md'
'u_e-update-hooks.md': 'manual-guides/u_e-update-hooks.en.md'
'client.md': 'client/client.en.md'
'client-android.md': 'client/client-android.en.md'
'client-apple.md': 'client/client-apple.en.md'
'client-emclient.md': 'client/client-emclient.en.md'
'client-kontact.md': 'client/client-kontact.en.md'
'client-outlook.md': 'client/client-outlook.en.md'
'client-thunderbird.md': 'client/client-thunderbird.en.md'
'client-windows.md': 'client/client-windows.en.md'
'client-manual.md': 'client/client-manual.en.md'
'third_party-borgmatic.md': 'third_party/borgmatic/third_party-borgmatic.en.md'
'third_party-exchange_onprem.md': 'third_party/exchange_onprem/third_party-exchange_onprem.en.md'
'third_party-gitea.md': 'third_party/gitea/third_party-gitea.en.md'
'third_party-gogs.md': 'third_party/gogs/third_party-gogs.en.md'
'third_party-mailman3.md': 'third_party/mailman3/third_party-mailman3.en.md'
'third_party-mailpiler_integration.md': 'third_party/mailpiler/third_party-mailpiler_integration.en.md'
'third_party-nextcloud.md': 'third_party/nextcloud/third_party-nextcloud.en.md'
'third_party-portainer.md': 'third_party/portainer/third_party-portainer.en.md'
'third_party-roundcube.md': 'third_party/roundcube/third_party-roundcube.en.md'
- search:
# separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
lang:
- en
- de
- social
extra:
social:
- icon: fontawesome/solid/globe
link: https://mailcow.email
- icon: fontawesome/brands/github-alt
link: https://github.com/mailcow
- icon: fontawesome/brands/twitter
link: https://twitter.com/mailcow_email
extra_css: [ assets/stylesheets/extra.css ]
extra_javascript:
- assets/javascripts/client.js