this.backend = backend;
}
public void start() throws Exception
{
Logger logger = new LMTPProtocolLogger();
LMTPProtocolHandlerChain chain = new LMTPProtocolHandlerChain();
chain.add(0, new ElasticInboxDeliveryHandler(backend));
chain.add(0, new ValidRcptHandler());
chain.wireExtensibleHandlers();