From eb8d9c86445cd40ae8413f18748064603c663504 Mon Sep 17 00:00:00 2001 From: timo Date: Sat, 6 May 2017 04:54:23 +0200 Subject: [PATCH] Spellings --- docs/mc14_import.md | 6 +++--- docs/tfa.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/mc14_import.md b/docs/mc14_import.md index 5f755d398..7d044663d 100644 --- a/docs/mc14_import.md +++ b/docs/mc14_import.md @@ -66,7 +66,7 @@ mysqldump --replace --no-create-info --default-character-set=utf8mb4 \ ## Prepare mailcow: dockerized -To initiate your a fresh database, visit **https://${MAILCOW_HOSTNAME}** with a browser of your choice. Check if the DB is initiated correctly afterwards: +To initiate your fresh installed database, visit **https://${MAILCOW_HOSTNAME}** with a browser of your choice. Check if the DB is initiated correctly afterwards: ``` # source mailcow.conf @@ -93,8 +93,8 @@ MariaDB [mailcow]> show tables; # docker-compose exec dovecot-mailcow doveadm quota recalc -A ``` - Restart SOGo: + Restart services: ``` - # docker-compose restart sogo-mailcow + # docker-compose restart ``` diff --git a/docs/tfa.md b/docs/tfa.md index 8f5e2079f..8eaa827b7 100644 --- a/docs/tfa.md +++ b/docs/tfa.md @@ -1,4 +1,4 @@ -So far three methods for *Two Factor Authentication* are implemented: U2F, Yubi OTP, and TOTP +So far three methods for *Two-Factor Authentication* are implemented: U2F, Yubi OTP, and TOTP - For U2F to work, you need an encrypted connection to the server (HTTPS) as well as a FIDO security key. - Both U2F and Yubi OTP work well with the fantastic [Yubikey](https://www.yubico.com).