Re: Newbie configuration/installation question

2009-04-16 Thread Joe Sloan
loan To: postfix-users@postfix.org Sent: Monday, April 13, 2009 5:45:40 PM Subject: Re: Newbie configuration/installation question Tashfeen Ekram wrote: I have installed Postfix on Ubuntu to use to only send emails for my rails application. My rails application is not able to connect to it

Re: Newbie configuration/installation question

2009-04-16 Thread Tashfeen Ekram
: Newbie configuration/installation question I installed it with apt-get install postfix and then choose "Internet Site" during the configuration. i have configured rails to use smtp. config.action_mailer.smtp_settings = {   :address    => 'localhost',   :port

Re: Newbie configuration/installation question

2009-04-14 Thread Tashfeen Ekram
   => 'www.example.com', } - Original Message From: J Sloan To: postfix-users@postfix.org Sent: Monday, April 13, 2009 5:45:40 PM Subject: Re: Newbie configuration/installation question Tashfeen Ekram wrote: > I have installed Postfix on Ubuntu to use to only send emails for my > r

Re: Newbie configuration/installation question

2009-04-13 Thread J Sloan
Tashfeen Ekram wrote: > I have installed Postfix on Ubuntu to use to only send emails for my > rails application. My rails application is not able to connect to it. > Could this be because sendmail is listeneing at port 20? > also, what configuration would suit me best if I only want to send > emai

Re: Newbie configuration/installation question

2009-04-13 Thread Terry Carmen
> I have installed Postfix on Ubuntu to use to only send emails for my rails application. My rails application is not able to connect to it. Could this be because sendmail is listeneing at port 20? > also, what configuration would suit me best if I only want to send emails ant not receive. This i

Re: Newbie configuration/installation question

2009-04-13 Thread Peter Blair
On Mon, Apr 13, 2009 at 3:59 PM, Tashfeen Ekram wrote: > I have installed Postfix on Ubuntu to use to only send emails for my rails > application. My rails application is not able to connect to it. Could this > be because sendmail is listeneing at port 20? > also, what configuration would suit me

Newbie configuration/installation question

2009-04-13 Thread Tashfeen Ekram
I have installed Postfix on Ubuntu to use to only send emails for my rails application. My rails application is not able to connect to it. Could this be because sendmail is listeneing at port 20? also, what configuration would suit me best if I only want to send emails ant not receive. This is o