Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] 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 Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.2.1 Product Version 3.2.0
  Product Build
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?

Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0003327)
ferg
08-13-08 11:41

server/1569
 

- Issue History
Date Modified Username Field Change
08-05-08 09:51 ferg New Issue
08-13-08 11:41 ferg Note Added: 0003327
08-13-08 11:41 ferg Assigned To  => ferg
08-13-08 11:41 ferg Status new => closed
08-13-08 11:41 ferg Resolution open => fixed
08-13-08 11:41 ferg Fixed in Version  => 3.2.1


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker