docs: Update metadata and links to new locations

Also removed the FAQ inline heading link for Rancher. It's not a relevant link (as the question already expects knowledge of Rancher), and breaks out of the bg colour heading style due to the HTML generation logic from mkdocs.
This commit is contained in:
wernerfred 2021-03-11 20:41:24 +01:00 committed by polarathene
parent 237a932f8e
commit 724fe72d20
12 changed files with 27 additions and 23 deletions

View file

@ -1,5 +1,5 @@
---
title: 'LDAP Authentication'
title: 'Advanced | LDAP Authentication'
---
## Introduction

View file

@ -1,5 +1,5 @@
---
title: 'Full-Text Search'
title: 'Advanced | Full-Text Search'
---
## Overview

View file

@ -1,5 +1,5 @@
---
title: 'IPv6'
title: 'Advanced | IPv6'
---
## Background

View file

@ -1,5 +1,5 @@
---
title: 'Kubernetes'
title: 'Advanced | Kubernetes'
---
## Deployment Example

View file

@ -1,5 +1,5 @@
---
title: 'Email Gathering with Fetchmail'
title: 'Advanced | Email Gathering with Fetchmail'
---
To enable the [fetchmail][fetchmail-website] service to retrieve e-mails set the environment variable `ENABLE_FETCHMAIL` to `1`. Your `docker-compose.yml` file should look like following snippet:
@ -114,7 +114,7 @@ fetchmail: 6.3.26 querying outlook.office365.com (protocol POP3) at Mon Aug 29 2
fetchmail: normal termination, status 1
```
[docs-setup]: ../config/setup.sh.md
[docs-setup]: ../../config/setup.sh.md
[fetchmail-website]: https://www.fetchmail.info
[fetchmail-docs]: https://www.fetchmail.info/fetchmail-man.html
[fetchmail-docs-run]: https://www.fetchmail.info/fetchmail-man.html#31

View file

@ -1,5 +1,5 @@
---
title: 'Email Filtering with Sieve'
title: 'Advanced | Email Filtering with Sieve'
---
## User-Defined Sieve Filters

View file

@ -1,5 +1,5 @@
---
title: 'Optional Configuration'
title: 'Advanced | Optional Configuration'
hide:
- toc # Hide Table of Contents for this page
---
@ -39,16 +39,16 @@ This is a list of all configuration files and directories which are optional or
- **dovecot.cf:** replaces `/etc/dovecot/local.conf`. (Docs: [Override Dovecot Defaults][docs-override-dovecot])
- **dovecot-quotas.cf:** list of custom quotas per mailbox. (Docs: [Accounts][docs-accounts-quota])
[docs-accounts-quota]: ../config/user-management/accounts.md#notes
[docs-aliases-regex]: ../config/user-management/aliases.md#configuring-regexp-aliases
[docs-dkim]: ../config/best-practices/dkim.md
[docs-fail2ban]: ../config/security/fail2ban.md
[docs-faq-spamrules]: ../config/troubleshooting/faq.md#how-can-i-manage-my-custom-spamassassin-rules
[docs-accounts-quota]: ../../config/user-management/accounts.md#notes
[docs-aliases-regex]: ../../config/user-management/aliases.md#configuring-regexp-aliases
[docs-dkim]: ../../config/best-practices/dkim.md
[docs-fail2ban]: ../../config/security/fail2ban.md
[docs-faq-spamrules]: ../../faq.md#how-can-i-manage-my-custom-spamassassin-rules
[docs-override-postfix]: ./override-defaults/postfix.md
[docs-override-dovecot]: ./override-defaults/dovecot.md
[docs-relayhosts-senderauth]: ./mail-forwarding/relay-hosts.md#sender-dependent-authentication
[docs-relayhosts-senderhost]: ./mail-forwarding/relay-hosts.md#sender-dependent-relay-host
[docs-sieve]: ./mail-sieve.md
[docs-setupsh]: ../config/setup.sh.md
[docs-ssl]: ../config/security/ssl.md
[docs-setupsh]: ../../config/setup.sh.md
[docs-ssl]: ../../config/security/ssl.md
[github-commit-setup-stack.sh-L411]: https://github.com/docker-mailserver/docker-mailserver/blob/941e7acdaebe271eaf3d296b36d4d81df4c54b90/target/scripts/startup/setup-stack.sh#L411