Bug 2217218
Summary: | spamass-milter.sock permissions: no group write allowed | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Graham Leggett <minfrin> |
Component: | spamass-milter | Assignee: | Paul Howarth <paul> |
Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel9 | CC: | paul |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Graham Leggett
2023-06-25 06:55:30 UTC
Version is spamass-milter-0.4.0-13.el9. Workaround is to add the -g option to /etc/sysconfig/spamass-milter: EXTRA_FLAGS="-g sa-milt" Ideally this should be configured like this out the box. Do you need this because you are using Postfix? If so, you can install spamass-milter-postfix, which changes the default behaviour of spamass-milter to be more Postfix-friendly, i.e. the Unix-domain socket used for MTA communication is changed to /var/run/spamass-milter/postfix/sock, and that socket is writable by the postfix group. This is described in the README.Postix file in the spamass-milter-postfix package, which is obiously not very discoverable - I should move it to the main spamass-milter package. |