Merge pull request #445 from raph-topo/patch-2
Highlight encryption with warning box
Dieser Commit ist enthalten in:
Commit
89287e0e6c
2 geänderte Dateien mit 6 neuen und 4 gelöschten Zeilen
|
@ -1,4 +1,5 @@
|
|||
Die Mails werden komprimiert (lz4) und verschlĂĽsselt gespeichert. Das SchlĂĽsselpaar ist in crypt-vol-1 zu finden.
|
||||
!!! warning "Achtung"
|
||||
Die Mails werden komprimiert (lz4) und verschlĂĽsselt gespeichert. Das SchlĂĽsselpaar ist in crypt-vol-1 zu finden.
|
||||
|
||||
Wenn Sie vorhandene maildir-Dateien entschlüsseln/verschlüsseln wollen, können Sie das folgende Skript auf eigene Gefahr verwenden:
|
||||
|
||||
|
@ -30,4 +31,4 @@ doveadm fs put crypt private_key_path=/mail_crypt/ecprivkey.pem:public_key_path=
|
|||
chown 5000:5000 "$file"
|
||||
fi
|
||||
done
|
||||
```
|
||||
```
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Mails are stored compressed (lz4) and encrypted. The key pair can be found in crypt-vol-1.
|
||||
!!! warning
|
||||
Mails are stored compressed (lz4) and encrypted. The key pair can be found in crypt-vol-1.
|
||||
|
||||
If you want to decode/encode existing maildir files, you can use the following script at your own risk:
|
||||
|
||||
|
@ -29,4 +30,4 @@ doveadm fs put crypt private_key_path=/mail_crypt/ecprivkey.pem:public_key_path=
|
|||
chown 5000:5000 "$file"
|
||||
fi
|
||||
done
|
||||
```
|
||||
```
|
||||
|
|
Laden …
In neuem Issue referenzieren