Date: Wed, 06 Aug 2003 17:20:14 -0400 From: Chuck Swiger <cswiger@mac.com> To: "Kirk R. Wythers" <kwythers@umn.edu> Cc: freebsd-questions@freebsd.org Subject: Re: freebsd and mailman groups Message-ID: <3F31710E.7020007@mac.com> In-Reply-To: <1060199428.11299.68.camel@lorax.forestry.umn.edu> References: <1060199428.11299.68.camel@lorax.forestry.umn.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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}
.include <bsd.port.pre.mk>
# 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
--
-Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F31710E.7020007>
