freebsd and mailman groups

Chuck Swiger cswiger at mac.com
Thu Aug 7 09:25:26 PDT 2003


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



More information about the freebsd-questions mailing list