Displaying 2 results from an estimated 2 matches for "mail_crypt_".
Did you mean:
mail_crypt
2023 Jan 08
3
Dovecot - mail_crypt - lmtp-server - no password to decrypt the key
I have been using postfix+dovecot successfully for a while now until I
tried mail crypt plugin lately. I tried what is describe here
https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/ and I
went for global-keys as described here:
https://doc.dovecot.org/configuration_manual/mail_crypt_plugin/#global-keys
/"A good solution for environments where no user folder sharing is
needed is to generate per-user EC key pair and encrypt that with
something derived from user?s...
2018 Feb 11
2
Best mail encryption solution for per-user
...nd maintained
> by us. Turning on encryption is simple, but you'll have to consider
> key management closely.
>
> The simple instructions are
>
> mail_plugins = $mail_plugins mail_crypt
> mail_attribute_dict = file:%h/Maildir/dovecot-attributes
>
> plugin {
> mail_crypt_curve = <some curve you like>
> mail_crypt_save_version = 2
> }
With no other settings, I understand this to auto-generate keys.
It's putting them in mail_attribute_dict? How is that related to
mail_crypt_private_key,, which is for what then?
> This will turn on automatic key...