Go to file
2019-06-05 22:23:46 +02:00
app Init 2019-06-05 22:23:46 +02:00
docker/debian Init 2019-06-05 22:23:46 +02:00
BASEOS Init 2019-06-05 22:23:46 +02:00
docker-build.sh Init 2019-06-05 22:23:46 +02:00
entrypoint.sh Init 2019-06-05 22:23:46 +02:00
LICENSE Initial commit 2019-06-05 22:17:14 +02:00
LICENSE.md Init 2019-06-05 22:23:46 +02:00
README.md Init 2019-06-05 22:23:46 +02:00
VERSION Init 2019-06-05 22:23:46 +02:00

sos-milter

A lightweight, fast and thread-safe python3 milter on top of sdgathman/pymilter.

Deployment paradigm

The intention of this project is to deploy the milter ALWAYS AND ONLY as an OCI compliant container. In this case it´s docker. The main reason is that I´m not interested (and familiar with) in building distribution packages like .rpm, .deb, etc.. Furthermore I´m not really a fan of 'wild and uncontrollable' software deployments like: get the code, compile it and finaly install the results 'somewhere' in the filesystem. In terms of software deployment docker provides wonderful possibilities, which I don´t want to miss anymore... No matter if in development, QA or production stage.

docker-compose.yml

The following docker-compose file demonstrates how such a setup could be orchestrated on a single docker host or on a docker swarm cluster. In this context we use postfix as our milter-aware MTA.

*TODO*