From owner-freebsd-questions@FreeBSD.ORG Tue Aug 10 19:03:17 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 71A7B16A4CE for ; Tue, 10 Aug 2004 19:03:17 +0000 (GMT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18EA043D53 for ; Tue, 10 Aug 2004 19:03:17 +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 EBD9A78C92; Tue, 10 Aug 2004 21:03:15 +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 79681-01-2; Tue, 10 Aug 2004 21:03:11 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id A1D8378C91; Tue, 10 Aug 2004 21:03:11 +0200 (CEST) Received: from 192.168.1.3 (SquirrelMail authenticated user jgabel); by webmail.thilelli.net with HTTP; Tue, 10 Aug 2004 21:03:11 +0200 (CEST) Message-ID: <49568.192.168.1.3.1092164591.squirrel@192.168.1.3> In-Reply-To: <9FF2C7B4CA040D8BD4F73487@utd49554.utdallas.edu> References: <49369.192.168.1.3.1092162978.squirrel@192.168.1.3> <9FF2C7B4CA040D8BD4F73487@utd49554.utdallas.edu> Date: Tue, 10 Aug 2004 21:03:11 +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 19:03:17 -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'. > But I *do* use virtual and aliases files. The group needs to be mailman. Ok. >> I usually use: >> # portinstall -rR -m'MAIL_GID=nobody' mailman > Hmmm..I've been using % make install clean to install the ports and > portupgrade to upgrade them. Ok, so have you tried: # make MAIL_GID=nobody install clean The "-m" option to portupgrade/portinstall is just what will be passed to make as argument(s). -- -jpeg.