Bug 723461
Summary: | when password reset is attempted for user with email root@localhost, message is incorrect | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | Jan Hutař <jhutar> |
Component: | Server | Assignee: | Michael Mráka <mmraka> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.5 | CC: | slukasik |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-web-1.6.22-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-22 16:47:01 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: | |||
Bug Depends On: | |||
Bug Blocks: | 723481 |
Description
Jan Hutař
2011-07-20 09:38:11 UTC
This is most probably because of: web.disallowed_mail_domains = localhost.localdomain, localhost in your /etc/rhn/default/rhn_web.conf But I think, we may still want to revisit this setting and described behavior. The problem is that within Spacewalk there are multiple ways how to send an e-mail and some of them disregards this setting. For example tracebacks mails as well as mails from Taskomatic are send to localhost, even when it's set in disallowed_mail_domains. Aligning under space16. Emails to locahost are now allowed by default. Spacewalk master commit cbfb04ee39c85df3d2005593a6c4507e0e2084f8. Spacewalk 1.6 has been released. |