Dragon wrote: >Jana Nguyen sent the message below at 13:16 5/30/2006: > >>I added user tomcat to mailman group in /etc/group > >OK. That's a good thing and once the permissions are set right, >things will work. See below... > >>How can I configure the scripts as set_gid? This does not seem to be on >>the list of configuration options which mailman doc described. > >This is taken care of via a mailman script... see below.
The bin/* scripts are NOT setgid and 'bin/check_perms -f' will not make them setgid. This is generally a good thing because in general you don't want anyone who happens to have access to the box to be able to run the bin/* scripts. They should only be runnable by a user in the mailman group or root. In Jana's case, adding 'tomcat' to the mailman group should allow 'tomcat' to successfully run the scripts. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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
