search for: mail_crypt_private_key

Displaying 4 results from an estimated 4 matches for "mail_crypt_private_key".

2018 Feb 11
2
Best mail encryption solution for per-user
...tribute_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 creation for folders and users. I guess it's saying "folders" mode because each folder has a keypair but I don't understand why a single keypair isn't enough? Because of possibility to have shared folders? Anyway...
2017 Dec 10
0
Mail-crypt plugin clarification
...erything? Regarding the settings: mail_crypt_global_private_key(_n) - Private key to decrypt files, you can specify many mail_crypt_global_public_key - Public key to use to encrypt files, you can specify one - How does this work? What does mail-crypt do when multiple private keys are specified? mail_crypt_private_key - Private key to decrypt user's master key, can be base64 encoded mail_crypt_private_password - Password to decrypt user's master key or environment private key - What is the relation between a users master key, and the private/public global keys above? What is an environment private key?...
2018 Feb 11
0
Best mail encryption solution for per-user
...t-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 creation for folders and users. > > I guess it's saying "folders" mode because each folder has a keypair > but I don't understand why a single keypair isn't enough? Because of > possibility to...
2018 Feb 09
3
Best mail encryption solution for per-user
Hai, Do you have advice about Dovecot plugins for mail encryption: https://wiki2.dovecot.org/Plugins/MailCrypt https://0xacab.org/riseuplabs/trees I like NaCL based encryption but the MailCrypt plugin is better because it's maintained by Dovecot developers (is this correct?) Hard to understand MailCrypt docs so may I ask, may I provide per user encryption? I don't like global