From owner-freebsd-ports-bugs@freebsd.org Fri Aug 25 22:37:48 2017 Return-Path: Delivered-To: freebsd-ports-bugs@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 AFB7ADE2D3D for ; Fri, 25 Aug 2017 22:37:48 +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 9D5DF73194 for ; Fri, 25 Aug 2017 22:37:48 +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 v7PMblRN069928 for ; Fri, 25 Aug 2017 22:37:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 208056] mail/opendkim: Add GID support to the rc script Date: Fri, 25 Aug 2017 22:37:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: neil@darlow.co.uk X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2017 22:37:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208056 neil@darlow.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |neil@darlow.co.uk --- Comment #12 from neil@darlow.co.uk --- This update breaks operation with sendmail. Setting pid dir perms to mode 0775 makes the directory group writable which sendmail does not permit by default. Why do this anyway? I run opendkim with Postfix and leave the GID as mailnu= ll. I just set the milteropendkim_uid to postfix and it works. If you must implement this then it will need to be made selective on the MTA used and for sendmail the pid dir perms must be set mode 0755. As a workaround you can tell sendmail that group writable directories are s= afe but it applies to all directories and is undesirable. --=20 You are receiving this mail because: You are the assignee for the bug.=