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
pfm 628de8a28d Merge pull request 'Fix cron script and more' (#134) from fix/cron-script into main
Reviewed-on: #134
2023-12-09 20:26:37 +00:00
GnuPG Fix unprintable exception issue 2023-12-09 20:57:09 +01:00
cron_templates All mails from cron script are now passed through the GPG-Mailgate so they are encrypted if possible. 2015-06-04 20:13:04 +02:00
doc lacre.admin: Document import command 2023-12-09 21:14:35 +01:00
lacre Fix unprintable exception issue 2023-12-09 20:57:09 +01:00
register_templates Inform the user if registration failed because GPG-Mailgate-Web could not be reached. 2015-06-04 21:52:39 +02:00
test Rework encryption exception handling 2023-12-09 20:38:46 +01:00
.gitignore Add test/lacre.db to gitignore 2023-11-25 15:09:00 +01:00
INSTALL.md Explicitly mention requirements.txt file 2023-07-08 02:03:20 +02:00
LICENSE Update license to GNU GPL v3. 2013-10-02 14:27:28 -04:00
Makefile Fix crontest config, polish Makefile 2023-11-25 15:05:27 +01:00
README.md Reorder and simplify first secions of README 2023-07-08 02:02:47 +02:00
gpg-lacre-logging.conf.sample Improve logging 2022-10-20 21:56:01 +02:00
gpg-mailgate.conf.sample Remove configuration options no longer used 2023-12-02 21:48:17 +01:00
gpg-mailgate.py Handle gpg-mailgate.py missing params better 2023-11-17 22:51:09 +01:00
register-handler.py Use Lacre logging and configuration in register-handler 2022-05-06 20:13:23 +02:00
requirements.txt Don't require watchdog anymore 2023-11-01 21:26:42 +01:00
webgate-cron.py Move some imports to lacre.notify 2023-12-05 21:13:02 +01:00

README.md

Lacre Project

Lacre (wax seal in Portuguese) is an add-on for Postfix that automatically encrypts incoming email before delivering it to recipients' inbox for recipients that have provided their public keys.

Lacre is a fork and continuation of the original work on gpg-mailgate project. It is still actively developed and should be considered as beta -- with all APIs and internals being subject to change. Please only use this software if you know GnuPG well and accept occasional failures.

How it works

Lacre is a content filter. This means, that when Postfix receives a message, it "forwards" that message to Lacre and if Lacre delivers it to a given destination, the message arrives to recipient's inbox.

After receiving the message, Lacre does the following:

  1. If message already is encrypted, it just delivers the message immediately.
  2. Checks the list of recipients, finds their public keys if any were provided.
  3. Encrypts message if possible.
  4. Delivers the message.

Work on this project in 2021 was funded by NGI Zero PET for which we are very thankful.

Made possible thanks to:


Installation

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


Planned features

  • Correctly displays attachments and general email content; currently will only display first part of multipart messages
  • 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)
  • Easy installation
  • 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 their public OpenPGP key as attachment or inline to register@yourdomain.tld to register it

See also: lacre-webgate -- a web interface allowing any user to upload PGP keys so that emails sent to them from your mail server will be encrypted

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

Authors

This is a combined work of many developers and contributors. We would like to pay honours to original gpg mailbox developers for making this project happen, and providing solid solution for encryption emails at rest: