2011-05-13 08:52:22 -04:00
|
|
|
$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.
|
2011-05-13 08:52:22 -04:00
|
|
|
+.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.
|
2011-05-13 08:52:22 -04:00
|
|
|
+.I ${GREYLISTDIR}/greylist.db\fR.
|
2007-11-19 04:18:42 -05:00
|
|
|
Equivalent to the
|
|
|
|
.I dumpfile
|
|
|
|
option in the configuration file.
|