From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 18:36:25 2004 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 7567816A4CF for ; Tue, 10 Aug 2004 18:36:25 +0000 (GMT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0E7943D54 for ; Tue, 10 Aug 2004 18:36:24 +0000 (GMT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 132EA78C92; Tue, 10 Aug 2004 20:36:23 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 77853-05; Tue, 10 Aug 2004 20:36:18 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id BA85D78C91; Tue, 10 Aug 2004 20:36:18 +0200 (CEST) Received: from 192.168.1.3 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Tue, 10 Aug 2004 20:36:18 +0200 (CEST) Message-ID: <49369.192.168.1.3.1092162978.squirrel@192.168.1.3> In-Reply-To: References: Date: Tue, 10 Aug 2004 20:36:18 +0200 (CEST) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net cc: Paul Schmehl Subject: Re: ports, mailman and mail-gid. 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: Tue, 10 Aug 2004 18:36:25 -0000 > I'm trying to get the mailman port installed with mail-gid=mailman > (because I'm running Postfix), but I'm having zero success. If you don't use postfix virtual and aliases files, the group needs to be 'nobody'. > I've tried make --with-mail-gid=mailman, --DWITH-MAIL-GID=mailman, > -DWITH_MAIL-GID=mailman and several other combinations of the above. No > matter what I do, the damn thing makes with mail-gid=mailnull. I usually use: # portinstall -rR -m'MAIL_GID=nobody' mailman Read the following for more details: /usr/local/share/doc/mailman/FreeBSD-post-install-notes -- -jpeg.