Bug 424091
Summary: | postfix cannot use dovecot's deliver LDA because of selinux | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Daniel Walsh <dwalsh> |
Component: | dovecot | Assignee: | Dan Horák <dan> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 9 | CC: | dwalsh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-06-04 16:28:46 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 414891 | ||
Bug Blocks: |
Description
Daniel Walsh
2007-12-13 20:35:39 UTC
Dan, the fix for dovecot is really simple, but could you give me a pointer to some documentation for the statement "no system service should write into /tmp"? So I can send the patch upstream together with an explanation. Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping info about using /tmp are at http://danwalsh.livejournal.com/11467.html I have taken this issue upstream and the answer is at http://www.dovecot.org/list/dovecot/2008-May/031080.html The deliver utility is a standalone program that gets called from MTA like postfix to provide local delivery into mailboxes that can take advantage from dovecot's file formats. So it is run from the MTA under its uid or even under the uids of individual local users and that could excuse the usage of /tmp. I think that from this point of view it is correct to use the RHEL approach also in Fedora - add dovecot_deliver_* types, etc. dovecot deliver types exist. |