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 27e9d6ce50 Remove the X-GPG-Encrypt-Cc header setting.
I could not find any documention on this, it seems like this was a gpg-mailgate specific option but we now read in recipients directly from the command-line arguments.
2013-09-22 15:45:52 -04:00
GnuPG Fix bug causing messages to have extra characters or failing to encode properly. 2013-09-16 19:38:31 +02:00
.gitignore Added .gitignore for python 2013-04-02 21:30:20 +02:00
INSTALL Greatly improve recipient selection mechanism. 2013-08-09 14:41:06 +08:00
README.md Update README. 2013-08-09 14:41:01 +08:00
gpg-mailgate.conf.sample Add description in configuration file of each setting. 2013-09-22 15:40:33 -04:00
gpg-mailgate.py Remove the X-GPG-Encrypt-Cc header setting. 2013-09-22 15:45:52 -04: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