[Mailman-Users] CGI wrapper error
John Dennis
jdennis at redhat.com
Fri May 6 17:54:54 CEST 2005
On Fri, 2005-05-06 at 11:13 +0200, Patrick Le Deault wrote:
> Failure to find group name nobody. Try adding this group
The cgi-gid needs to be the gid of the web server (the process is
probably httpd and the group is probably apache).
The mail-gid needs to be the gid of your MTA (e.g. sendmail, postfix,
exim, the group is probably mail).
How do find out what groups an process executes under? Do this:
# ps -eo "%a %G"
> What can i do ?
Read this:
http://www.list.org/mailman-install/index.html
Then rerun configure using the cgi and mail gid's you discovered by
running ps. Note, you can specify the group name to the configure
parameters, it does not have to numeric.
--
John Dennis <jdennis at redhat.com>
More information about the Mailman-Users
mailing list