2013-04-02 21:41:41 +02:00
# gpg-mailgate
2014-02-26 12:29:42 +01:00
gpg-mailgate is a content filter for Postfix that automatically encrypts unencrypted incoming email using PGP or S/MIME for select recipients.
2014-02-24 21:23:20 +01:00
2013-09-24 00:32:36 +02:00
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
2014-02-26 12:29:42 +01:00
- Public keys are stored in a dedicated gpg-home-directory
- 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 or S/MIME)
2013-09-24 00:32:36 +02:00
- Easy installation
2013-09-27 01:48:47 +02:00
- 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)
2014-02-26 12:29:42 +01:00
- people can submit their public key like to any keyserver to gpg-mailgate with the gpg-mailgate-web extension
2014-02-26 02:14:13 +01:00
- people can send an S/MIME signed email to register@yourdomain.tld to register their public key
2015-01-18 19:54:08 +01:00
- people can send their public OpenPGP key as attachment or inline to register@yourdomain.tld to register it
2013-09-28 23:17:39 +02:00
This is forked from the original project at http://code.google.com/p/gpg-mailgate/
2013-11-03 15:29:16 +01:00
# Authors
2014-02-26 12:29:42 +01:00
This is a combined work of many developers and contributor:s
2013-11-03 15:29:16 +01:00
* mcmaster < mcmaster @ aphrodite . hurricanelabs . rsoc >
* Igor Rzegocki < ajgon @ irgon . com > - [GitHub ](https://github.com/ajgon/gpg-mailgate )
2013-11-03 16:39:24 +01:00
* Favyen Bastani < fbastani @ perennate . com > - [GitHub ](https://github.com/uakfdotb/gpg-mailgate )
2013-11-03 15:29:16 +01:00
* Colin Moller < colin @ unixarmy . com > - [GitHub ](https://github.com/LeftyBC/gpg-mailgate )
* Taylor Hornby < havoc @ defuse . ca > - [GitHub ](https://github.com/defuse/gpg-mailgate )
* Martin (uragit) < uragit @ telemage . com > - [GitHub ](https://github.com/uragit/gpg-mailgate )
2014-02-26 12:24:36 +01:00
* Braden Thomas - [BitBucket ](https://bitbucket.org/drspringfield/emailencrypt.net/ )
* Bruce Markey - [GitHub ](https://github.com/TheEd1tor )
2014-02-26 12:29:42 +01:00
* Remko Tronçon - [GitHub ](https://github.com/remko/phkp/ )
2014-02-26 12:24:36 +01:00
* Kiritan Flux [GitHub ](https://github.com/kflux )
2015-01-18 19:54:08 +01:00
* Fabian Krone [GitHub] (https://github.com/fkrone/gpg-mailgate)
2014-02-26 02:14:13 +01:00
# To Do
* clean up code
2015-01-18 19:54:08 +01:00
* rewrite templates for register-handler
* rewrite and improve installation instructions
2014-02-26 02:14:13 +01:00
* rename from gpg-mailgate to openpgp-s-mime-mailgate or something.....
2015-01-18 19:54:08 +01:00
* even more magical stuff