You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2011/04/14 19:05:05 UTC

[jira] [Resolved] (JAMES-1224) STLS in POP3 does not seem to work

     [ https://issues.apache.org/jira/browse/JAMES-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-1224.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-M3
         Assignee: Norman Maurer

> STLS in POP3 does not seem to work
> ----------------------------------
>
>                 Key: JAMES-1224
>                 URL: https://issues.apache.org/jira/browse/JAMES-1224
>             Project: JAMES Server
>          Issue Type: Bug
>          Components: POP3Server
>    Affects Versions: 3.0-M3, Trunk
>            Reporter: Andrzej Rusin
>            Assignee: Norman Maurer
>            Priority: Minor
>             Fix For: 3.0-M3
>
>
> Maybe I misunderstand something, but:
> in pop3server.xml I have:
> <pop3server enabled="true">
>   <bind>0.0.0.0:110</bind>
>   <connectionBacklog>200</connectionBacklog>
>   <tls socketTLS="false" startTLS="true">
>       <keystore>file://conf/file.jks</keystore>
>       <secret>password</secret>
>   </tls>
>   <connectiontimeout>1200</connectiontimeout>
>   <connectionLimit> 0 </connectionLimit>
>   <connectionLimitPerIP> 0 </connectionLimitPerIP>
>   <handlerchain enableJmx="true">
>       <handler class="org.apache.james.pop3server.core.CoreCmdHandlerLoader"/>
>   </handlerchain>
> </pop3server>
> In smtpserver.xml I have identical tls section.
> When I connect to pop3:
> - CAPA command does not return anything about TLS,
> - STLS command gives ERR
> - STARTTLS command gives ERR.
> To check if the keystore, password etc. are correct, I am checking against SMTP server, and:
> - EHLO response includes 250-STARTTLS
> - STARTTLS response is 220 2.0.0 Ready to start TLS
> I do not see anything suspicious in the logs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org