tashfeen.ekram wrote: > Do I need to uninstall sendmail before trying to use postfix? (sorry > not exactly a rails question)
No. But you do need to determine which one is running and what ip-addr and port it is listening on. Sendmail listens on 127.0.0.1:25 by default so that is where the smtp config should point to. I have no experience with Postfix but I imagine that it is similar. In either case, port 25 is the wks port for smtp traffic. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

