[Bug 208056] mail/opendkim: Add GID support to the rc script
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 12 12:30:31 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208056
Ulrich Spoerlein <uqs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
Status|Closed |Open
CC| |uqs at FreeBSD.org
--- Comment #15 from Ulrich Spoerlein <uqs at 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 like
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 need to
do after every reboot.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list