Dieser Commit ist enthalten in:
timo 2017-05-06 04:54:23 +02:00
Ursprung a51ec748e0
Commit eb8d9c8644
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -66,7 +66,7 @@ mysqldump --replace --no-create-info --default-character-set=utf8mb4 \
## Prepare mailcow: dockerized ## 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 # source mailcow.conf
@ -93,8 +93,8 @@ MariaDB [mailcow]> show tables;
# docker-compose exec dovecot-mailcow doveadm quota recalc -A # docker-compose exec dovecot-mailcow doveadm quota recalc -A
``` ```
Restart SOGo: Restart services:
``` ```
# docker-compose restart sogo-mailcow # docker-compose restart
``` ```

Datei anzeigen

@ -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. - 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). - Both U2F and Yubi OTP work well with the fantastic [Yubikey](https://www.yubico.com).