danBLA / postomaat

A policy daemon for postfix written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postomaat

A policy daemon for postfix written in python

This is a by-product of the Fuglu mailfilter. While fuglu focuses on scanning a full message (pre- or after-queue), postomaat only uses the message fields available in the Postfix policy access delegation protocol It can therefore make decisions much faster than fuglu, but only based on envelope data (sender adress, recipient adress, client ip etc). Postomaat can not make decisions based on message headers or body.

Warning: Postomaat currently doesn't receive the same testing as fuglu before commiting to github. The master branch therefore might or might not work out of the box.

About

A policy daemon for postfix written in python

License:Apache License 2.0


Languages

Language:Python 99.3%Language:Shell 0.7%