| Summary: | cannot confgure mail server without TLS | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Rafael Chaves <eclipse> |
| Component: | Server | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | simon_kaegi |
| Version: | 1.0 | ||
| Target Milestone: | 2.0 M1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
Seems pretty darn reasonable. Done, new property: mail.smtp.starttls.enable |
I configured a postfix server that is only accessible from localhost. I configured Orion not to authenticate when sending email. Yet, I get an exception when the server attempts to send messages: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I believe that is because TLS is enabled in UserEmailUtil: properties.put("mail.smtp.starttls.enable", "true"); Ideally that setting should come from orion.conf.