milter greylist v4.0.1
This commit is contained in:
parent
4e11edfea0
commit
4eb7e0cde1
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2008/06/03 23:37:35 okan Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2009/02/16 15:31:21 jakob Exp $
|
||||
|
||||
COMMENT= greylist milter
|
||||
|
||||
DISTNAME= milter-greylist-4.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= milter-greylist-4.0.1
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= mail
|
||||
HOMEPAGE= http://hcpnet.free.fr/milter-greylist/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (milter-greylist-4.0.tgz) = KDSTOycpjTBjDupiHL/c9Q==
|
||||
RMD160 (milter-greylist-4.0.tgz) = 6EMpSR6gYERUmq+/Zb+K30wBlWs=
|
||||
SHA1 (milter-greylist-4.0.tgz) = 6UyMin7VzydVDrafZgx9dcYPasE=
|
||||
SHA256 (milter-greylist-4.0.tgz) = izSAYq+PRoeaIaGQBw1yYWU2Nl9uHjGO/xjD/LAkyHU=
|
||||
SIZE (milter-greylist-4.0.tgz) = 185107
|
||||
MD5 (milter-greylist-4.0.1.tgz) = gHMupqwS/DBKnYPAnzFocA==
|
||||
RMD160 (milter-greylist-4.0.1.tgz) = gTaeBYkbFohrD1MeZlGXYJIt67U=
|
||||
SHA1 (milter-greylist-4.0.1.tgz) = 2TA9+GncVO4135gD8zCu90i3Tsw=
|
||||
SHA256 (milter-greylist-4.0.1.tgz) = b7Z1CXpAZRhToNc3dsg4f/Ok4mMRDQPq6cBomY5+SIk=
|
||||
SIZE (milter-greylist-4.0.1.tgz) = 185978
|
||||
|
@ -1,20 +1,21 @@
|
||||
$OpenBSD: patch-greylist_conf,v 1.3 2007/11/19 09:18:18 jakob Exp $
|
||||
--- greylist.conf.orig Wed Oct 24 23:20:11 2007
|
||||
+++ greylist.conf Wed Nov 7 11:35:35 2007
|
||||
@@ -6,12 +6,12 @@
|
||||
$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"
|
||||
-user "smmsp"
|
||||
-dumpfile "/var/milter-greylist/greylist.db" 755
|
||||
+socket "!!GREYLISTDIR!!/milter-greylist.sock"
|
||||
+dumpfile "!!GREYLISTDIR!!/greylist.db"
|
||||
+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"
|
||||
-#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" \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-greylist_conf_5,v 1.1 2007/11/19 09:18:42 jakob Exp $
|
||||
--- greylist.conf.5.orig Sun Oct 28 19:14:26 2007
|
||||
+++ greylist.conf.5 Wed Nov 7 11:35:21 2007
|
||||
@@ -802,7 +802,7 @@ This chooses the location of the greylist dump file, l
|
||||
$OpenBSD: patch-greylist_conf_5,v 1.2 2009/02/16 15:31:22 jakob Exp $
|
||||
--- greylist.conf.5.orig Wed Feb 6 05:12:17 2008
|
||||
+++ greylist.conf.5 Mon Feb 16 17:10:27 2009
|
||||
@@ -807,7 +807,7 @@ This chooses the location of the greylist dump file, l
|
||||
command line option does. The path must be absolute and enclosed in quotes.
|
||||
Example:
|
||||
.IP
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-greylist_conf_5,v 1.1 2007/11/19 09:18:42 jakob Exp $
|
||||
.TP
|
||||
.I subnetmatch
|
||||
This is equivalent to the
|
||||
@@ -831,7 +831,7 @@ to communicate with
|
||||
@@ -836,7 +836,7 @@ to communicate with
|
||||
It must be enclosed in quotes and can optionally be followed by a permission mode
|
||||
(valid values are 666, 660 or 600, other values cause an error):
|
||||
.IP
|
||||
|
Loading…
Reference in New Issue
Block a user