Thx for reply.Ithink the important thing is here:

DEBUG 19:10:10,846 | james.smtpserver | Id='27369353' User='killer' org.apache.james.protocols.smtp.core.QuitCmdHandler: [221 2.0.0 xfeng.info Service closing transmission channel] INFO 19:10:10,965 | james.smtpserver | Id='27369353' User='killer' Connection closed for 1.81.193.195 DEBUG 19:10:11,010 | james.smtpserver | Id='27369353' User='killer' Unable to process request
java.nio.channels.ClosedChannelException
at org.jboss.netty.handler.stream.ChunkedWriteHandler.discard(ChunkedWriteHandler.java:171) at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleDownstream(ChunkedWriteHandler.java:122) at org.jboss.netty.handler.execution.ExecutionHandler.handleDownstream(ExecutionHandler.java:165)
   at org.jboss.netty.channel.Channels.write(Channels.java:605)
   at org.jboss.netty.channel.Channels.write(Channels.java:572)
at org.jboss.netty.channel.AbstractChannel.write(AbstractChannel.java:245) at org.apache.james.protocols.netty.NettyProtocolTransport.close(NettyProtocolTransport.java:122) at org.apache.james.protocols.api.AbstractProtocolTransport.writeResponseToClient(AbstractProtocolTransport.java:159) at org.apache.james.protocols.api.AbstractProtocolTransport.writeResponse(AbstractProtocolTransport.java:67) at org.apache.james.protocols.netty.BasicChannelUpstreamHandler.messageReceived(BasicChannelUpstreamHandler.java:160) at org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable.run(ChannelUpstreamEventRunnable.java:44) at org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:312)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

-----原始邮件----- From: Eric Charles
Sent: Tuesday, March 12, 2013 4:00 PM
To: James Users List
Subject: Re: send mail error

The result=8 (DECLINED) is related to SMTP In. Depending on the hook,
SUCCESS/DECLINED simply means that the incoming mail is not rejected.
Deny/DenySoft will mean the incoming mail has to be rejected.

But you say you want to know the erros for SMTP Out, so those lines are
not relevant. You need to explicitely activate the debug for SMTP Out
(unfortunately this is not done via the log4j.properties) as explained
in  JAMES-1428

Hope this helps,

Eric

On 11/03/2013 08:50, ?? wrote:

Hi,it is SMTP out.
I know that result=8 means,But don't know why.
-----????----- From: Eric Charles
Sent: Monday, March 11, 2013 4:11 PM
To: James Users List
Subject: Re: send mail error

Hi,
Can you give more details on what your are doing:

- Is it SMTP In or SMTP out?
- If SMTP out, did you set the config as described in JAMES-1428?
- Can you do a pre-analysis regarding the result=8 (DECLINED): is it
what you expect?

Thx, Eric

