Sounds like a bug. Can you open a jira issue ?

https://issues.apache.org/jira/browse/JAMES

Thx,
Norman


2010/6/1 alex c. <[email protected]>:
> Hello.
>
> I am trying to enable POP3 on James-3.0-SNAPSHOT, but when I connect
> it is still a plain socket.
>
> What I did:
>
> 1. Created a keystore
> james-server-spring-deployment-3.0-SNAPSHOT\conf\my.keystore with
> "secret" as a password..
> 2. Copied "C:\Program
> Files\Java\jdk1.6.0_20\jre\lib\ext\sunjce_provider.jar" to
> james-server-spring-deployment-3.0-SNAPSHOT\lib\sunjce_provider.jar
> 3. Changed pop3server.xml:
>
> <pop3server enabled="true">
>    <port>995</port>
>    <connectionBacklog>200</connectionBacklog>
>    <tls socketSSL="true" startTLS="false">
>        <keystore>file://conf/my.keystore</keystore>
>        <secret>secret</secret>
>        <provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
>    </tls>
>     ...
> </pop3server>
>
> When I run server, I don't see any errors... Also, I see no
> information that POP3 is using SSL.
>
> So two questions:
> 1. What is wrong here?
> 2. How should I diagnostic issues with configs?
>
> - Alex
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to