Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jun 2011 19:43:05 +0100
From:      Chris Rees <crees@freebsd.org>
To:        ports@freebsd.org
Cc:        Rene Ladan <rene@freebsd.org>
Subject:   Mailman + postfix <-- which group have people selected?
Message-ID:  <BANLkTi=G2HG6MhULZ%2BTqFPDaEP2EyZeyxA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all,

Before I say anything else, please _do not_ bother wxs@ on this
subject -- any problems to do with ownership/groups in mailman should
be sent to me-- it's my mess!

I fixed mailman recently to not touch PREFIX before the install phase,
which opened up a small can of worms in itself -- a fix is waiting for
approval.

The PR at [1] states that the value for MAIL_GROUP for using mailman
with Postfix should be nobody, but [2] talks about that being wrong.

Before I revert the MAIL_GID=nobody change (I have had private mail
explaining that it is in fact incorrect), does anyone have any more
information on which value is more correct, and why one is preferable?

In short (pseudocode):

.if defined(WITH_POSTFIX)
MAIL_GID= nobody
.endif

or

.if defined(WITH_POSTFIX)
MAIL_GID=mailman
.endif

? Comments please?

(I run mailman with sendmail, and I've found it difficult to ascertain
the Right Thing.)

Chris

[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142000

[2] http://lists.freebsd.org/pipermail/freebsd-ports/2007-April/040293.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTi=G2HG6MhULZ%2BTqFPDaEP2EyZeyxA>