On 11/03/2013 07:37, ?? wrote:
Thx again.
below is my smtpserver log:
(PS:My james version is 3.0beta5-snapshot)
INFO  15:02:19,814 | james.smtpserver | SMTP Service bound to: 0.0.0.0:25
INFO  15:02:19,815 | james.smtpserver | SMTP Service is running on:
yonmoon
INFO  15:02:19,848 | james.smtpserver | SMTP Service handler hello name
is: xfeng.info
INFO  15:02:19,849 | james.smtpserver | SMTP Service handler connection
timeout is: 360
INFO  15:02:19,849 | james.smtpserver | SMTP Service connection backlog
is: 200
INFO  15:02:19,852 | james.smtpserver | This SMTP server requires
authentication.
INFO  15:02:19,853 | james.smtpserver | No maximum message size is
enforced for this server.
INFO  15:02:20,893 | james.smtpserver | Init SMTP Service done
INFO  15:04:41,694 | james.smtpserver | Id='2230819' User='' Connection
established from 117.33.164.230
DEBUG 15:04:41,715 | james.smtpserver | Id='2230819' User=''
org.apache.james.protocols.api.handler.CommandDispatcher received: EHLO
DEBUG 15:04:41,716 | james.smtpserver | Id='2230819' User='' Lookup
command handler for command: EHLO
DEBUG 15:04:41,739 | james.smtpserver | Id='2230819' User=''
org.apache.james.protocols.smtp.core.esmtp.EhloCmdHandler:
[250-xfeng.info Hello yonmoon [117.33.164.230]), 250-AUTH LOGIN PLAIN,
250-AUTH=LOGIN PLAIN, 250-PIPELINING, 250-ENHANCEDSTATUSCODES, 250
8BITMIME]
DEBUG 15:04:41,752 | james.smtpserver | Id='2230819' User=''
org.apache.james.protocols.api.handler.CommandDispatcher received: AUTH
DEBUG 15:04:41,752 | james.smtpserver | Id='2230819' User='' Lookup
command handler for command: AUTH
DEBUG 15:04:41,756 | james.smtpserver | Id='2230819' User=''
org.apache.james.protocols.smtp.core.esmtp.AuthCmdHandler:
org.apache.james.protocols.api.AbstractResponse$1@e3ae12
DEBUG 15:04:41,788 | james.smtpserver | Id='2230819' User='' executing
hook org.apache.james.smtpserver.UsersRepositoryAuthHook@aa0fd6
DEBUG 15:04:41,923 | james.smtpserver | Id='2230819' User='killer' AUTH
method LOGIN succeeded
DEBUG 15:04:41,934 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.api.handler.CommandDispatcher received: MAIL
DEBUG 15:04:41,934 | james.smtpserver | Id='2230819' User='killer'
Lookup command handler for command: MAIL
DEBUG 15:04:41,942 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.JamesMailCmdHandler: [250 2.1.0 Sender
<kil...@xfeng.info> OK]
DEBUG 15:04:41,959 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.api.handler.CommandDispatcher received: RCPT
DEBUG 15:04:41,960 | james.smtpserver | Id='2230819' User='killer'
Lookup command handler for command: RCPT
DEBUG 15:04:41,960 | james.smtpserver | Id='2230819' User='killer'
executing hook org.apache.james.smtpserver.fastfail.ValidRcptHandler
DEBUG 15:04:42,023 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
DEBUG 15:04:42,023 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.fastfail.ValidRcptHandler: result=8
(DECLINED)
DEBUG 15:04:42,024 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
DEBUG 15:04:42,024 | james.smtpserver | Id='2230819' User='killer'
executing hook org.apache.james.smtpserver.AuthRequiredToRelayRcptHook
DEBUG 15:04:42,024 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
DEBUG 15:04:42,024 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.AuthRequiredToRelayRcptHook: result=8
(DECLINED)
DEBUG 15:04:42,024 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
DEBUG 15:04:42,025 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.smtpserver.SenderAuthIdentifyVerificationRcptHook
DEBUG 15:04:42,054 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
DEBUG 15:04:42,055 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.SenderAuthIdentifyVerificationRcptHook:
result=8 (DECLINED)
DEBUG 15:04:42,057 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
DEBUG 15:04:42,057 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.protocols.smtp.core.PostmasterAbuseRcptHook
DEBUG 15:04:42,057 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
DEBUG 15:04:42,058 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.smtp.core.PostmasterAbuseRcptHook: result=8
(DECLINED)
DEBUG 15:04:42,058 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
DEBUG 15:04:42,058 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.JamesRcptCmdHandler: [250 2.1.5 Recipient
<yang_xue_f...@sina.com> OK]
DEBUG 15:04:42,064 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.api.handler.CommandDispatcher received: DATA
DEBUG 15:04:42,065 | james.smtpserver | Id='2230819' User='killer'
Lookup command handler for command: DATA
DEBUG 15:04:42,076 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.JamesDataCmdHandler: [354 Ok Send data
ending with <CRLF>.<CRLF>]
DEBUG 15:04:46,641 | james.smtpserver | Id='2230819' User='killer'
executing james message handler
org.apache.james.protocols.smtp.core.esmtp.MailSizeEsmtpExtension@11b864f
DEBUG 15:04:46,644 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
DEBUG 15:04:46,644 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.smtp.core.esmtp.MailSizeEsmtpExtension:
result=8 (DECLINED)
DEBUG 15:04:46,661 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
DEBUG 15:04:46,661 | james.smtpserver | Id='2230819' User='killer'
executing james message handler
org.apache.james.smtpserver.AddDefaultAttributesMessageHook@e780ad
DEBUG 15:04:46,664 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
DEBUG 15:04:46,666 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.AddDefaultAttributesMessageHook: result=8
(DECLINED)
DEBUG 15:04:46,666 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
DEBUG 15:04:46,666 | james.smtpserver | Id='2230819' User='killer'
executing james message handler
org.apache.james.smtpserver.SendMailHandler@b10653
DEBUG 15:04:46,666 | james.smtpserver | Id='2230819' User='killer'
sending mail
INFO  15:04:46,706 | james.smtpserver | Id='2230819' User='killer'
Successfully spooled mail
Mail1362985486618-47b7daa2-c6e3-4038-aaad-ccdcf34df9de from
kil...@xfeng.info on 117.33.164.230/117.33.164.230 for
[yang_xue_f...@sina.com]
DEBUG 15:04:46,706 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
DEBUG 15:04:46,707 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.SendMailHandler: result=1 (OK)
DEBUG 15:04:46,707 | james.smtpserver | Id='2230819' User='killer'
executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
DEBUG 15:04:46,716 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.api.handler.CommandDispatcher received: QUIT
DEBUG 15:04:46,717 | james.smtpserver | Id='2230819' User='killer'
Lookup command handler for command: QUIT
DEBUG 15:04:46,717 | james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.smtp.core.QuitCmdHandler: [221 2.0.0
xfeng.info Service closing transmission channel]
INFO  15:04:46,739 | james.smtpserver | Id='2230819' User='killer'
Connection closed for 117.33.164.230
DEBUG 15:04:46,787 | james.smtpserver | Id='2230819' User='killer'
Unable to process request
java.nio.channels.ClosedChannelException
at
org.jboss.netty.handler.stream.ChunkedWriteHandler.discard(ChunkedWriteHandler.java:171)


