bmf-milter

bmf filter milter daemon
git clone git://r-36.net/bmf-milter
Log | Files | Refs | README | LICENSE

README.md (428B)


      1 # BMF Milter
      2 
      3 This is a milter daemon for using bmf(1) in postfix or sendmail or anything
      4 supportung the milter protocol.
      5 
      6 ## Dependencies
      7 
      8 	libmilter
      9 
     10 ## Getting BMF
     11 
     12 	% git clone git://git.codemadness.org/bmf
     13 	% cd bmf
     14 	# Edit config.mk to your needs.
     15 	% make
     16 	% make PREFIX=/usr install
     17 
     18 ## Installation
     19 
     20 	# Edit the Makefile to your needs.
     21 	% make
     22 	% make PREFIX=/usr install
     23 
     24 See the manpage for further hints.
     25 
     26 Have fun!
     27