| Summary: | postfix package fails to provide /usr/bin/newaliases | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | morgan read <mstuff> |
| Component: | postfix | Assignee: | Jaroslav Škarvada <jskarvad> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | jskarvad |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-25 14:30:47 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: | |
|
Description
morgan read
2016-01-03 13:29:24 UTC
As I was moving from one machine to another and making no changes to my users etc - as a work around, I copied /etc/aliases.db from one to the other. This worked. As this bug stopped the set up of a functioning postfix and there was no 'capacity to produce', severity should be increased to URGENT. I am unable to reproduce on cleanly provisioned machine: # dnf install postfix ... # rpm -q postfix postfix-3.0.3-1.fc22.x86_64 # newaliases # echo $? 0 Maybe there are more MTAs installed simultaneously on your machine? In such case you need to select the 'default MTA' through alternatives, e.g.: # alternatives --config mta or uninstall all other MTAs. I guess this could be remnant of one older bug, where f22 installation ISO pulled-in esmtp package during installation. The esmtp MTA doesn't provide newaliases command, thus the default MTA needs to be changed by hand. Unfortunately this old bug is unfixable, because it is not possible to change already released installation media. Hmm, yes - esmtp does seem to be installed. selinux is throwing errors against it: Bug 1295379 Removed it # newaliases # echo $? 0 done Must be a dup of the bug you refer to, but I don't know it's ref (In reply to morgan read from comment #4) > Must be a dup of the bug you refer to, but I don't know it's ref IIRC originally bug 1265838, probably somehow overflew into f22. |