On Oct 27, 2010, at 6:10 PM, radhames brito wrote:

I have a public website accessible from the intranet and i have to
send mail to the inside and outside but the thing is when i try to
send mails with postfix apparently the exchange server wont accept
those so i cant send mails to the inside, now im trying to send with
the exchange server but i cant authenticate.

1) is there a better solution with postfix?
2) if not, how do i configure actionmailer to work with exchange
server.

I don't think the issue is specifically postfix. On a couple of different servers, I have gotten Exchange to act as if it was a mail server by adding an MX record for the Web server, set to such a low priority that it won't ever see the light of incoming mail. In one other case, the Exchange admin was able to set a preference somewhere that told it to accept mail from the Web server. The underlying issue in all three cases was that the Exchange server didn't believe that any other machine would be sending mail from "its" domain, so it denied it.

Walter

--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to