diff options
author | ghen <ghen@pkgsrc.org> | 2007-08-07 12:34:56 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-08-07 12:34:56 +0000 |
commit | 8a75bc97495b881418d74732c96c4ff63c4575ce (patch) | |
tree | 82f45391aa96288575f22607fca2261c0fcd472d /mail/policyd/patches/patch-aa | |
parent | a0aba5f2d3d5d28aa800568dfe8a7324a0507c3a (diff) | |
download | pkgsrc-8a75bc97495b881418d74732c96c4ff63c4575ce.tar.gz |
Import policyd-1.81, based on input from Marcin M. Jessa <yazzy@yazzy.org>.
Policyd is an anti-spam plugin for Postfix (written in C) that does
greylisting, sender-(envelope, SASL or host/ip)-based throttling (on
messages and/or volume per defined time unit), recipient rate limiting,
spamtrap monitoring/blacklisting, HELO auto blacklisting and HELO
randomization preventation.
Diffstat (limited to 'mail/policyd/patches/patch-aa')
-rw-r--r-- | mail/policyd/patches/patch-aa | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/policyd/patches/patch-aa b/mail/policyd/patches/patch-aa new file mode 100644 index 00000000000..7ded715f7fb --- /dev/null +++ b/mail/policyd/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/08/07 12:34:56 ghen Exp $ + +--- policyd.conf.orig 2007-07-11 09:06:23.000000000 +0200 ++++ policyd.conf +@@ -81,7 +81,7 @@ DATABASE_KEEPALIVE=0 + # 2 -> 1+mysql queries+results + # 3 -> 1+2+network debugging + # 0=off +-DEBUG=3 ++DEBUG=0 + + # + # daemon/background mode: default: off +@@ -90,7 +90,7 @@ DEBUG=3 + # that things are working as they should. + # + # 1=on 0=off +-DAEMON=0 ++DAEMON=1 + + # + # bind to ip address: +@@ -111,7 +111,7 @@ BINDPORT=10031 + # + # where policyd will write its current pid to + # +-PIDFILE=/var/run/policyd.pid ++PIDFILE=%%VARBASE%%/run/policyd.pid + + # + # syslog facility |