diff options
-rw-r--r-- | mail/milter-greylist/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index f808a5b03146..e3ad8c261f4e 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -75,7 +75,8 @@ LIBS+= ${PTHREAD_LIBS} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-user=mailnull --with-libmilter=${MILTERBASE} \ - --enable-dnsrbl --with-thread-safe-resolver + --enable-dnsrbl --with-thread-safe-resolver \ + --with-dumpfile=/var/milter-greylist/greylist.db CONFIGURE_ENV+= LIBS="${LIBS}" ALL_TARGET= milter-greylist |