openbsd-ports/mail/milter-greylist/patches/patch-greylist_conf
2009-02-16 15:31:21 +00:00

22 lines
725 B
Plaintext

$OpenBSD: patch-greylist_conf,v 1.4 2009/02/16 15:31:21 jakob Exp $
--- greylist.conf.orig Wed Feb 27 06:01:47 2008
+++ greylist.conf Mon Feb 16 17:13:41 2009
@@ -6,13 +6,13 @@
#
pidfile "/var/run/milter-greylist.pid"
-socket "/var/milter-greylist/milter-greylist.sock"
-dumpfile "/var/milter-greylist/greylist.db" 755
+socket "!!GREYLISTDIR!!/milter-greylist.sock"
+dumpfile "!!GREYLISTDIR!!/greylist.db" 755
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" \