783ba8055a
- use SUBST_CMD - add rc script feedback and ok ajacoutot@ (maintainer timeout)
21 lines
653 B
Plaintext
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" \
|