From owner-freebsd-ports@FreeBSD.ORG Mon Jun 20 09:31:29 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27D18106564A; Mon, 20 Jun 2011 09:31:29 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id CBA078FC15; Mon, 20 Jun 2011 09:31:28 +0000 (UTC) Received: by iyb11 with SMTP id 11so1002809iyb.13 for ; Mon, 20 Jun 2011 02:31:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=vInvkBEY7aKIpE5RxYdE3w9+VA8tlQOC3ykaPpeeHYE=; b=QGSLq9IVZkiKkb449yD3IrE08tmsOdmk+1k8Ups5HroHU+kBNYsHTTzZPSjQ7buYKl W9GOF+/v9a0zK2OcSuzZD0TqABngvBBaSTpeFP1pQ6rGWDWGuijrq/vscqm75pj2ryPA Z5bs8KzocZoGC+iHXl7zdxquCmQv1UZvN2g3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=rl5yPsQ6x5OIQizDC0TYE8/wihVsA7McIekvgKbbz19kvO6/MpmndpGB8ox+N3wHIc Kmvot3I2rYjNBx3V67Ixg2SL2n0vnV66IL3LiMwysd7lDNeP0o/so6g+soIJVsIH0d+q m5OuJJTXurfiO30fcYXbkhlxObqOYL/o4Vvkg= Received: by 10.42.147.137 with SMTP id n9mr5255714icv.383.1308562288201; Mon, 20 Jun 2011 02:31:28 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.49.193 with HTTP; Mon, 20 Jun 2011 02:30:58 -0700 (PDT) In-Reply-To: <20110620092211.GB91010@megatron.madpilot.net> References: <20110620092211.GB91010@megatron.madpilot.net> From: Chris Rees Date: Mon, 20 Jun 2011 10:30:58 +0100 X-Google-Sender-Auth: B0RYnlWbz4GUREwfZegRBafxj24 Message-ID: To: Guido Falsi , ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: bug-followup@freebsd.org Subject: Re: ports/157868: mail/mailman: Possible problem with MAIL_GID X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 09:31:29 -0000 On 20 June 2011 10:22, Guido Falsi wrote: > On Sat, Jun 18, 2011 at 12:57:47PM +0000, Chris Rees wrote: >> Hi, >> >> I've reverted the problem commit, but I will push forward with >> changing the method for creating users because the state of the port >> at the moment is unacceptable (fiddling with base files before install >> phase). >> >> Please would you give the attached patch to mailman a spin, and let me know? >> >> Madpilot, this is mostly your patch! > > Tested the patch, it works correctly. I'm happy my fix was useful :) > > This patch adds the need to manually add MAIL_GID to make.conf for > people using postfix integration and maybe similar options for other > MTAs. Perhaps it's better to mention this in UPDATING to avoid surprises > to users. > Hi, Bear in mind that I reverted the MAIL_GID=nobody change for postfix after huge amounts of hatemail... I'll remove that from this patch too -- is that what you meant? Chris Chris