]> TLD Linux GIT Repositories - packages/postgrey.git/blob - postgrey-group.patch
- from PLD, migrated configuration to /etc/postfix
[packages/postgrey.git] / postgrey-group.patch
1 --- postgrey-1.31/postgrey.orig 2007-09-06 16:32:58.000000000 +0200
2 +++ postgrey-1.31/postgrey      2007-11-13 08:33:21.000000000 +0100
3 @@ -557,7 +557,7 @@
4              port             => [ $opt{inet} ? $opt{inet} : $opt{unix}."|unix" ],
5              proto            => $opt{inet} ? 'tcp' : 'unix',
6              user             => $opt{user} || 'postgrey',
7 -            group            => $opt{group} || 'nogroup',
8 +            group            => $opt{group} || 'postgrey',
9              dbdir            => $opt{dbdir} || $DEFAULT_DBDIR,
10              setsid           => $opt{daemonize} ? 1 : undef,
11              pid_file         => $opt{daemonize} ? $opt{pidfile} : undef,
12 @@ -764,7 +764,7 @@
13   -d, --daemonize         run in the background
14       --pidfile=PATH      put daemon pid into this file
15       --user=USER         run as USER (default: postgrey)
16 -     --group=GROUP       run as group GROUP (default: nogroup)
17 +     --group=GROUP       run as group GROUP (default: postgrey)
18       --dbdir=PATH        put db files in PATH (default: /var/spool/postfix/postgrey)
19       --delay=N           greylist for N seconds (default: 300)
20       --max-age=N         delete entries older than N days since the last time