The following comment has been added to this issue:

     Author: Noel J. Bergman
    Created: Sun, 6 Jun 2004 12:53 PM
       Body:
I played with openssl s_client, and found the missing option.  You need to use -crlf, 
as in:

 $ openssl s_client -connect <IP>:465 -crlf

With that, I was able to test your server manually:

 HELO noel770
 250-praxisserv06 Hello noel770 ...
 250-AUTH LOGIN PLAIN
 250 AUTH=LOGIN PLAIN
 MAIL FROM: <[EMAIL PROTECTED]>
 250 Sender <[EMAIL PROTECTED]> OK
 RCPT TO: <[EMAIL PROTECTED]>
 250 Recipient <[EMAIL PROTECTED]> OK
 DATA
 354 Ok Send data ending with <CRLF>.<CRLF>
 Date: June 5, 2004
 Subject: Test of OpenSSL client
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]

 Vincenzo, I am doing this by hand.  Please confirm receipt.

   --- Noel

 .
 250 Message received
 quit
 221 praxisserv06 Service closing transmission channel closed

So I have been able to successfully access your mail server using SSL, and send a test 
message.  Will close this issue.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JAMES-159?page=comments#action_35934

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-159

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-159
    Summary: TLS-enabled SMTPServer fails to response for ending email session after 
sending data ending with <CRLF>.<CRLF>
       Type: Bug

     Status: Open
   Priority: Critical

    Project: James
 Components: 
             SMTPServer
   Versions:
             2.1

   Assignee: Vincenzo Gianferrari Pini
   Reporter: Ken Chan

    Created: Fri, 5 Mar 2004 3:08 PM
    Updated: Sun, 6 Jun 2004 12:53 PM
Environment: Operating System: Windows XP
Platform: PC


Description:
TLS-enabled SMTPServer fails to response for ending email session after sending data 
ending with <CRLF>.<CRLF> (I type . beginning from the new line and then hit return).  
I tested it using OpenSSL client.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to