Bug 221940

Summary: yum-updates generates email with invalid sender
Product: [Fedora] Fedora Reporter: Curtis Doty <curtis>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
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: 2007-04-25 19:04:47 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 Curtis Doty 2007-01-09 01:47:35 UTC
If emitting via email, it will send from yum-updatesd.com.
Which is totally invalid for two distinct reasons.

#1 The address yum-updatesd@ is invalid. Use a valid user like root or create an
alias.

#2 Host should already have a name. In this case, it is bozo.example.com. And a
properly configured mailer already knows it's name. So the @localhost needs to
be removed entirely. Of course just using @localhost. (with trailing dot) would
be valid too, although less preferred.

Workaround:
email_from=root
email_to=root

Comment 1 Jeremy Katz 2007-04-25 19:04:47 UTC
Updated the defaults to just be root to let sendmail set the domain itself