summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Gołaszewski2005-09-05 12:56:29 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit4fff17f07b69445b9cdd186bf1d382e4a26c9aea (patch)
tree55ad2be4fa25814e8e13fc3020336f3f0457441d
parent94e10c620c75bb00bc1502a98571471bc37f7e2b (diff)
downloadpostgrey-4fff17f07b69445b9cdd186bf1d382e4a26c9aea.zip
postgrey-4fff17f07b69445b9cdd186bf1d382e4a26c9aea.tar.gz
- stollen from FC
Changed files: postgrey-group.patch -> 1.1
-rw-r--r--postgrey-group.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/postgrey-group.patch b/postgrey-group.patch
new file mode 100644
index 0000000..6e016fb
--- /dev/null
+++ b/postgrey-group.patch
@@ -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