quantranhong1999 commented on pull request #886:
URL: https://github.com/apache/james-project/pull/886#issuecomment-1050504388


   > If you want Socket-TLS you have to explicitly configure it in 
pop3server.xml:
   > <tls socketTLS="true" startTLS="false"> ...
   
   Yes, I did it, but it does not work. Here is my pop3 configuration:
   ```
       <pop3server enabled="true">
           <jmxName>pop3server-TLS</jmxName>
           <bind>0.0.0.0:995</bind>
           <connectionBacklog>200</connectionBacklog>
           <tls socketTLS="true" startTLS="false">
               <keystore>file://conf/keystore</keystore>
               <keystoreType>PKCS12</keystoreType>
               <secret>james72laBalle</secret>
               
<provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
           </tls>
           <connectiontimeout>1200</connectiontimeout>
           <connectionLimit>0</connectionLimit>
           <connectionLimitPerIP>0</connectionLimitPerIP>
           <handlerchain>
               <handler 
class="org.apache.james.pop3server.core.CoreCmdHandlerLoader"/>
           </handlerchain>
       </pop3server>
   ```
   
   Though I don't think this is related to this PR work, cause I have this 
problem again with the image on the master.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to