Bug 17969

Summary: Bad conversion of inetd.conf to xinetd.conf
Product: [Retired] Red Hat Linux Reporter: Need Real Name <byrial>
Component: xinetdAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
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: 2000-10-01 16:04:24 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 2000-09-30 19:41:54 UTC
When I updated from RH 6.2 to RH 7.0 my MTA (qmail) could not receive
SMTP connections on port 25 any longer. I found that the course was
a bad conversion of the relevant line in /etc/inetd.conf to
/etc/xinetd.d/smtp. The man page for xinetd.conf says:
"In contrast to inetd, the server name should not be included in
server_args." But the server name was still included in the args -
and I could luckily solve the problem by removing it.

Comment 1 Trond Eivind Glomsrxd 2000-10-01 15:24:28 UTC
*** Bug 17970 has been marked as a duplicate of this bug. ***

Comment 2 Trond Eivind Glomsrxd 2000-10-01 15:36:24 UTC
How did the inetd.conf line and the resulting xinetd file look?

Comment 3 Trond Eivind Glomsrxd 2000-10-03 02:35:24 UTC
OK, the inetd.conf line looked funny - double program specification.