-
Notifications
You must be signed in to change notification settings - Fork 216
/
mkdocs.yml
484 lines (477 loc) · 27.5 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
site_name: 'mailcow: dockerized documentation'
site_url: https://docs.mailcow.email/
copyright: "Copyright © <script>document.write(new Date().getFullYear())</script> 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:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
logo: assets/images/logo.svg
favicon: assets/images/favicon.png
features:
- navigation.top
- navigation.tracking
- announce.dismiss
- content.tabs.link
- content.tooltips
- content.code.copy
- search.share
- search.highlight
markdown_extensions:
- abbr
- attr_list
- admonition
- md_in_html
- toc:
permalink: true
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.mark
- pymdownx.details
- pymdownx.tilde
- pymdownx.extra
- pymdownx.betterem
- pymdownx.snippets
- footnotes
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- 'Information & Support': 'index.md'
- 'Get started':
- 'Prepare your system': 'getstarted/prerequisite-system.md'
- 'DNS setup': 'getstarted/prerequisite-dns.md'
- 'Install mailcow': 'getstarted/install.md'
- 'Maintaining mailcow':
- 'Update': 'maintenance/update.md'
- 'Migration': 'maintenance/migration.md'
- 'Deinstallation': 'maintenance/deinstall.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'
- 'Post Installation Tasks':
- 'Advanced SSL': 'post_installation/firststeps-ssl.md'
- 'Authorize Watchdog and Bounce Mails': 'post_installation/firststeps-authorize_watchdog_and_bounces.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'
- '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'
- 'Resend Quarantine Notifications': 'troubleshooting/debug-resend-quarantine-notifications.md'
- 'Reset Passwords (incl. SQL)': 'troubleshooting/debug-reset_pw.md'
- 'Reset TLS certificates': 'troubleshooting/debug-reset_tls.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'
- 'Forgot Password Feature': 'manual-guides/mailcow-UI/u_e-mailcow_ui-forgot_password.md'
- 'Netfilter': 'manual-guides/mailcow-UI/u_e-mailcow_ui-netfilter.md'
- 'Notification templates': 'manual-guides/mailcow-UI/u_e-mailcow_ui-notification-templates.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':
- 'Unauthenticated Relaying': 'manual-guides/Postfix/u_e-postfix-unauthenticated-relaying.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'
- 'Hardening Ciphers': 'manual-guides/Postfix/u_e-postfix-harden_ciphers.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'
- 'Full-Text Search': 'manual-guides/Dovecot/u_e-dovecot-fts.md'
- 'Hardening Ciphers': 'manual-guides/Dovecot/u_e-dovecot-harden_ciphers.md'
- 'IMAP IDLE interval': 'manual-guides/Dovecot/u_e-dovecot-idle_interval.md'
- 'Lazy Expunge (Dovecot Plugin)': 'manual-guides/Dovecot/u_e-dovecot-lazy_expunge.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':
- 'General Settings': 'manual-guides/Rspamd/u_e-rspamd-general.md'
- 'Tweaks': 'manual-guides/Rspamd/u-e-rspamd-tweaks.md'
- 'Work with Spam Data': 'manual-guides/Rspamd/u-e-rspamd-work-with-spamdata.md'
- 'Disable Greylisting': 'manual-guides/Rspamd/u_e-rspamd-disable-greylisting.md'
- 'Add Additional Modules': 'manual-guides/Rspamd/u-e-rspamd-add-additional-modules.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
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: English
build: true
- locale: de
default: false
name: Deutsch
build: true
site_name: 'mailcow: dockerized Dokumentation'
nav_translations:
#### Begin of german translation
'Information & Support': 'Informationen & Support'
### Getstarted Section
'Get started': 'Loslegen'
'Prepare your system': 'Systemvoraussetzungen'
'DNS setup': 'DNS Einstellungen'
'Install mailcow': 'mailcow Installieren'
### Maintaining Section
'Maintaining mailcow': 'mailcow warten (Updates usw.)'
### 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'
### Post Installation Tasks Section
'Post Installation Tasks': 'Post-Installationsaufgaben'
'Advanced SSL': 'Erweitertes SSL'
'Authorize Watchdog and Bounce Mails': 'Authorisieren der Watchdog und Bounce Mails'
'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'
### Troubleshooting Section
'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'
'Resend Quarantine Notifications' : 'Erneutes Senden von Quarantäne-Benachrichtigungen'
'Reset Passwords (incl. SQL)': 'Passwörter zurücksetzen (inkl. SQL)'
'Reset TLS certificates': 'TLS-Zertifikate zurücksetzen'
### Manual/Guides/Examples Section
'Manual/Guides/Examples': 'Anleitungen/Beispiele'
### mailcow UI Subsection
'Configuration' : 'Konfiguration'
'CSS overrides' : 'CSS-Überschreibungen'
'Forgot Password Feature' : 'Passwort vergessen Funktion'
'Notification templates': 'Templates für Benachrichtigungen'
'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
'Unauthenticated Relaying': 'Unauthentifiziertes Relaying'
'Custom transport maps': 'Benutzerdefinierte Transportmaps'
'Customize/Expand main.cf': 'main.cf anpassen/erweitern'
'Hardening Ciphers': "Ciphers verstärken"
'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'
'Hardening Ciphers': "Ciphers verstärken"
'Expunge a Users mails': 'Löschen der Mails eines Benutzers'
'Full-Text Search': 'Volltext Suche (FTS)'
'IMAP IDLE interval': 'IMAP IDLE-Intervall'
'Lazy Expunge (Dovecot Plugin)': 'Verzögertes Löschen (Dovecot Plugin)'
'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'
### Rspamd Subsection
'General Settings': 'Allgemeine Einstellungen'
'Work with Spam Data': 'Mit Spamdaten Arbeiten'
'Disable Greylisting': 'Greylisting deaktivieren'
'Tweaks': 'Anpassungen'
'Add Additional Modules' : 'Weitere Module hinzufügen'
### 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
'b_n_r-accidental_deletion.md': 'backup_restore/b_n_r-accidental_deletion.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-coldstandby.md': 'backup_restore/b_n_r-coldstandby.en.md'
'b_n_r-restore.md': 'backup_restore/b_n_r-restore.en.md'
'b_n_r_backup.md': 'backup_restore/b_n_r-backup.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-manual.md': 'client/client-manual.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'
'debug-admin_login_sogo.md': 'troubleshooting/debug-admin_login_sogo.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_aria.md': 'troubleshooting/debug-mysql_aria.en.md'
'debug-mysql_upgrade.md': 'troubleshooting/debug-mysql_upgrade.en.md'
'debug-reset_pw.md': 'troubleshooting/debug-reset_pw.en.md'
'debug-reset_tls.md': 'troubleshooting/debug-reset_tls.en.md'
'debug-rm_volumes.md': 'troubleshooting/debug-rm_volumes.en.md'
'debug-rspamd_memory_leaks.md': 'troubleshooting/debug-rspamd_memory_leaks.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-snat.md': 'post_installation/firststeps-snat.en.md'
'firststeps-ssl.md': 'post_installation/firststeps-ssl.en.md'
'firststeps-sync_jobs_migration.md': 'post_installation/firststeps-sync_jobs_migration.en.md'
'deinstall.md': 'maintenance/deinstall.en.md'
'install.md': 'getstarted/install.en.md'
'migration.md': 'maintenance/migration.en.md'
'update.md': 'maintenance/update.en.md'
'mailcow-dockerized-docs/i_u_m/i_u_m_install.md': 'getstarted/install.en.md' # https://github.com/mailcow/mailcow-dockerized/pull/5196
'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'
'prerequisite-dns.md': 'getstarted/prerequisite-dns.en.md'
'prerequisite-system.md': 'getstarted/prerequisite-system.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'
'u_e-80_to_443.md': 'manual-guides/u_e-80_to_443.en.md'
'u_e-autodiscover_config.md': 'manual-guides/u_e-autodiscover_config.en.md'
'u_e-docker-cust_dockerfiles.md': 'manual-guides/Docker/u_e-docker-cust_dockerfiles.en.md'
'u_e-dovecot-any_acl.md': 'manual-guides/Dovecot/u_e-dovecot-any_acl.en.md'
'u_e-dovecot-catchall_vacation.md': 'manual-guides/Dovecot/u_e-dovecot-catchall_vacation.en.md'
'u_e-dovecot-expunge.md': 'manual-guides/Dovecot/u_e-dovecot-expunge.en.md'
'u_e-dovecot-extra_conf.md': 'manual-guides/Dovecot/u_e-dovecot-extra_conf.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-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-vmail-volume.md': 'manual-guides/Dovecot/u_e-dovecot-vmail-volume.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-fido.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-fido.en.md'
'u_e-mailcow_ui-netfilter.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-netfilter.en.md'
'u_e-mailcow_ui-notification-templates.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-notification-templates.en.md'
'u_e-mailcow_ui-pushover.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-pushover.en.md'
'u_e-mailcow_ui-spamalias.md': 'manual-guides/mailcow-UI/u_e-mailcow_ui-spamalias.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-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-nginx_custom.md': 'manual-guides/Nginx/u_e-nginx_custom.en.md'
'u_e-nginx_webmail-site.md': 'manual-guides/Nginx/u_e-nginx_webmail-site.en.md'
'u_e-postfix-attachment_size.md': 'manual-guides/Postfix/u_e-postfix-attachment_size.en.md'
'u_e-postfix-custom_transport.md': 'manual-guides/Postfix/u_e-postfix-custom_transport.en.md'
'u_e-postfix-disable_sender_verification.md': 'manual-guides/Postfix/u_e-postfix-disable_sender_verification.en.md'
'u_e-postfix-extra_cf.md': 'manual-guides/Postfix/u_e-postfix-extra_cf.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-postfix-relayhost.md': 'manual-guides/Postfix/u_e-postfix-relayhost.en.md'
'u_e-postfix-trust_networks.md': 'manual-guides/Postfix/u_e-postfix-unauthenticated-relaying.en.md'
'u_e-redis.md': 'manual-guides/Redis/u_e-redis.en.md'
'u_e-reeanble-weak-protocols.md': 'manual-guides/u_e-reeanble-weak-protocols.en.md'
'u_e-sogo.md': 'manual-guides/SOGo/u_e-sogo.en.md'
'u_e-unbound-fwd.md': 'manual-guides/Unbound/u_e-unbound-fwd.en.md'
'u_e-update-hooks.md': 'manual-guides/u_e-update-hooks.en.md'
'u_e-watchdog-thresholds.md': 'manual-guides/Watchdog/u_e-watchdog-thresholds.en.md'
'u_e-webmail-site.md': 'manual-guides/Nginx/u_e-nginx_webmail-site.en.md'
'u_e-why_unbound.md': 'manual-guides/u_e-why_unbound.en.md'
### Quick Links
'backup.md': 'backup_restore/b_n_r-backup.en.md'
'client.md': 'client/client.en.md'
'debug.md': 'troubleshooting/debug.en.md'
'disable-greylisting.md': 'manual-guides/Rspamd/u_e-rspamd-disable-greylisting.en.md'
'install.md': 'getstarted/install.en.md'
'migration.md': 'maintenance/migration.en.md'
'restore.md': 'backup_restore/b_n_r-restore.en.md'
'rspamd-ui.md': 'manual-guides/Rspamd/u_e-rspamd-general.en.md'
'rspamd.md': 'manual-guides/Rspamd/u_e-rspamd-general.en.md'
'unauthenticated-relaying.md': 'manual-guides/Postfix/u_e-postfix-unauthenticated-relaying.en.md'
'uninstall.md': 'maintenance/deinstall.en.md'
'update.md': 'maintenance/update.en.md'
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
lang:
- en
- de
pipeline:
- stemmer
- stopWordFilter
- trimmer
- social:
cards_layout_options:
font_family: Roboto
- glightbox
extra:
social:
- icon: fontawesome/solid/globe
link: https://mailcow.email
- icon: fontawesome/brands/github-alt
link: https://github.com/mailcow
- icon: fontawesome/brands/x-twitter
link: https://x.com/mailcow_email
- icon: fontawesome/brands/mastodon
link: https://mailcow.social/@doncow
extra_css: [ assets/stylesheets/extra.css ]
extra_javascript:
- assets/javascripts/client.js