Hi all, I'm testing James locally, currently looking at the SMTP server, and having succeeded in connecting and authenticating via telnet, switched to Mac Mail and am seeing the following error:
INFO 08:45:33,229 | james.smtpserver | Id='1461448112' User='' Connection closed for 127.0.0.1 INFO 08:45:55,864 | james.smtpserver | Id='1250658493' User='' Connection established from 127.0.0.1 DEBUG 08:45:55,913 | james.smtpserver | Id='1250658493' User='' org.apache.james.protocols.api.handler.CommandDispatcher received: EHLO DEBUG 08:45:55,913 | james.smtpserver | Id='1250658493' User='' Lookup command handler for command: EHLO DEBUG 08:45:55,914 | james.smtpserver | Id='1250658493' User='' org.apache.james.protocols.smtp.core.esmtp.EhloCmdHandler: [250-sorted Hello localhost [127.0.0.1]), 250-PIPELINING, 250-ENHANCEDSTATUSCODES, 250 8BITMIME] INFO 08:45:55,924 | james.smtpserver | Id='1250658493' User='' Connection closed for 127.0.0.1 INFO 08:45:55,925 | james.smtpserver | Id='705449713' User='' Connection established from 127.0.0.1 DEBUG 08:45:55,926 | james.smtpserver | Id='705449713' User='' org.apache.james.protocols.api.handler.CommandDispatcher received: ?DK/5 DEBUG 08:45:55,926 | james.smtpserver | Id='705449713' User='' Lookup command handler for command: ?DK/5 DEBUG 08:45:55,926 | james.smtpserver | Id='705449713' User='' Unable to parse request java.lang.NullPointerException Does anyone have a clue as to what might be going on here? Thanks, Martin