Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 53513

Summary: Problem with the RPM installation script as well as the new /etc/sendmail.cf
Product: [Retired] Red Hat Linux Reporter: Need Real Name <buffett>
Component: sendmailAssignee: Florian La Roche <laroche>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-09-10 17:59:42 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 Need Real Name 2001-09-10 17:59:37 UTC
Problem Description: The installation script creates "sendmail.cf" as "sendmail.cf.repnew", but the new version of sendmail uses /etc/mail/local-host-names in stead of /etc/sendmail.cw.
the old sendmail.cf tells sendmail to look for sendmail.cw, that file is renamed to sendmail.ce.rpmorig by the script. sendmail can't find sendmail.cw and fails to start. This can be fixed by edit the sendmail.cf or rename sendmail.cw.rpmorig back to the old name.
Howerer, there is another problem. If we replace the old .cf file with the new one, sendmail will start, but it only accept local connection, it is not listen to any remote connection. so far i haven't been able to figure out the cause, but i assume it has to do with the new .cf file, since the old .cf file works just fine.
Version-Release number of selected component (if applicable):


How Reproducible:
always

Steps to Reproduce:
1. replace old .cf with new .cf.
2. 
3. 

Actual Results: sendmail will not accept any inbound mail.


Expected Results:


Additional Information:

Comment 1 Florian La Roche 2001-12-08 09:57:32 UTC
Updated rpms again allow network connections by default and the post script
takes care about the sendmail.cw conversion from older releases.

Florian La Roche