at
org.jboss.netty.handler.stream.ChunkedWriteHandler.handleDownstream(ChunkedWriteHandler.java:122)


at
org.jboss.netty.handler.execution.ExecutionHandler.handleDownstream(ExecutionHandler.java:165)


at org.jboss.netty.channel.Channels.write(Channels.java:605)
at org.jboss.netty.channel.Channels.write(Channels.java:572)
at
org.jboss.netty.channel.AbstractChannel.write(AbstractChannel.java:245)
at
org.apache.james.protocols.netty.NettyProtocolTransport.close(NettyProtocolTransport.java:122)


at
org.apache.james.protocols.api.AbstractProtocolTransport.writeResponseToClient(AbstractProtocolTransport.java:159)


at
org.apache.james.protocols.api.AbstractProtocolTransport.writeResponse(AbstractProtocolTransport.java:67)


at
org.apache.james.protocols.netty.BasicChannelUpstreamHandler.messageReceived(BasicChannelUpstreamHandler.java:160)


at
org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable.run(ChannelUpstreamEventRunnable.java:44)


at
org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:312)


at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


-----????----- From: Eric Charles
Sent: Monday, March 11, 2013 3:26 PM
To: James Users List
Subject: Re: send mail error

Oh, my bad.
For remote delivery debugging, please follow
https://issues.apache.org/jira/browse/JAMES-1428

Also, please post the content of the smtp.log file (not the wrapper.log).

Thx, Eric

On 11/03/2013 07:11, ?? wrote:
Thx.
I have changed SMTP logging level to DEBUG by your advise.Below is my
wrapper.log:
11 15:02:28 | INFO  15:02:28,709 |
org.apache.james.app.spring.JamesAppSpringMain | Apache James Server is
successfully started in 35141 milliseconds.
INFO   | jvm 1    | 2013/03/11 15:04:41 | INFO  15:04:41,694 |
james.smtpserver | Id='2230819' User='' Connection established from
117.33.164.230
INFO   | jvm 1    | 2013/03/11 15:04:41 | DEBUG 15:04:41,715 |
james.smtpserver | Id='2230819' User=''
org.apache.james.protocols.api.handler.CommandDispatcher received: EHLO
INFO   | jvm 1    | 2013/03/11 15:04:41 | DEBUG 15:04:41,716 |
james.smtpserver | Id='2230819' User='' Lookup command handler for
command: EHLO
INFO   | jvm 1    | 2013/03/11 15:04:41 | DEBUG 15:04:41,739 |
james.smtpserver | Id='2230819' User=''
org.apache.james.protocols.smtp.core.esmtp.EhloCmdHandler:
[250-xfeng.info Hello yonmoon [117.33.164.230]), 250-AUTH LOGIN PLAIN,
250-AUTH=LOGIN PLAIN, 250-PIPELINING, 250-ENHANCEDSTATUSCODES, 250
8BITMIME]
INFO   | jvm 1    | 2013/03/11 15:04:41 | DEBUG 15:04:41,752 |
james.smtpserver | Id='2230819' User=''
org.apache.james.protocols.api.handler.CommandDispatcher received: AUTH
INFO   | jvm 1    | 2013/03/11 15:04:41 | DEBUG 15:04:41,752 |
james.smtpserver | Id='2230819' User='' Lookup command handler for
command: AUTH
INFO   | jvm 1    | 2013/03/11 15:04:41 | DEBUG 15:04:41,756 |
james.smtpserver | Id='2230819' User=''
org.apache.james.protocols.smtp.core.esmtp.AuthCmdHandler:
org.apache.james.protocols.api.AbstractResponse$1@e3ae12
INFO   | jvm 1    | 2013/03/11 15:04:41 | DEBUG 15:04:41,788 |
james.smtpserver | Id='2230819' User='' executing  hook
org.apache.james.smtpserver.UsersRepositoryAuthHook@aa0fd6
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:41,923 |
james.smtpserver | Id='2230819' User='killer' AUTH method LOGIN
succeeded
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:41,934 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.api.handler.CommandDispatcher received: MAIL
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:41,934 |
james.smtpserver | Id='2230819' User='killer' Lookup command handler for
command: MAIL
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:41,942 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.JamesMailCmdHandler: [250 2.1.0 Sender
<kil...@xfeng.info> OK]
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:41,959 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.api.handler.CommandDispatcher received: RCPT
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:41,960 |
james.smtpserver | Id='2230819' User='killer' Lookup command handler for
command: RCPT
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:41,960 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.fastfail.ValidRcptHandler
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,023 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,023 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.fastfail.ValidRcptHandler: result=8
(DECLINED)
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,024 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,024 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.AuthRequiredToRelayRcptHook
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,024 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,024 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.AuthRequiredToRelayRcptHook: result=8
(DECLINED)
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,024 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,025 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.SenderAuthIdentifyVerificationRcptHook
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,054 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,055 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.SenderAuthIdentifyVerificationRcptHook:
result=8 (DECLINED)
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,057 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,057 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.protocols.smtp.core.PostmasterAbuseRcptHook
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,057 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,058 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.smtp.core.PostmasterAbuseRcptHook: result=8
(DECLINED)
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,058 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,058 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.JamesRcptCmdHandler: [250 2.1.5 Recipient
<yang_xue_f...@sina.com> OK]
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,064 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.api.handler.CommandDispatcher received: DATA
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,065 |
james.smtpserver | Id='2230819' User='killer' Lookup command handler for
command: DATA
INFO   | jvm 1    | 2013/03/11 15:04:42 | DEBUG 15:04:42,076 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.JamesDataCmdHandler: [354 Ok Send data
ending with <CRLF>.<CRLF>]
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,641 |
james.smtpserver | Id='2230819' User='killer' executing james message
handler
org.apache.james.protocols.smtp.core.esmtp.MailSizeEsmtpExtension@11b864f

INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,644 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,644 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.smtp.core.esmtp.MailSizeEsmtpExtension:
result=8 (DECLINED)
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,661 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,661 |
james.smtpserver | Id='2230819' User='killer' executing james message
handler
org.apache.james.smtpserver.AddDefaultAttributesMessageHook@e780ad
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,664 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,666 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.AddDefaultAttributesMessageHook: result=8
(DECLINED)
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,666 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,666 |
james.smtpserver | Id='2230819' User='killer' executing james message
handler org.apache.james.smtpserver.SendMailHandler@b10653
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,666 |
james.smtpserver | Id='2230819' User='killer' sending mail
INFO   | jvm 1    | 2013/03/11 15:04:46 | INFO  15:04:46,706 |
james.smtpserver | Id='2230819' User='killer' Successfully spooled mail
Mail1362985486618-47b7daa2-c6e3-4038-aaad-ccdcf34df9de from
kil...@xfeng.info on 117.33.164.230/117.33.164.230 for
[yang_xue_f...@sina.com]
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,706 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.protocols.smtp.core.log.HookResultLogger@52c3b1
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,707 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.smtpserver.SendMailHandler: result=1 (OK)
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,707 |
james.smtpserver | Id='2230819' User='killer' executing hook
org.apache.james.smtpserver.jmx.HookResultJMXMonitor@1adaf2c
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,716 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.api.handler.CommandDispatcher received: QUIT
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,717 |
james.smtpserver | Id='2230819' User='killer' Lookup command handler for
command: QUIT
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,717 |
james.smtpserver | Id='2230819' User='killer'
org.apache.james.protocols.smtp.core.QuitCmdHandler: [221 2.0.0
xfeng.info Service closing transmission channel]
INFO   | jvm 1    | 2013/03/11 15:04:46 | INFO  15:04:46,739 |
james.smtpserver | Id='2230819' User='killer' Connection closed for
117.33.164.230
INFO   | jvm 1    | 2013/03/11 15:04:46 | DEBUG 15:04:46,787 |
james.smtpserver | Id='2230819' User='killer' Unable to process request
INFO   | jvm 1    | 2013/03/11 15:04:46 |
java.nio.channels.ClosedChannelException
INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.jboss.netty.handler.stream.ChunkedWriteHandler.discard(ChunkedWriteHandler.java:171)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.jboss.netty.handler.stream.ChunkedWriteHandler.handleDownstream(ChunkedWriteHandler.java:122)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.jboss.netty.handler.execution.ExecutionHandler.handleDownstream(ExecutionHandler.java:165)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.jboss.netty.channel.Channels.write(Channels.java:605)
INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.jboss.netty.channel.Channels.write(Channels.java:572)
INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.jboss.netty.channel.AbstractChannel.write(AbstractChannel.java:245)
INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.apache.james.protocols.netty.NettyProtocolTransport.close(NettyProtocolTransport.java:122)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.apache.james.protocols.api.AbstractProtocolTransport.writeResponseToClient(AbstractProtocolTransport.java:159)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.apache.james.protocols.api.AbstractProtocolTransport.writeResponse(AbstractProtocolTransport.java:67)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.apache.james.protocols.netty.BasicChannelUpstreamHandler.messageReceived(BasicChannelUpstreamHandler.java:160)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.jboss.netty.handler.execution.ChannelUpstreamEventRunnable.run(ChannelUpstreamEventRunnable.java:44)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:312)



INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
INFO   | jvm 1    | 2013/03/11 15:04:46 |  at
java.lang.Thread.run(Unknown Source)
INFO   | jvm 1    | 2013/03/11 15:04:47 | INFO  15:04:47,179 |
james.mailetcontext | Permanent exception delivering mail
(Mail1362985486618-47b7daa2-c6e3-4038-aaad-ccdcf34df9de-to-sina.com:


-----????----- From: Eric Charles
Sent: Monday, March 11, 2013 2:09 PM
To: James Users List
Subject: Re: send mail error

Thx.
I suppose you are refering to this line.
INFO   | jvm 1    | 2013/03/11 07:50:35 | INFO  07:50:35,621 |
james.mailetcontext | Permanent exception delivering mail
(Mail1362959434297-1803d9b4-114c-455f-93c1-7de42a686779-to-163.com:

Can you raise the SMTP logging level to DEBUG
http://james.apache.org/server/3/monitor-logging.html

and send more details?

Thx, Eric


On 10/03/2013 23:52, ?? wrote:
Below is my wrapper.log:
STATUS | wrapper  | 2013/03/11 07:44:36 | --> Wrapper Started as
Service
STATUS | wrapper  | 2013/03/11 07:44:36 | Launching a JVM...
INFO   | jvm 1    | 2013/03/11 07:44:55 | Wrapper (Version 3.2.3)
http://wrapper.tanukisoftware.org
INFO   | jvm 1    | 2013/03/11 07:44:55 |   Copyright 1999-2006 Tanuki
Software, Inc.  All Rights Reserved.
INFO   | jvm 1    | 2013/03/11 07:44:55 |
INFO   | jvm 1    | 2013/03/11 07:44:57 | INFO  07:44:57,680 |
org.apache.james.container.spring.context.JamesServerApplicationContext
| Refreshing
org.apache.james.container.spring.context.JamesServerApplicationContext@1c78f98:



startup date [Mon Mar 11 07:44:57 CST 2013]; root of context hierarchy
INFO   | jvm 1    | 2013/03/11 07:45:16 | log4j:WARN No appenders could
be found for logger
(org.apache.commons.configuration.ConfigurationUtils).
INFO   | jvm 1    | 2013/03/11 07:45:16 | log4j:WARN Please initialize
the log4j system properly.
INFO   | jvm 1    | 2013/03/11 07:45:16 | log4j:WARN See
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
INFO   | jvm 1    | 2013/03/11 07:45:17 | INFO  07:45:17,167 |
org.apache.james.container.spring.context.JamesServerApplicationContext
| Bean 'logprovider' of type [class
org.apache.james.container.spring.lifecycle.LogProviderImpl] is not
eligible for getting processed by all BeanPostProcessors (for example:
not eligible for auto-proxying)
INFO   | jvm 1    | 2013/03/11 07:45:17 | INFO  07:45:17,715 |
james.mailrepositorystore | JamesMailStore init...
INFO   | jvm 1    | 2013/03/11 07:45:17 | INFO  07:45:17,809 |
james.mailrepositorystore | Registering Repository instance of class
org.apache.james.mailrepository.file.FileMailRepository to handle file
protocol requests for repositories with key file
INFO   | jvm 1    | 2013/03/11 07:45:17 | INFO  07:45:17,810 |
james.mailrepositorystore | Registering Repository instance of class
org.apache.james.mailrepository.jdbc.JDBCMailRepository to handle db
protocol requests for repositories with key db
INFO   | jvm 1    | 2013/03/11 07:45:17 | INFO  07:45:17,810 |
james.mailrepositorystore | Registering Repository instance of class
org.apache.james.mailrepository.jdbc.JDBCMailRepository to handle
dbfile
protocol requests for repositories with key dbfile
INFO   | jvm 1    | 2013/03/11 07:45:17 | INFO  07:45:17,811 |
james.mailrepositorystore | Registering Repository instance of class
org.apache.james.mailrepository.file.MBoxMailRepository to handle mbox
protocol requests for repositories with key mbox
INFO   | jvm 1    | 2013/03/11 07:45:23 | WARN  07:45:23,845 |
org.apache.activemq.broker.BrokerService | Store limit is 102400 mb,
whilst the data directory:
F:\james-server-app-3.0.0-beta5-SNAPSHOT\bin\..\var\store\activemq\brokers\james



only has 16772 mb of usable space
INFO   | jvm 1    | 2013/03/11 07:45:23 | ERROR 07:45:23,874 |
org.apache.activemq.broker.BrokerService | Temporary Store limit is
51200 mb, whilst the temporary data directory:
F:\james-server-app-3.0.0-beta5-SNAPSHOT\bin\..\var\store\activemq\brokers\james\tmp_storage



only has 16772 mb of usable space
INFO   | jvm 1    | 2013/03/11 07:45:24 | INFO  07:45:24,961 |
james.dnsservice | Autodiscovery is enabled - trying to discover your
system's DNS Servers
INFO   | jvm 1    | 2013/03/11 07:45:25 | INFO  07:45:24,983 |
james.dnsservice | Adding autodiscovered server 61.134.1.5
INFO   | jvm 1    | 2013/03/11 07:45:25 | INFO  07:45:24,984 |
james.dnsservice | Adding autodiscovered server 218.30.19.50
INFO   | jvm 1    | 2013/03/11 07:45:25 | INFO  07:45:24,984 |
james.dnsservice | Adding autodiscovered server 192.168.1.1
INFO   | jvm 1    | 2013/03/11 07:45:25 | INFO  07:45:24,985 |
james.dnsservice | DNS Server is: 61.134.1.5
INFO   | jvm 1    | 2013/03/11 07:45:25 | INFO  07:45:24,988 |
james.dnsservice | DNS Server is: 218.30.19.50
INFO   | jvm 1    | 2013/03/11 07:45:25 | INFO  07:45:24,988 |
james.dnsservice | DNS Server is: 192.168.1.1
INFO   | jvm 1    | 2013/03/11 07:45:25 | INFO  07:45:25,039 |
james.dnsservice | Registered cache, resolver and search paths as
DNSJava defaults
INFO   | jvm 1    | 2013/03/11 07:45:28 | 88  James  WARN
[WrapperSimpleAppMain] openjpa.Runtime - An error occurred while
registering a ClassTransformer with PersistenceUnitInfo: name 'James',
root URL [file:/F:/james-server-app-3.0.0-beta5-SNAPSHOT/conf/]. The
error has been consumed. To see it, set your openjpa.Runtime log level
to TRACE. Load-time class transformation will not be available.
INFO   | jvm 1    | 2013/03/11 07:45:28 | INFO  07:45:28,252 |
james.domainlist | Set autodetect to: false
INFO   | jvm 1    | 2013/03/11 07:45:28 | INFO  07:45:28,253 |
james.domainlist | Set autodetectIP to: true
INFO   | jvm 1    | 2013/03/11 07:45:28 | 231  James  INFO
[WrapperSimpleAppMain] openjpa.Runtime - Starting OpenJPA 2.2.1
INFO   | jvm 1    | 2013/03/11 07:45:28 | 389  James  INFO
[WrapperSimpleAppMain] openjpa.jdbc.JDBC - Using dictionary class
"org.apache.openjpa.jdbc.sql.SQLServerDictionary".
INFO   | jvm 1    | 2013/03/11 07:45:34 | 6001  James  INFO
[WrapperSimpleAppMain] openjpa.Runtime - The Entity
"org.apache.james.mailbox.jpa.mail.model.openjpa.JPAMessage" was
enhanced at level "2", but the current level of enhancement is
"1,300,381".
INFO   | jvm 1    | 2013/03/11 07:45:34 | 6008  James  INFO
[WrapperSimpleAppMain] openjpa.Runtime - A down level Entity was
detected and logged. Please enable RUNTIME trace to see all down level
Entities.
INFO   | jvm 1    | 2013/03/11 07:45:35 | WARN  07:45:35,271 |
james.mailetcontext | The specified postmaster address (
postmaster@localhost ) is not a local address.  This is not necessarily
a problem, but it does mean that emails addressed to the postmaster
will
be routed to another server.  For some configurations this may cause
problems.
INFO   | jvm 1    | 2013/03/11 07:45:36 | INFO  07:45:36,295 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:36 | INFO  07:45:36,527 |
james.mailprocessor | Mailet PostmasterAlias instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:36 | INFO  07:45:36,540 |
james.mailprocessor | Matcher RelayLimit=30 instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:36 | INFO  07:45:36,555 |
james.mailprocessor | Mailet Null instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:36 | INFO  07:45:36,567 |
james.mailprocessor | Matcher SMTPAuthSuccessful instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:36 | INFO  07:45:36,579 |
james.mailprocessor | Mailet ToProcessor instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:36 | INFO  07:45:36,580 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:36 | INFO  07:45:36,582 |
james.mailprocessor | Mailet ToProcessor instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,390 |
james.mailprocessor | Matcher SMTPAuthSuccessful instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,446 |
james.mailprocessor | Mailet SetMimeHeader instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,474 |
james.mailprocessor | Matcher RecipientIsLocal instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,488 |
james.mailprocessor | Mailet RecipientToLowerCase instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,489 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,546 |
james.mailprocessor | Mailet RecipientRewriteTable instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,547 |
james.mailprocessor | Matcher RecipientIsLocal instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 |
org.apache.james.transport.mailets.LocalDelivery@2b1f62
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,976 |
james.mailprocessor | Mailet LocalDelivery instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:38 | INFO  07:45:38,990 |
james.mailprocessor | Matcher HostIsLocal instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:39 | INFO  07:45:38,993 |
james.mailprocessor | Mailet ToProcessor instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:39 | INFO  07:45:38,994 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:39 | INFO  07:45:39,074 |
james.mailetcontext | maxRetries is larger than total number of
attempts
specified.  Increasing last delayTime with 19 attempts
INFO   | jvm 1    | 2013/03/11 07:45:39 | INFO  07:45:39,074 |
james.mailetcontext | Delay of 21600000 msecs is now attempted: 20
times
INFO   | jvm 1    | 2013/03/11 07:45:39 | INFO  07:45:39,092 |
james.mailprocessor | Mailet RemoteDelivery instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:40 | INFO  07:45:40,912 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:40,963 |
james.mailrepositorystore | Init
org.apache.james.repository.file.FilePersistentObjectRepository Store
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:40,965 |
james.mailrepositorystore |
org.apache.james.repository.file.FilePersistentObjectRepository opened
in ..\var\mail\error
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:40,967 |
james.mailrepositorystore | Init
org.apache.james.repository.file.FilePersistentStreamRepository Store
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:40,968 |
james.mailrepositorystore |
org.apache.james.repository.file.FilePersistentStreamRepository opened
in ..\var\mail\error
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:40,970 |
james.mailrepositorystore | added repository:
file://var/mail/error/->org.apache.james.mailrepository.file.FileMailRepository




INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:40,971 |
james.mailprocessor | Mailet ToRepository instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,294 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,299 |
james.mailrepositorystore | Init
org.apache.james.repository.file.FilePersistentObjectRepository Store
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,301 |
james.mailrepositorystore |
org.apache.james.repository.file.FilePersistentObjectRepository opened
in ..\var\mail\spam
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,301 |
james.mailrepositorystore | Init
org.apache.james.repository.file.FilePersistentStreamRepository Store
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,302 |
james.mailrepositorystore |
org.apache.james.repository.file.FilePersistentStreamRepository opened
in ..\var\mail\spam
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,303 |
james.mailrepositorystore | added repository:
file://var/mail/spam/->org.apache.james.mailrepository.file.FileMailRepository




INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,303 |
james.mailprocessor | Mailet ToRepository instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,795 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,803 |
james.mailrepositorystore | Init
org.apache.james.repository.file.FilePersistentObjectRepository Store
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,806 |
james.mailrepositorystore |
org.apache.james.repository.file.FilePersistentObjectRepository opened
in ..\var\mail\address-error
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,806 |
james.mailrepositorystore | Init
org.apache.james.repository.file.FilePersistentStreamRepository Store
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,806 |
james.mailrepositorystore |
org.apache.james.repository.file.FilePersistentStreamRepository opened
in ..\var\mail\address-error
INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,807 |
james.mailrepositorystore | added repository:
file://var/mail/address-error/->org.apache.james.mailrepository.file.FileMailRepository




INFO   | jvm 1    | 2013/03/11 07:45:41 | INFO  07:45:41,808 |
james.mailprocessor | Mailet ToRepository instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,238 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,242 |
james.mailrepositorystore | Init
org.apache.james.repository.file.FilePersistentObjectRepository Store
INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,244 |
james.mailrepositorystore |
org.apache.james.repository.file.FilePersistentObjectRepository opened
in ..\var\mail\relay-denied
INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,244 |
james.mailrepositorystore | Init
org.apache.james.repository.file.FilePersistentStreamRepository Store
INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,245 |
james.mailrepositorystore |
org.apache.james.repository.file.FilePersistentStreamRepository opened
in ..\var\mail\relay-denied
INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,245 |
james.mailrepositorystore | added repository:
file://var/mail/relay-denied/->org.apache.james.mailrepository.file.FileMailRepository




INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,246 |
james.mailprocessor | Mailet ToRepository instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,604 |
james.mailprocessor | Matcher All instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:42 | INFO  07:45:42,683 |
james.mailprocessor | Mailet DSNBounce instantiated.
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,030 |
james.mailspooler |
org.apache.james.mailetcontainer.impl.JamesMailSpooler init...
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,030 |
james.mailspooler |
org.apache.james.mailetcontainer.impl.JamesMailSpooler uses 20
Thread(s)
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,102 |
james.fetchmail | FetchMail Disabled
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,124 |
james.mailspooler | Run
org.apache.james.mailetcontainer.impl.JamesMailSpooler: dequeuer-1
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,124 |
james.mailspooler | Queue=MailQueue:spool
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,144 |
james.mailspooler | Run
org.apache.james.mailetcontainer.impl.JamesMailSpooler: dequeuer-2
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,144 |
james.mailspooler | Queue=MailQueue:spool
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,264 |
james.smtpserver | SMTP Service bound to: 0.0.0.0:25
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,267 |
james.smtpserver | SMTP Service is running on: yonmoon
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,267 |
james.smtpserver | SMTP Service handler hello name is: yonmoon
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,268 |
james.smtpserver | SMTP Service handler connection timeout is: 360
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,268 |
james.smtpserver | SMTP Service connection backlog is: 200
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,269 |
james.smtpserver | This SMTP server requires authentication.
INFO   | jvm 1    | 2013/03/11 07:45:43 | INFO  07:45:43,269 |
james.smtpserver | No maximum message size is enforced for this server.
INFO   | jvm 1    | 2013/03/11 07:45:44 | INFO  07:45:44,742 |
james.smtpserver | Init SMTP Service done
INFO   | jvm 1    | 2013/03/11 07:45:44 | INFO  07:45:44,774 |
james.lmtpserver | LMTP Service disabled by configuration
INFO   | jvm 1    | 2013/03/11 07:45:44 | INFO  07:45:44,802 |
james.pop3server | POP3 Service bound to: 0.0.0.0:110
INFO   | jvm 1    | 2013/03/11 07:45:44 | INFO  07:45:44,803 |
james.pop3server | POP3 Service is running on: yonmoon
INFO   | jvm 1    | 2013/03/11 07:45:44 | INFO  07:45:44,803 |
james.pop3server | POP3 Service handler hello name is: yonmoon
INFO   | jvm 1    | 2013/03/11 07:45:44 | INFO  07:45:44,803 |
james.pop3server | POP3 Service handler connection timeout is: 1200
INFO   | jvm 1    | 2013/03/11 07:45:44 | INFO  07:45:44,804 |
james.pop3server | POP3 Service connection backlog is: 200
INFO   | jvm 1    | 2013/03/11 07:45:45 | INFO  07:45:45,134 |
james.pop3server | Init POP3 Service done
INFO   | jvm 1    | 2013/03/11 07:45:45 | INFO  07:45:45,849 |
james.imapserver | IMAP Service bound to: 0.0.0.0:143
INFO   | jvm 1    | 2013/03/11 07:45:45 | INFO  07:45:45,850 |
james.imapserver | IMAP Service is running on: yonmoon
INFO   | jvm 1    | 2013/03/11 07:45:45 | INFO  07:45:45,851 |
james.imapserver | IMAP Service handler hello name is: yonmoon
INFO   | jvm 1    | 2013/03/11 07:45:45 | INFO  07:45:45,851 |
james.imapserver | IMAP Service handler connection timeout is: 300
INFO   | jvm 1    | 2013/03/11 07:45:45 | INFO  07:45:45,851 |
james.imapserver | IMAP Service connection backlog is: 200
INFO   | jvm 1    | 2013/03/11 07:45:45 | INFO  07:45:45,868 |
james.imapserver | Init IMAP Service done
INFO   | jvm 1    | 2013/03/11 07:45:48 | INFO  07:45:47,968 |
org.apache.james.app.spring.JamesAppSpringMain | Apache James Server is
successfully started in 51624 milliseconds.
INFO   | jvm 1    | 2013/03/11 07:47:18 | INFO  07:47:18,899 |
james.smtpserver | Id='18663228' User='' Connection established from
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:47:19 | ERROR 07:47:19,056 |
james.smtpserver | Id='18663228' User='' AUTH method LOGIN failed from
killer@117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:47:19 | INFO  07:47:19,069 |
james.smtpserver | Id='18663228' User='' Connection closed for
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:43 | INFO  07:48:43,590 |
james.smtpserver | Id='10214837' User='' Connection established from
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:43 | ERROR 07:48:43,860 |
james.smtpserver | Id='10214837' User='' AUTH method LOGIN failed from
killer@117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:43 | INFO  07:48:43,936 |
james.smtpserver | Id='10214837' User='' Connection closed for
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:48 | INFO  07:48:48,139 |
james.smtpserver | Id='14284198' User='' Connection established from
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:48 | ERROR 07:48:48,169 |
james.smtpserver | Id='14284198' User='' AUTH method LOGIN failed from
killer@117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:48 | INFO  07:48:48,201 |
james.smtpserver | Id='14284198' User='' Connection closed for
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:49 | INFO  07:48:49,262 |
james.smtpserver | Id='12889992' User='' Connection established from
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:49 | ERROR 07:48:49,286 |
james.smtpserver | Id='12889992' User='' AUTH method LOGIN failed from
killer@117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:49 | INFO  07:48:49,313 |
james.smtpserver | Id='12889992' User='' Connection closed for
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:50 | INFO  07:48:50,356 |
james.smtpserver | Id='21108161' User='' Connection established from
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:50 | ERROR 07:48:50,381 |
james.smtpserver | Id='21108161' User='' AUTH method LOGIN failed from
killer@117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:50 | INFO  07:48:50,412 |
james.smtpserver | Id='21108161' User='' Connection closed for
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:51 | INFO  07:48:51,681 |
james.pop3server | Id='8542122' User='' Connection established from
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:52 | INFO  07:48:52,090 |
james.pop3server | Id='8542122' User='killer' Connection closed for
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:52 | INFO  07:48:52,133 |
james.imapserver | ID=87635 Connection established from 117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:48:52 | INFO  07:48:52,827 |
james.imapserver | ID=87635 Connection closed for 117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:50:29 | INFO  07:50:29,681 |
james.smtpserver | Id='15123793' User='' Connection established from
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:50:34 | INFO  07:50:34,416 |
james.smtpserver | Id='15123793' User='killer' Successfully spooled
mail
Mail1362959434297-1803d9b4-114c-455f-93c1-7de42a686779 from
kil...@xfeng.info on 117.33.164.230/117.33.164.230 for
[amie1...@163.com]
INFO   | jvm 1    | 2013/03/11 07:50:34 | INFO  07:50:34,490 |
james.smtpserver | Id='15123793' User='killer' Connection closed for
117.33.164.230
INFO   | jvm 1    | 2013/03/11 07:50:35 | INFO  07:50:35,621 |
james.mailetcontext | Permanent exception delivering mail
(Mail1362959434297-1803d9b4-114c-455f-93c1-7de42a686779-to-163.com:
INFO   | jvm 1    | 2013/03/11 07:50:38 | INFO  07:50:37,957 |
james.mailetcontext | Local delivered mail
Mail1362959434297-1803d9b4-114c-455f-93c1-7de42a686779-to-163.com-!792666


sucessfully
from <> to kil...@xfeng.info in folder INBOX


-----????----- From: Eric Charles
Sent: Saturday, March 9, 2013 8:11 PM
To: James Users List
Subject: Re: send mail error

Hi,
Only mailetcontainer.xml is attached.

Can you copy-paste the exception in the mail, and also specify the
changes (if any) you have brought to the default mailetcontainer.xml?

Thx, Eric

On 09/03/2013 01:31, ?? wrote:
I am using James 3.0Beata5 snapshot (20130306),I get error as
/attachment 1/,my config file as /attachment 2./



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to