File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -131,20 +131,6 @@ List of known algorithms that Dovecot supports as of writing.
131131
132132<sup >3</sup > Requires recent enough OpenSSL.
133133
134- ### Dynamic Settings
135-
136- Per-user settings may be returned by [[ link,userdb_extra_fields]] .
137- To provide [[ setting,crypt_global_private_key]] or
138- [[ setting,crypt_global_public_key_file]] as a single line userdb attribute you
139- can base64 encode the original PEM key contents. For example:
140-
141- ``` sh
142- cat ecprivkey.pem | base64 -w0
143- ```
144-
145- All configured keys must be in
146- [[ link,mail_crypt_converting_ec_key_to_pkey,PEM]] format.
147-
148134## Modes Of Operation
149135
150136Mail crypt plugin can operate using ** either** global keys or folder keys.
You can’t perform that action at this time.
0 commit comments