From owner-freebsd-gnome@freebsd.org Thu Aug 6 05:49:08 2015 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01FFE9B476B for ; Thu, 6 Aug 2015 05:49:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E006613D4 for ; Thu, 6 Aug 2015 05:49:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DD2099B476A; Thu, 6 Aug 2015 05:49:07 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCB649B4769 for ; Thu, 6 Aug 2015 05:49:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE0E113D3 for ; Thu, 6 Aug 2015 05:49:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t765n7eq099751 for ; Thu, 6 Aug 2015 05:49:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 202119] databases/evolution-data-server: local mail delivery fails due to permissions Date: Thu, 06 Aug 2015 05:49:07 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2015 05:49:08 -0000 mwisnicki+freebsd@gmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to gnome@FreeBSD.org: Bug 202119: databases/evolution-data-server: local mail delivery fails due to permissions https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202119 --- Description --- Local mail delivery needs write access to /var/mail to create lock files. Evolution has an sgid helper for that (libexec/camel-lock-helper*) however on freebsd it's group owner is "wheel" while /var/mail has group owner "mail". Executing `chgrp mail /usr/local/libexec/camel-lock-helper*` fixes that.