SOURCES: postgrey-group.patch - there is postgrey group - use it. ...
blues
blues at pld-linux.org
Wed Nov 28 15:38:30 CET 2007
Author: blues Date: Wed Nov 28 14:38:30 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- there is postgrey group - use it. Besides, nobody group/user can't own
anything!!
---- Files affected:
SOURCES:
postgrey-group.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/postgrey-group.patch
diff -u SOURCES/postgrey-group.patch:1.2 SOURCES/postgrey-group.patch:1.3
--- SOURCES/postgrey-group.patch:1.2 Tue Nov 13 08:37:10 2007
+++ SOURCES/postgrey-group.patch Wed Nov 28 15:38:25 2007
@@ -5,7 +5,7 @@
proto => $opt{inet} ? 'tcp' : 'unix',
user => $opt{user} || 'postgrey',
- group => $opt{group} || 'nogroup',
-+ group => $opt{group} || 'nobody',
++ group => $opt{group} || 'postgrey',
dbdir => $opt{dbdir} || $DEFAULT_DBDIR,
setsid => $opt{daemonize} ? 1 : undef,
pid_file => $opt{daemonize} ? $opt{pidfile} : undef,
@@ -14,7 +14,7 @@
--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)
++ --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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/postgrey-group.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list