File postgrey-1.31-goupid.patch of Package postgrey
--- postgrey-1.31/postgrey.orig 2008-04-02 18:06:27.000000000 +0200
+++ postgrey-1.31/postgrey 2008-04-02 18:16:02.000000000 +0200
@@ -557,7 +557,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} || 'postfix',
dbdir => $opt{dbdir} || $DEFAULT_DBDIR,
setsid => $opt{daemonize} ? 1 : undef,
pid_file => $opt{daemonize} ? $opt{pidfile} : undef,
@@ -764,7 +764,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: postfix)
--dbdir=PATH put db files in PATH (default: /var/lib/postgrey)
--delay=N greylist for N seconds (default: 300)
--max-age=N delete entries older than N days since the last time