Loading...
 
Skip to main content

MilterSpamc

milter-spamc (cache) interfaces SendMail with SpamAssassin. There are a couple of other programs that can do the same (like MimeDefang, miltrassassin from the check_local package, or even SmtpVilter ), but for me, MilterSpamc has just the right set of functions.

MilterSpamc depends on LibSnert.
Current version is 0.17.



Not much to it, see MilterSender for some general hints on my setup.
 > ./configure --with-db=/usr/local/BerkeleyDB.4.1 --enable-run-user=antispam  \
   --enable-run-group=smmsp --enable-startup-dir=/usr/local/etc  \
   --localstatedir=/var/lib --disable-debug
 > gmake 
 > gmake install 




On this system, milter-spamc is started with the following command-line:

/usr/local/sbin/milter-spamc -H 127.0.0.1 -P 10783 -r 10 -l 0 -f /etc/mail/sendmail.cf \
-U antispam unix:/var/lib/milter-spamc/socket &