You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/11/13 14:52:50 UTC

[jira] Created: (GERONIMO-3601) The SMTPS mail GBean is configuring the SMTP properties, not SMTPS

The SMTPS mail GBean is configuring the SMTP properties, not SMTPS
------------------------------------------------------------------

                 Key: GERONIMO-3601
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3601
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: mail
            Reporter: Rick McGuire
            Assignee: Rick McGuire
            Priority: Minor


The GBean used to configure the Transport for the smtps protocol (smtp over SSL) is setting properties with a "mail.smtp." prefix.  The SMTPSTransport class uses properties with a "mail.smtps." prefix for its configuration.  This is configuring the wrong protocol. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-3601) The SMTPS mail GBean is configuring the SMTP properties, not SMTPS

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-3601.
----------------------------------

    Resolution: Fixed

> The SMTPS mail GBean is configuring the SMTP properties, not SMTPS
> ------------------------------------------------------------------
>
>                 Key: GERONIMO-3601
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3601
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Rick McGuire
>            Assignee: Rick McGuire
>            Priority: Minor
>
> The GBean used to configure the Transport for the smtps protocol (smtp over SSL) is setting properties with a "mail.smtp." prefix.  The SMTPSTransport class uses properties with a "mail.smtps." prefix for its configuration.  This is configuring the wrong protocol. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.