OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Dec-2004 21:04:44
Branch: HEAD Handle: 2004121420044400
Modified files:
openpkg-src/postgrey rc.postgrey whitelist.clients
Log:
adjust for postgry 1.17 world order
Summary:
Revision Changes Path
1.8 +3 -0 openpkg-src/postgrey/rc.postgrey
1.2 +5 -0 openpkg-src/postgrey/whitelist.clients
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/rc.postgrey
============================================================================
$ cvs diff -u -r1.7 -r1.8 rc.postgrey
--- openpkg-src/postgrey/rc.postgrey 10 Dec 2004 06:57:44 -0000 1.7
+++ openpkg-src/postgrey/rc.postgrey 14 Dec 2004 20:04:44 -0000 1.8
@@ -7,6 +7,7 @@
postgrey_enable="$openpkg_rc_def"
postgrey_delay="300"
postgrey_maxage="28"
+ postgrey_autowhitelist="5"
postgrey_retrywin="2"
postgrey_action="DEFER_IF_PERMIT"
postgrey_text="Greylisted (%s seconds remaining)"
@@ -42,12 +43,14 @@
@l_prefix@/sbin/postgrey \
--daemonize \
--user="@l_rusr@" \
+ --group="@l_rgrp@" \
--pidfile="$postgrey_pidfile" \
--unix="$postgrey_socket" \
--dbdir="$postgrey_dbdir" \
--delay="$postgrey_delay" \
--max-age="$postgrey_maxage" \
--retry-window="$postgrey_retrywin" \
+ --auto-whitelist-clients="$postgrey_autowhitelist"
--whitelist-clients="$postgrey_wlclnt" \
--whitelist-recipients="$postgrey_wlrcpt" \
--greylist-action="$postgrey_action" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postgrey/whitelist.clients
============================================================================
$ cvs diff -u -r1.1 -r1.2 whitelist.clients
--- openpkg-src/postgrey/whitelist.clients 9 Dec 2004 21:20:35 -0000
1.1
+++ openpkg-src/postgrey/whitelist.clients 14 Dec 2004 20:04:44 -0000
1.2
@@ -69,6 +69,11 @@
p01m168.mxlogic.net # postgrey: mxlogic.net (no retry, reported by
Eric)
p02m169.mxlogic.net # postgrey: mxlogic.net (no retry, reported by
Eric)
/^fmr\d+\.intel\.com$/ # postgrey: intel.com (pool on different
subnets)
+/^fe\d+\.cox-internet\.com$/ # postgrey: cox-internet.com (no retry,
reported by Rod Roark)
+logismata.ch # postgrey: logismata.ch (no retry)
+brief.cw.reum.de # postgrey: brief.cw.reum.de (no retry,
reported by Manuel Oetiker)
+qmail.ingeno.ch # postgrey: ingeno.ch (no retry)
+mail1.thurweb.ch # postgrey: rein.ch (no retry)
12.5.136.141 # greylisting.org: Southwest Airlines (unique
sender, no retry)
12.5.136.142 # greylisting.org: Southwest Airlines (unique
sender, no retry)
12.107.209.244 # greylisting.org: kernel.org mailing lists
(high traffic, unique sender per mail)
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]