openbsd-ports/mail/milter-greylist/patches/patch-greylist_conf
benoit 05accdce02 - update milter-greylist to 4.2.3
- regen plist & patches

ok ajacoutot@, jakob@
2009-10-01 14:06:15 +00:00

21 lines
657 B
Plaintext

--- greylist.conf.orig Thu Feb 12 23:39:01 2009
+++ greylist.conf Wed Sep 30 22:18:38 2009
@@ -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" \