RE: JavaMail problem

2001-10-19 Thread Justin Crosbie

Hi,

Thanks for the replies. Still no joy, this is strange behaviour. We don't
want to enable relaying totally, because of the security risks. Yet its
still a problem if we enable it for specific IP addresses, it doesn't work.
We can enable routing to specific external domains, and this works.

Anyway, it appears to be either a JavaMail or Exchange Server problem, so
I'll keep looking there.

Thanks again,
Justin

-Original Message-
From: Christoph Sturm [mailto:[EMAIL PROTECTED]]
Sent: 16 October 2001 16:43
To: Orion-Interest
Cc: Orion-Interest
Subject: Re: JavaMail problem


Hello Justin,

Tuesday, October 16, 2001, 10:48:20 AM, you wrote:


JC> I have set Exchange to disable relaying except for the IP address of the
JC> machine the appserver is on. The problem is I'm still getting the
JC> "javax.mail.SendFailedException: 550 Relaying is prohibited" error.
You need to restart the internet mail service (in control
panel/services) for the change to take effect.




-- 
Best regards,
 Christophmailto:[EMAIL PROTECTED]






Re: JavaMail problem

2001-10-16 Thread Christoph Sturm

Hello Justin,

Tuesday, October 16, 2001, 10:48:20 AM, you wrote:


JC> I have set Exchange to disable relaying except for the IP address of the
JC> machine the appserver is on. The problem is I'm still getting the
JC> "javax.mail.SendFailedException: 550 Relaying is prohibited" error.
You need to restart the internet mail service (in control
panel/services) for the change to take effect.




-- 
Best regards,
 Christophmailto:[EMAIL PROTECTED]






Re: JavaMail problem

2001-10-16 Thread Lachezar Dobrev



   Hello Justin.
 
   As I see it, this is not JavaMail 
problem.
   The message "550 Relaying denied" is 
standard SMTP message sent from the SMTP server.
   Depending on the type of your SMTP 
server this is solved differently.
   Consult you SMTP administrator or, 
if it is you, check the documentation, to see how to permit in/out-going SMTP 
traffic. Normally it will be permitted/denied according to your IP 
address.
 
   That's it. "Happy hunting Sebastian" 
(*grin*: quote from "Cruel Intentions").
 
   Lachezar
 

  Hi 
  all,
   
  I'm having trouble 
  enabling relaying on my mailserver. I'm using Orion 1.5.2 with the J2EE 1.2.1 
  JavaMail, trying to relay to a 5.5 Exchange Server(NT). I've set the 
  application.xml to point to my Exchange server as such:
  
  
      
      user@company.com"/>
      user@company.com"/>
  
  I have set Exchange 
  to disable relaying except for the IP address of the machine the appserver is 
  on. The problem is I'm still getting the 
  "javax.mail.SendFailedException: 550 
  Relaying is prohibited" error.
  Can anyone shed any light on this? Is there something in 
  Orion I need to do as well?
  Thanks for any 
  help.
  Justin 
  Crosbie


JavaMail problem

2001-10-16 Thread Justin Crosbie



Hi 
all,
 
I'm having trouble 
enabling relaying on my mailserver. I'm using Orion 1.5.2 with the J2EE 1.2.1 
JavaMail, trying to relay to a 5.5 Exchange Server(NT). I've set the 
application.xml to point to my Exchange server as such:


    
    user@company.com"/>
    user@company.com"/>

I have set Exchange to 
disable relaying except for the IP address of the machine the appserver is on. 
The problem is I'm still getting the 
"javax.mail.SendFailedException: 550 
Relaying is prohibited" error.
Can anyone shed any light on this? Is there something in Orion 
I need to do as well?
Thanks for any 
help.
Justin 
Crosbie