21 lines
1.3 KiB
Diff
21 lines
1.3 KiB
Diff
diff -Naupr postgrey-1.27.orig/postgrey postgrey-1.27/postgrey
|
|
--- postgrey-1.27.orig/postgrey 2006-07-17 14:53:30.000000000 +0200
|
|
+++ postgrey-1.27/postgrey 2006-11-06 13:34:04.000000000 +0100
|
|
@@ -441,7 +441,7 @@ sub main()
|
|
port => [ $opt{inet} ? $opt{inet} : $opt{unix}."|unix" ],
|
|
proto => $opt{inet} ? 'tcp' : 'unix',
|
|
user => $opt{user} || 'postgrey',
|
|
- group => $opt{group} || 'nogroup',
|
|
+ group => $opt{group} || 'postgrey',
|
|
dbdir => $opt{dbdir} || '/var/spool/postfix/postgrey',
|
|
setsid => $opt{daemonize} ? 1 : undef,
|
|
pid_file => $opt{daemonize} ? $opt{pidfile} : undef,
|
|
@@ -623,7 +623,7 @@ B<postgrey> [I<options>...]
|
|
-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: postgrey)
|
|
--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
|