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 78c6ecf44e Add link to original gpg-mailgate googlecode. 2013-11-03 15:14:39 +01:00
GnuPG Fix bug causing messages to have extra characters or failing to encode properly. 2013-11-03 15:13:03 +01:00
.gitignore Added .gitignore for python 2013-04-02 21:30:20 +02:00
INSTALL Add addendum detailing how to create a dedicated user for gpg-mailgate public keys. 2013-11-03 15:14:12 +01:00
README.md Add link to original gpg-mailgate googlecode. 2013-11-03 15:14:39 +01:00
gpg-mailgate.conf.sample Add keymap_only configuration, to ignore public_keys list. 2013-11-03 15:14:17 +01:00
gpg-mailgate.py Enable encryption for signed messages. 2013-11-03 15:14:17 +01:00

README.md

gpg-mailgate

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

For installation instructions, please refer to the included INSTALL file.

Features

  • Correctly displays attachments and general email content; currently will only display first part of multipart messages
  • Public keys can be stored in a dedicated gpg-home-directory (see Note 1 in INSTALL)
  • Encrypts both matching incoming and outgoing mail (this means gpg-mailgate can be used to encrypt outgoing mail for software that doesn't support PGP)
  • Easy installation

This is forked from the original project at http://code.google.com/p/gpg-mailgate/