[ 
https://issues.apache.org/jira/browse/JAMES-3234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17143763#comment-17143763
 ] 

Benoit Tellier commented on JAMES-3234:
---------------------------------------


{code:java}
<pop3servers>
    <pop3server enabled="false">
        <jmxName>pop3server</jmxName>
        <bind>0.0.0.0:110</bind>
        <connectionBacklog>200</connectionBacklog>
        <tls socketTLS="false" startTLS="false">
            <!-- To create a new keystore execute:
                  keytool -genkey -alias james -keyalg RSA -keystore 
/path/to/james/conf/keystore
             -->
            <keystore>file://conf/keystore</keystore>
            <secret>james72laBalle</secret>
            
<provider>org.bouncycastle.jce.provider.BouncyCastleProvider</provider>
        </tls>
        <handlerchain>
            <handler 
class="org.apache.james.pop3server.core.CoreCmdHandlerLoader"/>
        </handlerchain>
    </pop3server>
</pop3servers>
{code}

Should do the trick: people who want to enable it can easily do it.


> Clarify POP3 Configuration (pop3server.xml)
> -------------------------------------------
>
>                 Key: JAMES-3234
>                 URL: https://issues.apache.org/jira/browse/JAMES-3234
>             Project: James Server
>          Issue Type: Sub-task
>            Reporter: David Leangen
>            Priority: Major
>
> In the context of the *Basic Server*, determine if (1) this configuration is 
> necessary, and if so (2) how can we minimize it and (3) document it better.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to