openbsd-ports/mail/milter-greylist/patches/patch-greylist_conf_5
okan 783ba8055a - update to 4.2.7
- use SUBST_CMD
- add rc script

feedback and ok ajacoutot@
(maintainer timeout)
2011-05-13 12:52:22 +00:00

21 lines
753 B
Plaintext

--- greylist.conf.5.orig Wed Apr 14 17:32:49 2010
+++ greylist.conf.5 Fri May 6 16:52:40 2011
@@ -978,7 +978,7 @@ command line option does. The path must be absolute an
It can optionally be followed by an octal permission mode.
Example:
.IP
- dumpfile "/var/milter-greylist/greylist.db" 640
+ dumpfile "${GREYLISTDIR}/greylist.db" 640
.TP
.I subnetmatch
This is equivalent to the
@@ -1008,7 +1008,7 @@ It must be enclosed in quotes and can optionally be fo
permission mode
(valid values are 666, 660 or 600, other values cause an error):
.IP
- socket "/var/milter-greylist/milter-greylist.sock" 660
+ socket "${GREYLISTDIR}/milter-greylist.sock" 660
.TP
.I user
This keyword should be followed by a quoted user login and optionally a