public class JamesTest extends MailServerTestAllImplementations {
public MailServer createMailServer() {
James james = new James();
james.service(setUpServiceManager());
MockLogger mockLogger = new MockLogger();
mockLogger.disableDebug();
james.enableLogging(mockLogger);
try {
JamesTestConfiguration conf = new JamesTestConfiguration();
conf.init();
james.configure(conf);