Bug 535458 (RHQ-2151)
Summary: | RFE: Support for authenticated SMTP for alerts | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Rodrigo A B Freire <rbs> |
Component: | Alerts | Assignee: | Nobody <nobody> |
Status: | NEW --- | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | hrupp, joerg.felser, jshaughn, mazz, rbs, v.jungbauer |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jira.rhq-project.org/browse/RHQ-2151 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
Any
|
|
Last Closed: | 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
Rodrigo A B Freire
2009-06-16 12:58:00 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2151 This needs ssl support too this is in our mail-service.xml - it needs to be paramaterized and the user/password should be added to rhq-server.properties <mbean code="org.jboss.mail.MailService" name="jboss:service=Mail"> <attribute name="JNDIName">java:/Mail</attribute> <attribute name="User">nobody</attribute> <attribute name="Password">password</attribute> Per triage, we should be looking at SSL here too. Lowering prio. This is still very desirable, but not urgent. And btw: a) the setup has been changed since RHQ 4.6 with the new EAP6 container b) this is for the upstream RHQ project, which is happy to accept patches :-) |