Bug 1161784
| Summary: | Uninstalling spamass-milter-postfix prevents sendmail from working with spamassassin | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Neil Stevenson <neil.stevenson> | 
| Component: | spamass-milter | Assignee: | Paul Howarth <paul> | 
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | paul, ralph | 
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | spamass-milter-0.3.2-4.el6 | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-30 19:16:23 UTC | 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
        
        
          Neil Stevenson
        
        
        
        
        
          2014-11-07 21:11:52 UTC
        
       (In reply to Neil Stevenson from comment #0) > Potential solutions: > > 1. Make spamass-milter always use the same default directory for its .sock > file whether it's using postfix or sendmail This can't work because sendmail and postfix use different permissions models for communicating with milters, which is why the spamass-milter-postfix package exists in the first place. > 2. Make sendmail look in this postfix subdirectory if it can't find the sock > file in the normal place. Might be do-able but would require tweaking the sendmail configuration, and I'd rather not there. > Also I expected that using 'yum remove spamass-milter' would remove the > /var/run/spamass-milter/postfix directory, but it currently doesn't. Indeed it should. EPEL-6 has the -3 release of the package, and in the -4 release for Fedora back in 2011, I added %ghost-ing of the sock file to support clean uninstallation. I think merging that single change should be sufficient to address this issue. spamass-milter-0.3.2-4.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/spamass-milter-0.3.2-4.el6 Package spamass-milter-0.3.2-4.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing spamass-milter-0.3.2-4.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-4065/spamass-milter-0.3.2-4.el6 then log in and leave karma (feedback). spamass-milter-0.3.2-4.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |