107 Zeilen
4 KiB
YAML
107 Zeilen
4 KiB
YAML
site_name: "mailcow: dockerized documentation"
|
|
site_url: https://mailcow.github.io/mailcow-dockerized-docs/
|
|
copyright: 'Copyright © 2018 AndrĂ© Peters'
|
|
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: material
|
|
markdown_extensions:
|
|
- codehilite(guess_lang=true)
|
|
- toc(permalink=true)
|
|
- admonition
|
|
- pymdownx.magiclink
|
|
- pymdownx.tasklist(custom_checkbox=true)
|
|
- pymdownx.mark
|
|
- pymdownx.tilde
|
|
- pymdownx.extra
|
|
- footnotes
|
|
pages:
|
|
- 'Information & Support': 'index.md'
|
|
- 'Prerequisites':
|
|
- 'Prepare Your System': 'prerequisite-system.md'
|
|
- 'DNS Setup': 'prerequisite-dns.md'
|
|
- 'Installation & Update':
|
|
- 'Installation': 'install.md'
|
|
- 'Update': 'install-update.md'
|
|
- 'First Steps (optional)':
|
|
- 'SSL': 'firststeps-ssl.md'
|
|
- 'Rspamd Web UI': 'firststeps-rspamd_ui.md'
|
|
- 'Reverse Proxy': 'firststeps-rp.md'
|
|
- 'SNAT': 'firststeps-snat.md'
|
|
- 'Setup a relayhost': 'firststeps-relayhost.md'
|
|
- 'Logging': 'firststeps-logging.md'
|
|
- 'Local MTA on Docker host': 'firststeps-local_mta.md'
|
|
- 'Sender and receiver model': 'firststeps-sender_rcv.md'
|
|
- 'Debugging & Troubleshooting':
|
|
- 'Introduction': debug.md
|
|
- 'Logs': 'debug-logs.md'
|
|
- 'Attach a Container': 'debug-attach_service.md'
|
|
- 'Reset Passwords': 'debug-reset_pw.md'
|
|
- 'Remove Persistent Data': 'debug-rm_volumes.md'
|
|
- 'Common Problems': 'debug-common_problems.md'
|
|
- 'Backup & Restore':
|
|
- 'Helper script':
|
|
- 'Backup': 'b_n_r_backup.md'
|
|
- 'Restore': 'b_n_r_restore.md'
|
|
- 'Manually':
|
|
- 'Maildir': 'u_e-backup_restore-maildir.md'
|
|
- 'MySQL': 'u_e-backup_restore-mysql.md'
|
|
- 'Usage & Examples':
|
|
- 'mailcow UI':
|
|
- 'Configuration': 'u_e-mailcow_ui-config.md'
|
|
- 'Blacklist / Whitelist': 'u_e-mailcow_ui-bl_wl.md'
|
|
- 'Spamfilter': 'u_e-mailcow_ui-spamfilter.md'
|
|
- 'Temporary email aliase': 'u_e-mailcow_ui-spamalias.md'
|
|
- 'Tagging': 'u_e-mailcow_ui-tagging.md'
|
|
- 'Two-Factor Authentication': 'u_e-mailcow_ui-tfa.md'
|
|
- 'Postfix':
|
|
- 'Anonymize Headers': 'u_e-postfix-anonym_headers.md'
|
|
- 'Disable Sender Addresses Verification': 'u_e-postfix-disable_sender_verification.md'
|
|
- 'Max. message size (attachment size)': 'u_e-postfix-attachment_size.md'
|
|
- 'Dovecot':
|
|
- "Expunge a User's Mails": 'u_e-dovecot-expunge.md'
|
|
- 'More Examples with DOVEADM': 'u_e-dovecot-more.md'
|
|
- 'Move vmail volume': 'u_e-dovecot-vmail-volume.md'
|
|
- 'Nginx': 'u_e-nginx.md'
|
|
- 'Redis': 'u_e-redis.md'
|
|
- 'Rspamd': 'u_e-rspamd.md'
|
|
- 'SOGo': 'u_e-sogo.md'
|
|
- 'Docker':
|
|
- 'Customize Dockerfiles': 'u_e-docker-cust_dockerfiles.md'
|
|
- 'Docker Compose Bash Completion': 'u_e-docker-dc_bash_compl.md'
|
|
- 'Why unbound?': 'u_e-why_unbound.md'
|
|
- 'Autodiscover / Autoconfig': 'u_e-autodiscover_config.md'
|
|
- 'Redirect HTTP to HTTPS': 'u_e-80_to_443.md'
|
|
- 'Adjust Service Configurations': 'u_e-change_config.md'
|
|
- 'Deinstall': 'u_e-deinstall.md'
|
|
- 'Client Configuration':
|
|
- 'Overview': 'client.md'
|
|
- 'Android': 'client-android.md'
|
|
- 'Apple macOS / iOS': 'client-apple.md'
|
|
- 'eM Client': 'client-emclient.md'
|
|
- 'KDE Kontact': 'client-kontact.md'
|
|
- 'Microsoft Outlook': 'client-outlook.md'
|
|
- 'Mozilla Thunderbird': 'client-thunderbird.md'
|
|
- 'Windows Mail': 'client-windows.md'
|
|
- 'Windows Phone': 'client-windowsphone.md'
|
|
- 'Manual configuration': 'client-manual.md'
|
|
- 'Third party apps':
|
|
- 'SOGo Integrator for Thunderbird': 'third_party-thunderbird.md'
|
|
- 'Roundcube': 'third_party-roundcube.md'
|
|
- 'Portainer': 'third_party-portainer.md'
|
|
- 'Gogs': 'third_party-gogs.md'
|
|
- 'Gitea': 'third_party-gitea.md'
|
|
extra:
|
|
logo: 'images/logo.svg'
|
|
palette:
|
|
primary: 'indigo'
|
|
accent: 'orange'
|
|
social:
|
|
- type: globe
|
|
link: http://mailcow.email
|
|
- type: github-alt
|
|
link: https://github.com/mailcow
|
|
extra_css: [extra.css]
|
|
extra_javascript: [clients.js]
|
|
google_analytics: ['UA-92608422-4', 'mailcow.github.io']
|