|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
MLAPD is a mailing list access manager which uses LDAP to check for user's rights to post messages. It's designed to work in conjunction with Postfix as an Access Policy Delegation daemon. what it isMLAPD manages mailing lists posting accesses. Its goal is to read the data from LDAP. It works as an Access Policy Delegation agent for Postfix, listens on a TCP socket and can be queried concurrently by multiple Postfix instances. how it worksMLAPD is written in Python and it's supposed to offer good performances under heavy loads. MLAPD requires you to have installed only the standard Python environment plus the Python-LDAP module; it shouldn't be too invasive. detailsMLAPD parses sender/receiver addresses from Postfix's incoming connections and gives back actions in return of a customizable lookup. The datasource is independent from the TCP server, includes LDAP support only but in theory others can be implemented. There are some deployment details and notes about the integration of MLAPD with third party applications in the wiki. contactThere is a mailing list you could use and an issue tracker too. |