Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 800 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 800 Bytes

postkeeper

postkeeper is a milter application that filters emails for postfix or sendmail. It provides basic functionality for implementing allow or block lists per recipient.

Building

On Debian and Ubuntu, install the package libmilter-dev.

# for rust binary
cargo build --release
# for debian package install `cargo install cargo-deb` and then
cargo deb

How it works

See DESIGN.md

Licence

Copyright 2020 Enhance Ltd [email protected] This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. see LICENCE