Bug 494408
| Summary: | Sendmail should provide "MTA" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Bryan Mason <bmason> |
| Component: | sendmail | Assignee: | Miroslav Lichvar <mlichvar> |
| Status: | CLOSED ERRATA | QA Contact: | BaseOS QE <qe-baseos-auto> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.3 | CC: | dkovalsk, mcermak, ovasik, tao |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-03-30 08:23:07 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: | |||
| Bug Blocks: | 499522 | ||
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2010-0237.html |
Description of problem: Sendmail should provide the "MTA" capability. Some packages require "MTA" and thus sendmail cannot satisfy that dependency. Postfix and exim both provide "MTA". Version-Release number of selected component (if applicable): sendmail-8.13.8-2.el5.x86_64 How reproducible: 100% Steps to Reproduce: 1. rpm -q --provides sendmail | grep MTA Actual results: # rpm -q --provides sendmail | grep MTA # Expected results: # rpm -q --provides sendmail | grep MTA MTA # Additional info: This appears to have been fixed upstream at some point. From Fedora 10: $ cat /etc/redhat-release Fedora release 10 (Cambridge) $ rpm -q sendmail sendmail-8.14.3-3.fc10.i386 $ rpm -q --provides sendmail | grep MTA MTA