You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ji...@apache.org on 2004/06/07 03:04:01 UTC

[jira] Closed: (JAMES-4) Bounced mail to unknown sender address or SMTP server hangs James

Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-4

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-4
    Summary: Bounced mail to unknown sender address or SMTP server hangs James
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: James
 Components: 
             SpoolManager & Processors
   Versions:
             1.2.1

   Assignee: 
   Reporter: esw

    Created: Fri, 22 Jun 2001 10:08 AM
    Updated: Sun, 6 Jun 2004 6:03 PM
Environment: Operating System: Linux
Platform: PC

Description:
If a mail bounces and James tries to return the message, and the sender mail or 
SMTP server is invalid, exceptions will scroll continuously in the mailet.log 
file and James will never recover until that message is deleted from the 
outgoing message directory.

2001.06.21 05:37:06 483 (INFO) from Mailets: RemoteDelivery: Sending back 
message Mail993061967859-203-!605164785-to-ite.com01234 af
ter max (5) retries reached^M
2001.06.21 05:37:06 484 (INFO) from Mailets: RemoteDelivery: Exception caught 
in RemoteDelivery.run(): java.lang.NullPointerExceptio
n^M
2001.06.21 05:37:06 490 (INFO) from Mailets: RemoteDelivery: Remote delivery 
thread (0) will process mail Mail993061967859-203-!6051
64785-to-ite.com01234^M
2001.06.21 05:37:06 495 (INFO) from Mailets: RemoteDelivery: attempting to 
deliver Mail993061967859-203-!605164785-to-ite.com01234^M
2001.06.21 05:37:06 496 (INFO) from Mailets: RemoteDelivery: attempting 
delivery of Mail993061967859-203-!605164785-to-ite.com01234
to host mail.ite.com.^M
2001.06.21 05:37:37 326 (INFO) from Mailets: RemoteDelivery: Exception caught 
in RemoteDelivery.deliver() : javax.mail.SendFailedExc
eption: Invalid Addresses;
  nested exception is:
        javax.mail.SendFailedException: 550 <jo...@ite.com>... User unknown
^M
2001.06.21 05:37:37 327 (INFO) from Mailets: RemoteDelivery: Exception 
delivering mail (Mail993061967859-203-!605164785-to-ite.com01
234: javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
        javax.mail.SendFailedException: 550 <jo...@ite.com>... User unknown

        at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:804)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:320)
        at org.apache.james.transport.mailets.RemoteDelivery.deliver
(RemoteDelivery.java:128)
        at org.apache.james.transport.mailets.RemoteDelivery.run
(RemoteDelivery.java:274)
        at java.lang.Thread.run(Thread.java:484)
^M
2001.06.21 05:37:37 328 (INFO) from Mailets: RemoteDelivery: Sending back 
message Mail993061967859-203-!605164785-to-ite.com01234 af
ter max (5) retries reached^M
2001.06.21 05:37:37 329 (INFO) from Mailets: RemoteDelivery: Exception caught 
in RemoteDelivery.run(): java.lang.NullPointerExceptio
n^M
2001.06.21 05:37:37 336 (INFO) from Mailets: RemoteDelivery: Remote delivery 
thread (0) will process mail Mail993061967859-203-!6051
64785-to-ite.com01234^M
2001.06.21 05:37:37 340 (INFO) from Mailets: RemoteDelivery: attempting to 
deliver Mail993061967859-203-!605164785-to-ite.com01234^M
2001.06.21 05:37:37 342 (INFO) from Mailets: RemoteDelivery: attempting 
delivery of Mail993061967859-203-!605164785-to-ite.com01234
to host mail.ite.com.^M
2001.06.21 05:37:37 430 (INFO) from Mailets: RemoteDelivery: Exception caught 
in RemoteDelivery.deliver() : javax.mail.SendFailedExc
eption: Invalid Addresses;
  nested exception is:
        javax.mail.SendFailedException: 550 <jo...@ite.com>... User unknown
^M
2001.06.21 05:37:37 432 (INFO) from Mailets: RemoteDelivery: Exception 
delivering mail (Mail993061967859-203-!605164785-to-ite.com01
234: javax.mail.SendFailedException: Invalid Addresses;
  nested exception is:
        javax.mail.SendFailedException: 550 <jo...@ite.com>... User unknown


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org