Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2007 11:20:10 +0200
From:      Guy Brand <gb@isis.u-strasbg.fr>
To:        freebsd-ports@freebsd.org
Subject:   Re: Mailman GID problem
Message-ID:  <20070421092009.GR1402@isis.u-strasbg.fr>
In-Reply-To: <2D8F0EEC-CA1A-403E-8799-8E6D27C11475@goldmark.org>
References:  <200704200842.48793.david@vizion2000.net> <CA436D2A-08D1-4CC9-B300-7FF4E7F929F0@goldmark.org> <94592079D5FE1208BC6F7D03@utd59514.utdallas.edu> <F7A906EA-FA63-42C2-8E42-20F0B575A810@goldmark.org> <DB6C056281A25168ECD2A048@utd59514.utdallas.edu> <A6A80B58-976B-4C70-BD05-712EBA601B00@goldmark.org> <241A5B7DB4C2BB1A9FE54C99@paul-schmehls-powerbook59.local> <2D8F0EEC-CA1A-403E-8799-8E6D27C11475@goldmark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jeffrey Goldberg (jeffrey@goldmark.org) on 20/04/2007 at 23:59 wrote:

>  From /usr/local/share/doc/mailman/mailman-install.txt
> 
>   In section  6.1.1 Integrating Postfix and Mailman
> 
> 
>     * When you configure Mailman, use the --with-mail-gid=mailman
>       switch;
> 
>  However, the current ports Makefile compiles mailman --with-mail-gid=nobody
[...]
>  I am coming to that conclusion.  I now think that my second suggestion of 
>  changing the ports Makefile to set MAIL_GID to mailman instead of nobody 
>  when configuring for postfix is the correct direction to go.

  cd /usr/ports/mail/mailman
  MAIL_GID=mailman make install clean

  works since the commit to mailman's port Makefile in Sep 2006 which
  turned MAIL_GID to nobody (for use with postfix). The change you
  suggest has the same effect, so I'd go for it.

  BTW, does anyone know why MAIL_GID was changed from mailman to
  nobody?

-- 
  bug




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070421092009.GR1402>