Re: end-to-end encryption

2018-05-16 Thread Gandalf Corvotempesta
Il giorno mer 16 mag 2018 alle ore 12:02 Aki Tuomi ha scritto: > To be strict, 'end to end' would mean that the SENDER would encrypt it > on his station, and RECEIVER would only decrypt it on his station. > Everything else is not end-to-end =) Yes, of course, but this solution with GPG where dove

Re: end-to-end encryption

2018-05-16 Thread Jochen Bern
On 05/16/2018 12:01 PM, Aki Tuomi wrote: > On 16.05.2018 12:56, Jochen Bern wrote: >> Considering the keywords "dovecot" and "sieve", that would still not be >> "end to end" and not even "MSA to MX"(-ish) but merely "encrypted >> storage upon/after final delivery", wouldn't it ... ? > > To be stri

Re: end-to-end encryption

2018-05-16 Thread Aki Tuomi
On 16.05.2018 12:56, Jochen Bern wrote: > On 05/16/2018 06:07 AM, Aki Tuomi wrote: >>> On 15 May 2018 at 22:43 Gandalf Corvotempesta >>> wrote: >>> Is possible to implement and end-to-end encryption with dovecot, where >>> server-side there is no private key to decrypt messages? >> You could pr

Re: Re: end-to-end encryption

2018-05-16 Thread Jochen Bern
On 05/16/2018 06:07 AM, Aki Tuomi wrote: >> On 15 May 2018 at 22:43 Gandalf Corvotempesta >> wrote: >> Is possible to implement and end-to-end encryption with dovecot, where >> server-side there is no private key to decrypt messages? > > You could probably automate this with sieve and e.g. GnuPG

Re: end-to-end encryption

2018-05-16 Thread tobisworld
Yes the server need to know the pubKey for encryption and the client need access to the privKey to decrypt. The correct pubKey is determined from gpg based on the rcpt address Cheers tobi Am 16.05.2018 um 11:30 schrieb Gandalf Corvotempesta: > Il giorno mer 16 mag 2018 alle ore 11:19 ha scritto

Re: end-to-end encryption

2018-05-16 Thread Gandalf Corvotempesta
Il giorno mer 16 mag 2018 alle ore 11:19 ha scritto: > I personally use gpgit https://github.com/EtiennePerot/gpgit > Which does the encryption of messages. Then I use a sieve script which > calls gpgit for every msg and encrypts before saving into mailbox If I understood properly, for this to wo

Re: end-to-end encryption

2018-05-16 Thread tobisworld
Hi I personally use gpgit https://github.com/EtiennePerot/gpgit Which does the encryption of messages. Then I use a sieve script which calls gpgit for every msg and encrypts before saving into mailbox Cheers tobi Am 16.05.2018 um 10:24 schrieb Gandalf Corvotempesta: > Il giorno mer 16 mag 2018

Re: end-to-end encryption

2018-05-16 Thread Gandalf Corvotempesta
Il giorno mer 16 mag 2018 alle ore 06:09 Aki Tuomi ha scritto: > You could probably automate this with sieve and e.g. GnuPG, which would mean that all your mails are encrypted without server having key to decrypt this. Any guide or sample to look for ?

Re: end-to-end encryption

2018-05-15 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 15 May 2018, Gandalf Corvotempesta wrote: I was looking at protonmail.com Is possible to implement and end-to-end encryption with dovecot, where server-side there is no private key to decrypt messages? Maybe the term "end-to-end encryption

Re: end-to-end encryption

2018-05-15 Thread Aki Tuomi
> On 15 May 2018 at 22:43 Gandalf Corvotempesta > wrote: > > > Hi to all > I was looking at protonmail.com > Is possible to implement and end-to-end encryption with dovecot, where > server-side there is no private key to decrypt messages? > You could probably automate this with sieve and e.g