Trying to relay message from JSP to Domino problems

I’m trying send mail with javamail API (JSP) from my internal domino 6.5 server to an outside address…so i’m trying to send email from my javamail API through domino (relay) outside, but I keep getting this message:

554 Relay rejected for policy reasons

Now, to clear up a few things, i’ve removed any possible obstactles that would prevent me from sending mail out, but i’m still getting the same message. The only thing i’ve got blocked is inbound mail servers that are of known spam servers…as far as anything to do with outbound its all blank and anything to do with relaying is blank at the present…is there something that i’m missing here?

H

Subject: Trying to relay message from JSP to Domino problems

I got exact same problem here. It’s not code problem. Seems we need to ask administrator of mail server’s help. see the link to the JavaMail forum, may give you some ideas. http://forum.java.sun.com/thread.jsp?forum=43&thread=74361

If you find the solution via code, could you share it here.