On Mon, 17 Aug 2009, wes wrote: > How did you discover that Mailman wants only 1 group for each parameter? > If it was by doing a make install previously, you might consider doing a > make clean and then another make && make install.
wes, By running ./configure with multiple groups like this: ./configure --with-mail-gid=postdrop,postfix,mailman,daemon \ --with-cgi-gid=apache,nobody checking for --with-username... mailman checking for user name "mailman"... okay checking for --with-groupname... mailman checking for group name "mailman"... okay checking permissions on /usr/local/mailman... okay checking for mail wrapper group; i.e. --with-mail-gid... configure: error: ***** No group name "postdrop,postfix,mailman,daemon" found for the mail wrapper program. ***** This is the group that your mail server will use to run Mailman's ***** programs. You should specify an existing group with the ***** --with-mail-gid configure option, or use --without-permcheck to ***** skip this verification step. See also your mail server's documentation, ***** and Mailman's INSTALL file for details What do I want to specify for both --with-mail-gid and --with-cgi-gid? Thanks, Rich -- Richard B. Shepard, Ph.D. | Integrity Credibility Applied Ecosystem Services, Inc. | Innovation <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863 _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
