I dont have smpt details of my ISP and i''d like to setup a mail server on my local machine while I test my rails app (actionmailer). What is the simplest and easiest smtp mail server to setup on SUSE 10? I''m not an advanced Linux user, so it needs to be very simple and easy to setup. Thanks Chris -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hassan Schroeder
2006-Sep-10 21:22 UTC
Re: Anyone know a VERY simple smtp server for linux?
On 9/10/06, Chris <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> What is the simplest and easiest smtp mail server to setup on SUSE 10?You probably already have one running :-) Try ''netstat -a | grep smtp'' -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Do I? im not sure. netstat -a | grep smtp tcp 0 0 localhost:smtp *:* LISTEN tcp 0 0 localhost:smtp *:* LISTEN unix 2 [ ACC ] STREAM LISTENING 12702 private/bsmtp unix 2 [ ACC ] STREAM LISTENING 12646 private/smtp -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Chris wrote:> Do I? im not sure. > > netstat -a | grep smtp > tcp 0 0 localhost:smtp *:* > LISTEN > tcp 0 0 localhost:smtp *:* > LISTEN > unix 2 [ ACC ] STREAM LISTENING 12702 private/bsmtp > unix 2 [ ACC ] STREAM LISTENING 12646 private/smtpYou do. To disperse your doubts, you can also try telnet localhost smtp -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
postfix ? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
dumber wrote:> postfix ?so how do I send an email? Thanks Chris -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Duzenbury, Rich
2006-Sep-18 19:03 UTC
Re: Anyone know a VERY simple smtp server for linux? [OT]
> > I dont have smpt details of my ISP and i''d like to setup a mail server > on my local machine while I test my rails app (actionmailer). > > What is the simplest and easiest smtp mail server to setup on SUSE 10? > I''m not an advanced Linux user, so it needs to be very simple and easy > to setup.I thought the default e-mail server for SUSE is postfix. Configuring is quite straight forward, via YaST. Simply click network services, then Mail Transfer Agent, then follow the prompts. You indicate that you don''t know your ISP''s mail info. Why not? The simplest and easiest way to get things working is to configure your MTA as a smart host that simply forwards to your ISP. Let them do the heavy lifting for you. Regards, Rich --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---