Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Here is the problem:
maurer@debbox:~/stuff/workspace/james-dev$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 debbox SMTP Server (JAMES SMTP Server 2.3-dev) ready Sat, 8 Apr 2006 15:04:3 1 +0200 (CEST)
helo test.de
250 debbox Hello test.de (localhost [127.0.0.1])
mail from: <nm@test.de>
250 2.1.0 Sender <nm@test.de> OK
rcpt to: <nm@spam-box.de>
250 2.1.5 Recipient <nm@spam-box.de> OK
rcpt to: <nm@spam-box.de>
250 2.1.5 Recipient <nm@spam-box.de> OK
data
354 Ok Send data ending with <CRLF>.<CRLF>
test
.
451 4.0.0 Error processing message: Exception spooling message: Exception caught while storing mail Container: ;
nested exception is:
SQL Exception: An unexpected exception was thrown;
nested exception is:
class javax.mail.MessagingException: Exception caught while storing mail Container: ;
nested exception is:
SQL Exception: An unexpected exception was thrown