From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 09:25:26 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4116937B401 for ; Thu, 7 Aug 2003 09:25:26 -0700 (PDT) Received: from pop017.verizon.net (pop017pub.verizon.net [206.46.170.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2762343F85 for ; Thu, 7 Aug 2003 09:25:25 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([151.205.189.55]) by pop017.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030807162524.GHP27671.pop017.verizon.net@mac.com>; Thu, 7 Aug 2003 11:25:24 -0500 Message-ID: <3F327D6E.8060405@mac.com> Date: Thu, 07 Aug 2003 12:25:18 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Kirk R. Wythers" References: <1060199428.11299.68.camel@lorax.forestry.umn.edu> <3F31710E.7020007@mac.com> <1060269084.4754.6.camel@lorax.forestry.umn.edu> In-Reply-To: <1060269084.4754.6.camel@lorax.forestry.umn.edu> X-Enigmail-Version: 0.76.4.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop017.verizon.net from [151.205.189.55] at Thu, 7 Aug 2003 11:25:24 -0500 cc: freebsd-questions@freebsd.org Subject: Re: freebsd and mailman groups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 16:25:26 -0000 Kirk R. Wythers wrote: > On Wed, 2003-08-06 at 16:20, Chuck Swiger wrote: [ ... ] >>The easiest way would to be install Mailman via the port. In particular, >>/usr/ports/mail/mailman/Makefile suggests: >> >>CONFIGURE_ARGS= --prefix=${MAILMANDIR} --with-python=${PYTHON_CMD} \ >> --with-username=${MM_USERNAME} \ >> --with-groupname=${MM_GROUPNAME} \ >> --with-mail-gid=${MAIL_GID} --with-cgi-gid=${CGI_GID} >> > > so would this be done like this: > 1.make deinstall > 2.make reinstall --with-mail-gid=mail Not quite: 1. cd /usr/ports/mail/mailman 2. make deinstall 3. make reinstall The port knows how to pass the "--with-mail-gid" argument as needed. If you are building MailMan yourself, you'd pass the "--with-mail-gid=mailnull" argument to ./configure. -- -Chuck