A mailgate for Postfix to encrypt incoming and outgoing email with S/MIME and/or OpenPGP and decrypting OpenPGP encrypted emails https://lacre.io
Go to file
perennate a973e84b32 Update README. 2013-08-09 14:41:01 +08:00
GnuPG Removed stdin.write and stdout.read from GnuPG and replaced it with subprocess.communicate, to avoid deadlocks when larger messages are passed in 2013-04-17 20:23:48 +02:00
.gitignore Added .gitignore for python 2013-04-02 21:30:20 +02:00
INSTALL GPG Mailgate 0.1 2010-01-20 15:53:25 -05:00
README.md Update README. 2013-08-09 14:41:01 +08:00
gpg-mailgate.conf.sample Fixed config example 2013-04-02 21:38:07 +02:00
gpg-mailgate.py Revert part of commit 43b3392162, so that we still send if there are no PGP recipients. 2013-08-09 14:35:57 +08:00

README.md

gpg-mailgate

gpg-mailgate is a content filter for Postfix that automatically encrypts unencrypted incoming email using PGP for select recipients.

TODO

  • fix attachments support
  • multipart messages support
  • testing