diff --git a/docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt.de.md b/docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt.de.md index 8e4ffa7eb..e1d46ea38 100644 --- a/docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt.de.md +++ b/docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt.de.md @@ -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 -``` \ No newline at end of file +``` diff --git a/docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt.en.md b/docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt.en.md index e2af5b032..7864bcd3b 100644 --- a/docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt.en.md +++ b/docs/manual-guides/Dovecot/u_e-dovecot-mail-crypt.en.md @@ -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 -``` \ No newline at end of file +```