View Single Post
  #2 (permalink)  
Old September 29th, 2008, 13:54
acuartero acuartero is offline
Junior Member
 
Join Date: Jul 2006
Posts: 19
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 7
Thanked 0 Times in 0 Posts
Rep Power: 0
acuartero is on a distinguished road
Re: Configuration of SMTP in otm

Skn,

I assume that when you say the recipient's email address is the same you mean that they are both in the same domain. The 550 error is telling you that you cannot send (relay) email from OTM through your smtp server to another domain. However sending email to a user on the same domain is not affected. This is usually the default out of the box configuration for most email servers to prevent SPAM from being forwarded through open relays. What you need to do is to configure your smtp server to accept relays from either the internal subnet that the OTM app server is on or the specific IP for the app server if you don't want to allow relaying to everyone on the subnet. If you're using sendmail I would check out sendmail.org for more info on specific configurations.

Thanks,
Alan
Reply With Quote