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 <[EMAIL PROTECTED]> ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
