I have a scenario where I have two users, one account (user1) with it's
own Maildir account, and another account (user2) (which I wish to see
the same messages) with a symlinked Maildir to user1's Maildir. I.E.:
/home/user1/Maildir
/home/user2/Maildir (where this Maildir is symlinked to /home/
Aki, I just used the "EC key" instructions from the Dovecot MailCrypt wiki:
https://wiki.dovecot.org/Plugins/MailCrypt
"
In order to generate an EC key, you must first choose a curve from the
output of this command:
> openssl ecparam -list_curves
If you choose the curve prime256v1, generate
On 4/10/2019 1:32 AM, Aki Tuomi wrote:
On 9.4.2019 18.15, Dave wrote:
I've tried specifying an output file as well, per the script's
command line options,
but the output file is 0 bytes. Does anyone have any suggestions?
I *think* I'm
using it the way it's intended to be used, but maybe I
>> I've tried specifying an output file as well, per the script's
command line options,
>> but the output file is 0 bytes. Does anyone have any suggestions?
I *think* I'm
>> using it the way it's intended to be used, but maybe I'm not?!
>> -Dave
>
> Hi!
> Maybe the key you tried was not used t
Per the Dovecot site here:
https://wiki.dovecot.org/Plugins/MailCrypt
... the "decrypt.rb" ruby script can be used to decrypt a
Dovecot-encrypted message file from the command line. The script sort
of runs successfully for me, in the sense that it doesn't error out, but
it doesn't show the dec
Dovecot cannot magically encrypt your email, so it has to go thru
dovecot-lda or lmtp. Procmail can call dovecot-lda, if you don't want
to migrate to using sieve.
Aki
For anyone interested, I was able to get the encryption working on
incoming mail on my test machine using the "procmail ca
On 3/22/2019 12:48 PM, Aki Tuomi wrote:
What am I missing? Does anyone have any thoughts as to why JUST
incoming messages aren't encrypted, but that messages moved into the
IMAP account DO get encrypted? Did I set up something incorrectly? I'm
using sendmail as the MTA, if that matters, and
[Dovecot v2.2.33.2]
I'm testing out mail_crypt on a fresh Dovecot install to get a feel for
how it works, but I'm running into something unexpected.
The mail_crypt plugin does seem to be working, but NOT on incoming
email. What I mean is, if I send a test email to the server that has
Doveco