You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Jason CHENG <jc...@hotmail.com> on 2002/02/05 06:54:36 UTC

help me plz!

I have a the following problem, in my mailet.log I get:

2002.02.05 10:59:04 419 (INFO) from Mailets: RemoteDelivery: Sending back
message Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234 after max
(5) retries reached
2002.02.05 10:59:04 429 (INFO) from Mailets: RemoteDelivery: Exception
caught in RemoteDelivery.run(): java.lang.StringIndexOutOfBoundsException:
String index out of range: 4
2002.02.05 10:59:04 429 (INFO) from Mailets: RemoteDelivery: Remote delivery
thread (0) will process mail
Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234
2002.02.05 10:59:04 429 (INFO) from Mailets: RemoteDelivery: attempting to
deliver Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234
2002.02.05 10:59:04 439 (INFO) from Mailets: RemoteDelivery: attempting
delivery of Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234 to host
lorica.ucc.usyd.edu.au.
2002.02.05 10:59:04 489 (INFO) from Mailets: RemoteDelivery: Exception
caught in RemoteDelivery.deliver() : javax.mail.SendFailedException: Invalid
Addresses;
nested exception is:
javax.mail.SendFailedException: 550 Mailbox unavailable: This site may not
be used as a relay agent.

2002.02.05 10:59:04 489 (INFO) from Mailets: RemoteDelivery: attempting
delivery of Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234 to host
metro.ucc.usyd.edu.au.
2002.02.05 10:59:04 519 (INFO) from Mailets: RemoteDelivery: Exception
caught in RemoteDelivery.deliver() : javax.mail.SendFailedException: Invalid
Addresses;
nested exception is:
javax.mail.SendFailedException: 550 Mailbox unavailable: This site may not
be used as a relay agent.

2002.02.05 10:59:04 519 (INFO) from Mailets: RemoteDelivery: Exception
delivering mail (Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 550 Mailbox unavailable: This site may not
be used as a relay agent.

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(Unknown Source)

______________________________________________________________________

can someone help me to solve this prob../

thanks

Jason   :-)


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: help me plz!

Posted by Danny Angus <da...@thought.co.uk>.
looks like you're not allowed to send mail to this recipient, or youre using
a gateway which doesn't allow relaying.

> -----Original Message-----
> From: Jason CHENG [mailto:jctycheng@hotmail.com]
> Sent: Tuesday, February 05, 2002 5:55 AM
> To: james-user@jakarta.apache.org
> Subject: help me plz!
>
>
> I have a the following problem, in my mailet.log I get:
>
> 2002.02.05 10:59:04 419 (INFO) from Mailets: RemoteDelivery: Sending back
> message Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234 after max
> (5) retries reached
> 2002.02.05 10:59:04 429 (INFO) from Mailets: RemoteDelivery: Exception
> caught in RemoteDelivery.run(): java.lang.StringIndexOutOfBoundsException:
> String index out of range: 4
> 2002.02.05 10:59:04 429 (INFO) from Mailets: RemoteDelivery:
> Remote delivery
> thread (0) will process mail
> Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234
> 2002.02.05 10:59:04 429 (INFO) from Mailets: RemoteDelivery: attempting to
> deliver Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234
> 2002.02.05 10:59:04 439 (INFO) from Mailets: RemoteDelivery: attempting
> delivery of
> Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234 to host
> lorica.ucc.usyd.edu.au.
> 2002.02.05 10:59:04 489 (INFO) from Mailets: RemoteDelivery: Exception
> caught in RemoteDelivery.deliver() :
> javax.mail.SendFailedException: Invalid
> Addresses;
> nested exception is:
> javax.mail.SendFailedException: 550 Mailbox unavailable: This site may not
> be used as a relay agent.
>
> 2002.02.05 10:59:04 489 (INFO) from Mailets: RemoteDelivery: attempting
> delivery of
> Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234 to host
> metro.ucc.usyd.edu.au.
> 2002.02.05 10:59:04 519 (INFO) from Mailets: RemoteDelivery: Exception
> caught in RemoteDelivery.deliver() :
> javax.mail.SendFailedException: Invalid
> Addresses;
> nested exception is:
> javax.mail.SendFailedException: 550 Mailbox unavailable: This site may not
> be used as a relay agent.
>
> 2002.02.05 10:59:04 519 (INFO) from Mailets: RemoteDelivery: Exception
> delivering mail (Mail1012381934000-0-!699854941-to-mail.usyd.edu.au01234:
> javax.mail.SendFailedException: Invalid Addresses;
> nested exception is:
> javax.mail.SendFailedException: 550 Mailbox unavailable: This site may not
> be used as a relay agent.
>
> 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(RemoteDe
> livery.java:128)
> at
> org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelive
> ry.java:274)
> at java.lang.Thread.run(Unknown Source)
>
> ______________________________________________________________________
>
> can someone help me to solve this prob../
>
> thanks
>
> Jason   :-)
>
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>