From owner-freebsd-questions@FreeBSD.ORG Thu Aug 7 08:05:33 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 748E537B401 for ; Thu, 7 Aug 2003 08:05:33 -0700 (PDT) Received: from mhub-c2.tc.umn.edu (mhub-c2.tc.umn.edu [160.94.128.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id C928C43F3F for ; Thu, 7 Aug 2003 08:05:32 -0700 (PDT) (envelope-from kwythers@umn.edu) Received: from [128.101.74.47] (x74-47.forestry.umn.edu [128.101.74.47] (may be forged)) by mhub-c2.tc.umn.edu with ESMTP; Thu, 7 Aug 2003 10:05:32 -0500 (CDT) X-Umn-Remote-Mta: [N] x74-47.forestry.umn.edu #+HF+LO From: "Kirk R. Wythers" To: Chuck Swiger In-Reply-To: <3F31710E.7020007@mac.com> References: <1060199428.11299.68.camel@lorax.forestry.umn.edu> <3F31710E.7020007@mac.com> Content-Type: text/plain Message-Id: <1060269084.4754.6.camel@lorax.forestry.umn.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 07 Aug 2003 10:11:25 -0500 Content-Transfer-Encoding: 7bit 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 15:05:33 -0000 On Wed, 2003-08-06 at 16:20, Chuck Swiger wrote: > Kirk R. Wythers wrote: > [ ... ] > > I was hoping for some advice as to easiest way to fix this. I'm always > > nervous when something says "try tweaking the mail server", but I don't > > want to re-run ./configure if it will mess up something that I have > > already set up... > > 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 > .include > > # The Mailman port supports a number of variables that may be tweaked at > # build time. Getting the values of some of them right is crucial! > # Perform a "make options" to see more information on these variables. > # > MM_USERNAME?= mailman > MM_USERID?= 91 > MM_GROUPNAME?= ${MM_USERNAME} > MM_GROUPID?= ${MM_USERID} > MM_DIR?= mailman > .if ${OSVERSION} >= 450000 > MAIL_GID?= mailnull > .else > MAIL_GID?= daemon > .endif > CGI_GID?= www > IMGDIR= www/icons -- Kirk R. Wythers Department of Forest Resources Tel: 612.625.2261 University of Minnesota Fax: 612.625.521 1530 Cleveland Ave. N Email: kwythers@umn.edu Saint Paul, MN 55108 USA