Anonymous | Login | Signup for a new account | 12-17-2024 08:27 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002822 | [Resin] | minor | always | 08-05-08 09:51 | 08-13-08 11:41 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.2.0 | ||||||
Summary | 0002822: extend mail config for authenticator | ||||||||
Description |
(rep by Daniel Lopez) <mail> <authenticator type="com.caucho.server.security.XmlAuthenticator"> <init> <user name="theusername" password="thekeyword"/> </init> </authenticator> <jndi-name>mail/SecureSMTP</jndi-name> <smtp-host>smtp.gmail.com</smtp-host> <smtp-port>587</smtp-port> <smtp-ssl>true</smtp-ssl> <smtp-user>theusername</smtp-user> <transport-protocol>smtps</transport-protocol> <init> mail.smtp.starttls.enable=true mail.smtp.auth=true </init> </mail> --- With this config, it tells me that "'com.caucho.server.security.XmlAuthenticator' is not a valid instance of 'javax.mail.Authenticator'". If I tried using an uri and some properties, it tells me that "The available schemes for javax.mail.Authenticator are '[]'"... Are there any implementations of javax.mail.Authenticator included with Resin? |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |