SOURCES: postgrey-group.patch (NEW) - stollen from FC

blues blues at pld-linux.org
Mon Sep 5 14:56:34 CEST 2005


Author: blues                        Date: Mon Sep  5 12:56:34 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- stollen from FC

---- Files affected:
SOURCES:
   postgrey-group.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/postgrey-group.patch
diff -u /dev/null SOURCES/postgrey-group.patch:1.1
--- /dev/null	Mon Sep  5 14:56:34 2005
+++ SOURCES/postgrey-group.patch	Mon Sep  5 14:56:29 2005
@@ -0,0 +1,20 @@
+--- postgrey-1.17/postgrey.lfarkas	2004-12-14 11:46:08.000000000 +0100
++++ postgrey-1.17/postgrey	2004-12-14 11:51:58.000000000 +0100
+@@ -397,7 +397,7 @@
+             port             => [ $opt{inet} ? $opt{inet} : $opt{unix}."|unix" ],
+             proto            => $opt{inet} ? 'tcp' : 'unix',
+             user             => $opt{user} || 'postgrey',
+-            group            => $opt{group} || 'nogroup',
++            group            => $opt{group} || 'nobody',
+             dbdir            => $opt{dbdir} || '/var/spool/postfix/postgrey',
+             setsid           => $opt{daemonize} ? 1 : undef,
+             pid_file         => $opt{daemonize} ? $opt{pidfile} : undef,
+@@ -559,7 +559,7 @@
+  -d, --daemonize         run in the background
+      --pidfile=PATH      put daemon pid into this file
+      --user=USER         run as USER (default: postgrey)
+-     --group=GROUP       run as group GROUP (default: nogroup)
++     --group=GROUP       run as group GROUP (default: nobody)
+      --dbdir=PATH        put db files in PATH (default: /var/spool/postfix/postgrey)
+      --delay=N           greylist for N seconds (default: 300)
+      --max-age=N         delete entries older than N days since the last time
================================================================



More information about the pld-cvs-commit mailing list