Skip to content

Commit bcaad24

Browse files
authored
Merge branch 'main' into namespace-name
2 parents f03b028 + 83390fc commit bcaad24

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/core/plugins/mail_crypt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ mail_plugins {
188188
crypt_global_public_key_file = ecpubkey.pem
189189
crypt_global_private_key main {
190190
crypt_private_key_file = ecprivkey.pem
191-
crypt_private_password = secret
191+
crypt_private_key_password = secret
192192
}
193193
```
194194

@@ -271,7 +271,7 @@ mail_plugins {
271271
crypt_global_public_key_file = rsapubkey.pem
272272
crypt_global_private_key main {
273273
crypt_private_key_file = rsaprivkey.pem
274-
crypt_private_password = secret
274+
crypt_private_key_password = secret
275275
}
276276
```
277277

@@ -456,7 +456,7 @@ For doveadm commands that are working with password protected keys, the global
456456
`-o` option should be used to provide the password. Example:
457457

458458
```sh
459-
doveadm -o crypt_private_password=some_password <...doveadm command...>
459+
doveadm -o crypt_private_key_password=some_password <...doveadm command...>
460460
```
461461
:::
462462

docs/installation/upgrade/include/2.4-acls.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ INBOX/foo user=timo lr
4040
INBOX/foo user=kim lrw
4141
INBOX/foo/bar user=kim lrw
4242
```
43-
:::
4443

4544
You have to create the new ACLs to `dovecot.conf`:
4645

0 commit comments

Comments
 (0)