Bug 177566

Summary: The access database shipped contains deprecated syntax
Product: [Fedora] Fedora Reporter: Philip Prindeville <philipp>
Component: sendmailAssignee: Thomas Woerner <twoerner>
Status: CLOSED ERRATA QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: mattdm
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: 2006-07-19 10:07:21 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 Philip Prindeville 2006-01-11 20:47:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc3 Firefox/1.0.7

Description of problem:
The shipped /etc/mail/access file contains the following entries:

# by default we allow relaying from localhost...
localhost.localdomain           RELAY
localhost                       RELAY
127.0.0.1                       RELAY

this is deprecated syntax, and should be replaced by "Connect:..." instead.


Version-Release number of selected component (if applicable):
sendmail-8.13.1-2

How reproducible:
Always

Steps to Reproduce:
1. install sendmail
2. cat /etc/mail/access
3.
  

Actual Results:  Above.


Expected Results:  Should be:

# by default we allow relaying from localhost...
Connect:localhost.localdomain           RELAY
Connect:localhost                       RELAY
Connect:127.0.0.1                       RELAY


Additional info:

Comment 1 Philip Prindeville 2006-01-20 20:38:08 UTC
Hi.

Wondering if you need more information about this defect or not.  Seems fairly
straightforward, and I've included what I suspect is the fix.


Comment 2 Matthew Miller 2006-07-10 22:03:32 UTC
Fedora Core 3 is now maintained by the Fedora Legacy project for security
updates only. If this problem is a security issue, please reopen and
reassign to the Fedora Legacy product. If it is not a security issue and
hasn't been resolved in the current FC5 updates or in the FC6 test
release, reopen and change the version to match.

Thank you!


Comment 3 Philip Prindeville 2006-07-10 22:28:56 UTC
It is still present in FC5.


Comment 4 Thomas Woerner 2006-07-19 10:04:43 UTC
Fixed in fc-5-updates in rpm sendmail-8.13.7-2.fc5.1 and in rawhide in rpm
sendmail-8.13.7-3 or newer.