Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 17:19:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 208056] mail/opendkim: Add GID support to the rc script
Message-ID:  <bug-208056-7788-B0pehtwAXb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208056-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208056-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208056

Marcin Cie=C5=9Blak <saper@saper.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |saper@saper.info

--- Comment #14 from Marcin Cie=C5=9Blak <saper@saper.info> ---
Krzysztof,

I ran into this today, breaking my sendmail setup after milter reinstallati=
on.

milteropendkim_gid is set to "mailnull" if unset previously:

: ${milteropendkim_gid=3D"mailnull"}

so setting it an empty value explicitly avoids the chmod.

So I have to explicitly set it to

milteropendkim_gid=3D""

which is counterintuitive (why do I have to explicitly unset something to m=
ake
directory mode correct?!)

Please fix this, sendmail is still the default here :)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208056-7788-B0pehtwAXb>