commit 3dd1bce69f1e8a4c58e32f00ebef05ed8f852b1a parent e52e78b6a519fb11132434c9465555cd6f6c81aa Author: Christoph Lohmann <20h@r-36.net> Date: Sun, 14 Jun 2020 18:04:07 +0200 Add README.md for the impatient. Diffstat:
README.md | | | 23 | +++++++++++++++++++++++ |
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,23 @@ +# BMF Milter + +This is a milter daemon for using bmf(1) in postfix or sendmail or anything +supportung the milter protocol. + +## Getting BMF + + % git clone git://git.codemadness.org/bmf + % cd bmf + # Edit config.mk to your needs. + % make + % make PREFIX=/usr install + +## Installation + + # Edit the Makefile to your needs. + % make + % make PREFIX=/usr install + +See the manpage for further hints. + +Have fun! +