Bug 87592

Summary: sendmail needlessly required
Product: [Retired] Red Hat Linux Reporter: Chris Ricker <chris.ricker>
Component: distributionAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: mitr, rvokal
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: 2003-04-01 15:41:58 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:

Description Chris Ricker 2003-03-29 15:16:39 UTC
during installation, sendmail is currently required (meaning that I cannot
deselect it during package selection). It should instead be default (meaning
that its selected, but can be deselected), for those of us who install postfix
instead and have no need for sendmail to be installed

currently, I just have to 

rpm -e sendmail
rpm -e sendmail-cf

in the %post to work around this bug

Comment 1 Bill Nottingham 2003-03-31 16:51:50 UTC
It's in the 'core' group, which is always installed anyway, as I recall. So
having it default in mailserver won't help your case. 

Comment 2 Chris Ricker 2003-04-01 14:39:36 UTC
It's not in core

It's in base, where it is default like it should be

The problem is that it's in mail-server as well, and there it is mandatory
instead of default

Comment 3 Bill Nottingham 2003-04-01 15:41:58 UTC
The issues is that if it's default-but-unselected in mail server, then you have
to rely on the comps implementation to DTRT to avoid machines being installed
without any mailserver. I don't think this will change at this point.