mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #620] Add support for mail signing and encryption (S/MIME and PGP) #582
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#582
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SomeGeek on GitHub (Oct 16, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/620
Quoted from Antoine's roadmap issue:
Create a digital signing gateway (maybe a milter) to automatically sign outgoing messages at a per-user level. We could use S/MIME, PGP or both.
Modoboa would allow a simple administration of such a tool (easy PKI management, allow users to choose if they want to sign all messages, just the most important, etc.)
I don't know if such a solution exists but it could be one that companies would accept to buy.
We should also add documentation for Mailvelope.
@Bluebugs commented on GitHub (Jan 27, 2016):
automatically signing outgoing message require the user private key on the server which wouldn't be a good idea in my opinion. Or you have something different in mind.
Storing the user gpg public key would authorize the ciphering of all incoming mail automatically leaving them in the clear for a very short amount of time with no way to read them without the private key later on.
@tonioo commented on GitHub (Oct 16, 2016):
The signing gateway is indeed a bad idea in terms of security. I'll close this issue for now and open a new one into the webmail repository about Mailvelope.