From f2d57629dc3abf2728557a1cad86b0636c5ff537 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Tue, 12 Feb 2019 11:07:55 +0100 Subject: [PATCH] markup test --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 897e5ed..d9996f5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # ldap-acl-milter +A fast and lightweight python3 milter (on top of [sdgathman/pymilter](https://github.com/sdgathman/pymilter)) for Access ControL (ACL) scenarios. The milter consumes policies from a LDAP server based on custom queries with trivial templating (%from% = RFC5321.from; %rcpt% = RFC5321.rcpt) support. + +The connection to the LDAP server is always persistent: one TCP-Session, one LDAP-bind -> less overhead ### docker-compose.yml