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 er...@apache.org on 2010/12/26 16:29:20 UTC

svn commit: r1052897 - /james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml

Author: eric
Date: Sun Dec 26 15:29:19 2010
New Revision: 1052897

URL: http://svn.apache.org/viewvc?rev=1052897&view=rev
Log:
Use smtp and not lmtp in coreHandlersPackage property (JAMES-1105)

Modified:
    james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml

Modified: james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml?rev=1052897&r1=1052896&r2=1052897&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml (original)
+++ james/server/trunk/container-spring/src/main/config/examples/smtpserver-ssl.xml Sun Dec 26 15:29:19 2010
@@ -22,7 +22,7 @@
          <property name="protocolHandlerChain" ref="smtpProtocolHandlerChain-ssl"/>
      </bean>
      <bean id="smtpProtocolHandlerChain-ssl" class="org.apache.james.container.spring.bean.postprocessor.ProtocolHandlerChainPostProcessor">
-       <property name="coreHandlersPackage" value="org.apache.james.lmtpserver.CoreCmdHandlerLoader"/>
+       <property name="coreHandlersPackage" value="org.apache.james.smtpserver.CoreCmdHandlerLoader"/>
        <property name="beanName" value="smtpserver-ssl"/>
      </bean> 
    You also need to define another jmxName (see https://issues.apache.org/jira/browse/JAMES-1105)



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