openbsd-ports/mail/milter-greylist/patches/patch-greylist_conf

21 lines
657 B
Plaintext
Raw Normal View History

--- greylist.conf.orig Thu Feb 12 23:39:01 2009
+++ greylist.conf Wed Sep 30 22:18:38 2009
2009-02-16 10:31:21 -05:00
@@ -6,13 +6,13 @@
2007-11-19 04:18:18 -05:00
#
2006-11-22 17:26:31 -05:00
pidfile "/var/run/milter-greylist.pid"
2007-11-19 04:18:18 -05:00
-socket "/var/milter-greylist/milter-greylist.sock"
-dumpfile "/var/milter-greylist/greylist.db" 600
2007-11-19 04:18:18 -05:00
+socket "!!GREYLISTDIR!!/milter-greylist.sock"
+dumpfile "!!GREYLISTDIR!!/greylist.db" 600
2009-02-16 10:31:21 -05:00
dumpfreq 1
-user "smmsp"
2007-11-19 04:18:18 -05:00
+user "!!USERNAME!!"
2007-11-19 04:18:18 -05:00
# Log milter-greylist activity to a file
2009-02-16 10:31:21 -05:00
-#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"
2007-11-19 04:18:18 -05:00
# Same, sent to syslog
#stat "|logger -p local7.info" \