You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about GPG encrypting (unencrypted) inbound messages, before they touch the disk, to achieve privacy from the hosting provider and the postmaster. A very important feature, and perhaps the main reason for self-hosting email.
Inbound auto-GPG has been discussed, and the following was considered:
Dovecot Mail Filter Plugin https://wiki.dovecot.org/Plugins/MailFilter
[smtpd encrypted queue] → [dovecot mail filter → rspamd → lda] The private key is kept on the server, but encrypted and protected with the IMAP password
gpgit Dovecot Pigeonhole Sieve https://github.com/EtiennePerot/gpgit
[smtpd encrypted queue] → [dovecot gpgit → rspamd → lda] Only the public key is kept on the server
I didn't know about Zeyple, thank you for suggesting it. Zeyple is in line with an ideal solution (using WKD): [smtpd encrypted queue → filter-gpg → filter-rspamd] → [dovecot lmtp]
Project homepage: https://infertux.com/labs/zeyple/
GitHub: https://github.com/infertux/zeyple
Is this something that can be integrated with the current setup?
The text was updated successfully, but these errors were encountered: