Details
Description
if you want to use external JCR, modify conf/META-INF/org/apache/james/spring-mailbox-jcr.xml file like below.
<bean id="jcrRepository" class="org.apache.jackrabbit.commons.JcrUtils" factory-method="getRepository">
<constructor-arg value="http://192.168.0.1:8080/jackrabbit/server" />
</bean>
then, smtp, imap server is operating well, but pop3 server throws exception.
JCR session is closed in every JCR command line end, so when server called getMessages command, session closed message printed.
Please fix this bug.