Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

encrypting incoming emails #31

Open
streaps opened this issue Jun 21, 2016 · 3 comments
Open

encrypting incoming emails #31

streaps opened this issue Jun 21, 2016 · 3 comments

Comments

@streaps
Copy link

streaps commented Jun 21, 2016

This is just an enhancement idea, me thinking out loud. Unfortunately I don't know the internals of the Protonmail web client and I cannot contribute any usable code to neutron.

How could incomming emails be encrypted? Maybe by an LMTP server that sits between Postfix and Dovecot?

World --smtp--> Postfix --lmtp--> Neutron encryption --lmtp--> Dovecot local delivery

Does this make any sense? Could it work?

@streaps
Copy link
Author

streaps commented Jun 21, 2016

Another idea would be that the web client encrypts unencrypted emails via IMAP.

@emersion
Copy link
Owner

The first solution can work pretty well. I prefer it over the second one since messages would be stored encrypted from the start.

@alexis-
Copy link

alexis- commented Jul 19, 2017

The most elegant implementation I could find (using Dovecot), was this one : https://perot.me/encrypt-specific-incoming-emails-using-dovecot-and-sieve

You may also be interested with these:
https://0xacab.org/riseuplabs/trees
https://www.grepular.com/Automatically_Encrypting_all_Incoming_Email
http://kacangbawang.com/encrypting-stored-email-with-postfix/

Although I am uncertain how this is related to neutron mail.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants