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 2e007266cd Merge branch 'www' of github.com:uakfdotb/gpg-mailgate into www 2013-09-27 21:00:57 -04:00
GnuPG Initial commit for gpg-mailgate-web addition. 2013-09-26 19:40:27 -04:00
gpg-mailgate-web Separate theme into footer / header / main. 2013-09-27 21:00:37 -04: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-09-23 18:28:33 -04:00
README.md Update README to mention gpg-mailgate-web. 2013-09-26 19:48:47 -04:00
gpg-mailgate.conf.sample Initial commit for gpg-mailgate-web addition. 2013-09-26 19:40:27 -04:00
gpg-mailgate.py Initial commit for gpg-mailgate-web addition. 2013-09-26 19:40:27 -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.

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 matching incoming and outgoing mode
  • Easy installation
  • gpg-mailgate-web extension is a web interface allowing any user to upload PGP keys so that emails sent to them from your mail server will be encrypted (see gpg-mailgate-web directory for details)