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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to