openbsd-ports/mail/milter-greylist/patches/patch-milter-greylist_8

22 lines
743 B
Plaintext
Raw Normal View History

$OpenBSD: patch-milter-greylist_8,v 1.2 2011/05/13 12:52:22 okan Exp $
--- milter-greylist.8.orig Thu Apr 2 06:09:28 2009
+++ milter-greylist.8 Fri May 6 16:52:40 2011
2007-11-19 04:18:42 -05:00
@@ -100,7 +100,7 @@ will start with an empty grey list.
.PP
The default location for the grey list database and the socket for
communicating with sendmail is
-.B /var/milter-greylist/\fR.
+.B ${GREYLISTDIR}/\fR.
2007-11-19 04:18:42 -05:00
That directory must be owned and writeable by the user id under
which
.B milter-greylist
@@ -147,7 +147,7 @@ option in the configuration file.
.TP
.B -d \fIdumpfile\fR
Location of the dump file. Default is
-.I /var/milter-greylist/greylist.db\fR.
+.I ${GREYLISTDIR}/greylist.db\fR.
2007-11-19 04:18:42 -05:00
Equivalent to the
.I dumpfile
option in the configuration file.