Il giorno mer 16 mag 2018 alle ore 06:09 Aki Tuomi <aki.tuomi at dovecot.fi> ha scritto:> You could probably automate this with sieve and e.g. GnuPG, which wouldmean that all your mails are encrypted without server having key to decrypt this. Any guide or sample to look for ?
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 alle ore 06:09 Aki Tuomi <aki.tuomi at dovecot.fi> > 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 ? >
Il giorno mer 16 mag 2018 alle ore 11:19 <tobisworld at 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 mailboxIf 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 ?