From owner-freebsd-ports@FreeBSD.ORG Mon Aug 1 20:21:56 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 139D8106564A; Mon, 1 Aug 2011 20:21:56 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id C6D0A8FC14; Mon, 1 Aug 2011 20:21:55 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 3CC55207A8; Mon, 1 Aug 2011 22:21:50 +0200 (CEST) Message-ID: <4E370ADA.9060902@FreeBSD.org> Date: Mon, 01 Aug 2011 22:21:46 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Miroslav Lachman <000.fbsd@quip.cz> References: <4E368625.7010805@quip.cz> In-Reply-To: <4E368625.7010805@quip.cz> X-Enigmail-Version: 1.2 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, sahil@FreeBSD.org Subject: Re: FreeBSD Port: postfix-2.8.4,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 20:21:56 -0000 On 2011-08-01 12:55, Miroslav Lachman wrote: > Hi, > I upgraded postfix-2.8.3,1 to postfix-2.8.4,1 yesterday and today I > realized, that postfix is nolonger in my manualy defined group > (maildirs:*:3125:postfix). I use this setting for many years without > problem. > > After the change to "use the ports framework to create USERS and > GROUPS" it means broken installation after upgrade. > > 1] I don't think it is good to touch user's customizations in users > or groups especially removing something silently > > 2] If something like this change happend, it should be mentioned in > UPDATING > > Am I forced to do manual work (adding postfix to my group) after > each upgrade? > > Miroslav Lachman Hi Miroslav, what do you mean with "postfix is nolonger in my manualy defined group"? In the postfix port there was no code to remove the postfix user from any group or delete the postfix user. If my speculation is correct and this was not a fresh install, then the postfix user is now member of the groups *mail, postfix and maildirs*. olli