From c7c730a16856600563e814f44e9c0a47014500dc Mon Sep 17 00:00:00 2001 From: timo Date: Sat, 6 May 2017 14:59:43 +0200 Subject: [PATCH] Renamed table column --- docs/debug.md | 2 +- docs/relayhost.md | 2 +- mkdocs.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/debug.md b/docs/debug.md index 4155d03bc..5939ea739 100644 --- a/docs/debug.md +++ b/docs/debug.md @@ -20,7 +20,7 @@ bash mailcow-reset-admin.sh Here is a brief overview of what container does what: -| Container Name | Service Descriptions | +| Service Name | Service Descriptions | | --------------- | ------------------------------------------------------------------------- | | bind9-mailcow | Local (DNSSEC) DNS Resolver | | mysql-mailcow | Stores most of mailcow's settings | diff --git a/docs/relayhost.md b/docs/relayhost.md index 3c330cc41..e93c6ae2f 100644 --- a/docs/relayhost.md +++ b/docs/relayhost.md @@ -1,4 +1,4 @@ -Insert these lines to `data/conf/postfix/main.cf`. "relayhost" does already exist (empty), just change its value. +Insert these lines into `data/conf/postfix/main.cf`. "relayhost" does already exist (empty), just change its value. ``` relayhost = [your-relayhost]:587 smtp_sasl_password_maps = hash:/opt/postfix/conf/smarthost_passwd diff --git a/mkdocs.yml b/mkdocs.yml index a8accaf30..54528d806 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,6 +10,7 @@ markdown_extensions: - pymdownx.tasklist(custom_checkbox=true) - pymdownx.mark - pymdownx.tilde + - footnotes pages: - 'Information & Support': 'index.md' - 'Prerequisites':