====== Lacre − overview ====== Lacre, which means "a wax seal" in Portuguese, is an add-on for the Postfix mail server that makes it possible to automatically encrypt incoming email with user-provided public key. This means, that even if the sender had written their message in plain text, right before delivering their message to recipient's inbox Lacre encrypts it with recipient's key ((See also: [[wp>Public-key_cryptography]])). To be more specific, it is a [[https://www.postfix.org/FILTER_README.html|content filter]] written in Python. It's a fork of [[https://github.com/TheGreatGooo/gpg-mailgate/|gpg-mailgate]], which in turn was based on work of several contributors. Read more: * [[ongoing|Current work]]. * [[notes|Notes]] about the work I've done so far. * [[ideas|Ideas]] for future development.