Update README.md
This commit is contained in:
parent
8ab43c429c
commit
51bd394b2b
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -1,26 +1,23 @@
|
||||||
# gpg-mailgate
|
# gpg-mailgate
|
||||||
|
|
||||||
gpg-mailgate is a content filter for Postfix that automatically encrypts unencrypted incoming email using PGP for select recipients.
|
gpg-mailgate is a content filter for Postfix that automatically encrypts unencrypted incoming email using PGP or S/MIME for select recipients.
|
||||||
|
|
||||||
* added HKP keyserver key submit function to the gpg-mailgate-web script
|
|
||||||
* added S/MIME support (borrowed from drspringfield's https://bitbucket.org/drspringfield/emailencrypt.net/)
|
|
||||||
|
|
||||||
For installation instructions, please refer to the included INSTALL file.
|
For installation instructions, please refer to the included INSTALL file.
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- Correctly displays attachments and general email content; currently will only display first part of multipart messages
|
- 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)
|
- 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)
|
- 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)
|
||||||
- Easy installation
|
- 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)
|
- 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)
|
||||||
- people can submit their public key like to any keyserver to gpg-mailgate
|
- people can submit their public key like to any keyserver to gpg-mailgate with the gpg-mailgate-web extension
|
||||||
- people can send an S/MIME signed email to register@yourdomain.tld to register their public key
|
- people can send an S/MIME signed email to register@yourdomain.tld to register their public key
|
||||||
|
|
||||||
This is forked from the original project at http://code.google.com/p/gpg-mailgate/
|
This is forked from the original project at http://code.google.com/p/gpg-mailgate/
|
||||||
|
|
||||||
# Authors
|
# Authors
|
||||||
|
|
||||||
This is a combined work of many developers:
|
This is a combined work of many developers and contributor:s
|
||||||
|
|
||||||
* mcmaster <mcmaster@aphrodite.hurricanelabs.rsoc>
|
* mcmaster <mcmaster@aphrodite.hurricanelabs.rsoc>
|
||||||
* Igor Rzegocki <ajgon@irgon.com> - [GitHub](https://github.com/ajgon/gpg-mailgate)
|
* Igor Rzegocki <ajgon@irgon.com> - [GitHub](https://github.com/ajgon/gpg-mailgate)
|
||||||
|
@ -28,8 +25,11 @@ This is a combined work of many developers:
|
||||||
* Colin Moller <colin@unixarmy.com> - [GitHub](https://github.com/LeftyBC/gpg-mailgate)
|
* Colin Moller <colin@unixarmy.com> - [GitHub](https://github.com/LeftyBC/gpg-mailgate)
|
||||||
* Taylor Hornby <havoc@defuse.ca> - [GitHub](https://github.com/defuse/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)
|
* Martin (uragit) <uragit@telemage.com> - [GitHub](https://github.com/uragit/gpg-mailgate)
|
||||||
|
|
||||||
* Braden Thomas - [BitBucket](https://bitbucket.org/drspringfield/emailencrypt.net/)
|
* Braden Thomas - [BitBucket](https://bitbucket.org/drspringfield/emailencrypt.net/)
|
||||||
* Bruce Markey - [GitHub](https://github.com/TheEd1tor)
|
* Bruce Markey - [GitHub](https://github.com/TheEd1tor)
|
||||||
|
* Remko Tronçon - [GitHub](https://github.com/remko/phkp/)
|
||||||
|
|
||||||
* Kiritan Flux [GitHub](https://github.com/kflux)
|
* Kiritan Flux [GitHub](https://github.com/kflux)
|
||||||
|
|
||||||
# To Do
|
# To Do
|
||||||
|
|
Loading…
Reference in a new issue