16 May
2018
16 May
'18
12:49 p.m.
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 <tobisworld@gmail.com> 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 work, a public key must be stored on server, so that every message is encrypted. Then, on each MUA, the private key must be present, so that each MUA is able to decrypt the encrypted message, right ?