Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 12:30:29 +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-5qk4ppNKmx@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

Ulrich Spoerlein <uqs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|Closed                      |Open
                 CC|                            |uqs@FreeBSD.org

--- Comment #15 from Ulrich Spoerlein <uqs@FreeBSD.org> ---
Please fix this with the default sendmail in the base. There are at least 2
things broken with this:

1. it runs a broken chmod command:

# /usr/local/etc/rc.d/milter-opendkim restart
Stopping milteropendkim.
Waiting for PIDS: 11324.
Starting milteropendkim.
usage: chmod [-fhv] [-R [-H | -L | -P]] mode file ...

2. Mode 775 is not overridable and is wrong for sendmail, it chokes on it l=
ike
so:


# service sendmail restart
sendmail not running? (check /var/run/sendmail.pid).
Starting sendmail.
451 4.0.0 /etc/mail/sendmail.cf: line 1823: Xdkim: local socket name
/var/run/milteropendkim/socket unsafe: Group writable directory
/etc/rc.d/sendmail: WARNING: failed to start sendmail
Stopping sendmail_msp_queue.
Waiting for PIDS: 11469.
Starting sendmail_msp_queue.


A chmod g-w /var/run/milteropendkim/ fixes this, but that's something I nee=
d to
do after every reboot.

--=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-5qk4ppNKmx>