From owner-freebsd-questions@FreeBSD.ORG Fri Oct 19 13:42:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDB5616A419 for ; Fri, 19 Oct 2007 13:42:38 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id D10AB13C45B for ; Fri, 19 Oct 2007 13:42:38 +0000 (UTC) (envelope-from jeffrey@goldmark.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 3E5EF34A0F; Fri, 19 Oct 2007 09:42:07 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 19 Oct 2007 09:42:07 -0400 X-Sasl-enc: iDBSjRIWjFl72iwMK5y/PDUYHPMDevZlrfn4ArGKuFfM 1192801326 Received: from [10.1.10.136] (n114.ewd.goldmark.org [72.64.118.114]) by mail.messagingengine.com (Postfix) with ESMTP id C678B3804; Fri, 19 Oct 2007 09:42:06 -0400 (EDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jeffrey Goldberg Date: Fri, 19 Oct 2007 08:42:04 -0500 To: dhaneshk k X-Mailer: Apple Mail (2.752.2) Cc: freebsd-questions@freebsd.org Subject: Re: Error -mailman installation through ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Oct 2007 13:42:39 -0000 On Oct 18, 2007, at 11:32 PM, dhaneshk k wrote: > Here I tried to install Mailman from /usr/ports to be used with > postfix > MTA but I got an error , pls help me to fix thsi error > > > [root@sun /usr/ports/mail/mailman]# pwd > > /usr/ports/mail/mailman > > [root@sun /usr/ports/mail/mailman]# make all install clean > MM_GROUPNAME=nobody MM_GROUPID=65534 If you have a normal postfix installation from ports, then don't set those MM_GROUPNAME and MM_GROUPUD defines when you call make. The mailman port knows about the correct values (which those aren't) for a default postfix installation. -j -- Jeffrey Goldberg http://www.goldmark.org/jeff/