[Bug 198215] mail/postfix: wrong permission for /var/db/postfix
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Mar 3 07:29:11 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198215
Bug ID: 198215
Summary: mail/postfix: wrong permission for /var/db/postfix
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: sahil at FreeBSD.org
Reporter: delphij at FreeBSD.org
Flags: maintainer-feedback?(sahil at FreeBSD.org)
Assignee: sahil at FreeBSD.org
The postfix package creates /var/db/postfix as root:wheel, while it should be
postfix:.
Fix:
Change pkg-plist, this line:
@dir /var/db/postfix
to:
@dir(postfix,,700) /var/db/postfix
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list