openbsd-ports/mail/milter-greylist/patches/patch-greylist_conf
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
653 B
Plaintext

--- greylist.conf.orig Fri Feb 13 00:39:01 2009
+++ greylist.conf Fri May 6 16:52:40 2011
@@ -6,13 +6,13 @@
#
pidfile "/var/run/milter-greylist.pid"
-socket "/var/milter-greylist/milter-greylist.sock"
-dumpfile "/var/milter-greylist/greylist.db" 600
+socket "${GREYLISTDIR}/milter-greylist.sock"
+dumpfile "${GREYLISTDIR}/greylist.db" 600
dumpfreq 1
-user "smmsp"
+user "${USERNAME}"
# Log milter-greylist activity to a file
-#stat ">>/var/milter-greylist/greylist.log" \
+#stat ">>${GREYLISTDIR}/greylist.log" \
# "%T{%Y/%m/%d %T} %d [%i] %r -> %f %S (ACL %A) %Xc %Xe %Xm %Xh\n"
# Same, sent to syslog
#stat "|logger -p local7.info" \