any milter-greylist users out there want to give this a spin for a bit?
i've been using this for a couple days now on a semi busy mail server
with no issues yet.
add "racl whitelist spf" to your config.
you'll need the recently imported mail/libspf2
Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/milter-greylist/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 19 Nov 2007 09:18:18 -0000 1.5
+++ Makefile 30 Jan 2008 16:05:46 -0000
@@ -3,7 +3,7 @@
COMMENT= greylist milter
DISTNAME= milter-greylist-4.0
-PKGNAME= ${DISTNAME}
+PKGNAME= ${DISTNAME}p0
CATEGORIES= mail
HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
@@ -20,6 +20,8 @@ PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pthread milter
+LIB_DEPENDS= spf2::mail/libspf2
+
BUILD_DEPENDS= ::devel/bison
USERNAME= _milter-greylist:_milter-greylist
@@ -30,7 +32,10 @@ SUBST_VARS= GREYLISTDIR
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-user=${USERNAME} \
- --with-dumpfile=${GREYLISTDIR}/greylist.db
+ --with-dumpfile=${GREYLISTDIR}/greylist.db \
+ --with-libspf2=${LOCALBASE}
+
+NO_REGRESS= Yes
pre-configure:
@perl -pi -e 's,!!USERNAME!!,${USERNAME},; \