2009-02-16 10:31:21 -05:00
|
|
|
$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 @@
|
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"
|
2009-02-16 10:31:21 -05:00
|
|
|
-dumpfile "/var/milter-greylist/greylist.db" 755
|
2007-11-19 04:18:18 -05:00
|
|
|
+socket "!!GREYLISTDIR!!/milter-greylist.sock"
|
2009-02-16 10:31:21 -05:00
|
|
|
+dumpfile "!!GREYLISTDIR!!/greylist.db" 755
|
|
|
|
dumpfreq 1
|
|
|
|
-user "smmsp"
|
2007-11-19 04:18:18 -05:00
|
|
|
+user "!!USERNAME!!"
|
2006-07-31 08:36:43 -04:00
|
|
|
|
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" \
|