Bug 38222

Summary: sendmail 8.11.0-8 cannot use tcpwrapper
Product: [Retired] Red Hat Linux Reporter: Xavier Del Collado i Pics <xavier>
Component: sendmailAssignee: Florian La Roche <laroche>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0Keywords: Security
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-04-28 21:59:19 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 Xavier Del Collado i Pics 2001-04-28 21:59:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)


When I try to use tcpwrapper with sendmail it doesn't work. sendmail-cf-
8.11.0-8.i386.rpm isn't compiled with this feature ( try "echo $v | 
sendmail -bt -d0" ). If I rebuild sendmail from sendmail-8.11.0-8.src.rpm, 
I get the same.
Looking into code, I've found where the problem is; sendmail-8.11.0-
redhat.patch uses -DTCP_WRAPPERS, instead -DTCPWRAPPERS, as sendmail code 
expects for.
If you change it, and rebuild again, it works...

Reproducible: Always
Steps to Reproduce:
1. try "echo $v | sendmail -bt -d0". If compiled with tcpwrapper support, 
you must see there this capability
2. use /etc/hosts.deny and /etc/hosts.allow. 

	

Actual Results:
1. sendmail doesn't have tcpwrapper capability
2. has no effect

Comment 1 Florian La Roche 2001-05-09 13:21:59 UTC
This should be corrected in the current version of Red Hat Linux 7.1.

Thanks for this report,

Florian La Roche