encrypt incoming emails with public gpg key before they are stored to maildir

2019-10-30 Thread Fourhundred Thecat via dovecot
Hello, I have asked on the postfix mailing list for a solution, how to encrypt incoming emails with public gpg key My original idea was to use a smtpd-milter, which would encrypt all incoming plaintext messages of given user, using the users public gpg key. This way, it would look as if the

Re: changing cipher for imap clients

2019-10-28 Thread Fourhundred Thecat via dovecot
> On 2019-10-28 15:36, Aki Tuomi wrote: > Also, you could try the *default* cipher list (unset ssl_cipher_list), which > is reasonable. Also make sure you have 'ssl_prefer_server_ciphers=yes', so > that the server-side priority list is used. setting ssl_prefer_server_ciphers=yes did the trick.

changing cipher for imap clients

2019-10-28 Thread Fourhundred Thecat via dovecot
When my client connects, I see this in my log: dovecot: imap-login: TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits) Whereas, when client connects to my postfix server, I see: Anonymous TLS connection established from * TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits) how can I