Carl Zwanzig wrote: >In a flurry of recycled electrons, Kory Wheatley wrote: > >> Here's the configuration I used to install Mailman 2.16 logged in as the >> "wheakory" user account. >> ./configure --prefix=/home/mailman --with-python=/usr/bin/python >> --with-mail-gid=mailman --with-cgi-gid=www > >That should get the files, but the wrapper code will still want to >use wheakory. You will have to rebuild that, but a "reinstall" >isn't necessary. I'm sure there's something in the FAQ abou this.
Mailman was originally configured with "--with-mail-gid=mailman --with-cgi-gid=www". These are the groups the wrappers are expecting to be invoked by, and this won't change. The MTA will still invoke the mail wrapper as group 'mailman' and the web server will still invoke the cgi wrappers as group 'www'. What may change is the effective group set via the SETGID bit and the group ownership of the wrapper, but the wrapper doesn't check these things, so no recompilation of the wrapper should be necessary. Just make sure that the wrappers' group is the one that has permissions on all the Mailman files. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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