Spellings
Dieser Commit ist enthalten in:
Ursprung
a51ec748e0
Commit
eb8d9c8644
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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).
|
||||
|
|
Laden …
In neuem Issue referenzieren