Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Jan 16, 2013 12:52 pm 
Offline
Senior Newbie

Joined: Wed Jan 16, 2013 12:38 pm
Posts: 8
Hi

I'm about to setup a Linode running a Centos server with a rails apps. The rails app has a contact us form. That justs send enquirys to the site owner. No other email functionality is needed

The site owner just uses his gmail email account, so no email is currently configured for the domain hosting rails app.

My question is, do I have to setup postfix on server hosting the rails app so it can send emails to the site owner or is there some other way ?

If I have to do it, am I correct in assuming I'll have to setup MX records, Sender frameworks SSL certs,etc :( . Do Linode have any kind of forwarder ?

Many Thanks
Andy


Top
   
PostPosted: Wed Jan 16, 2013 1:50 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
You will need an MTA, but it doesn't need to handle incoming mail, so the default configuration of most MTAs should work just fine. No need to touch MX records or deal with SSL certificates.

On Debian-like OSes, you'd do "apt-get install default-mta" (or "apt-get install mailutils" to add some useful command line tools) and it would do the right thing. CentOS is somewhat more mysterious.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Wed Jan 16, 2013 4:50 pm 
Offline
Senior Newbie

Joined: Wed Jan 16, 2013 12:38 pm
Posts: 8
hoopycat wrote:
You will need an MTA, but it doesn't need to handle incoming mail, so the default configuration of most MTAs should work just fine. No need to touch MX records or deal with SSL certificates.

On Debian-like OSes, you'd do "apt-get install default-mta" (or "apt-get install mailutils" to add some useful command line tools) and it would do the right thing. CentOS is somewhat more mysterious.



Thanks for the reply but I'm confused, how will my emails be accepted by other mail servers if my server doesn't have a valid MX record, reverse lookup entry ? Whats to stop spammers from just setting up 100's of VPSs and spamming away ? Are Linodes IP ranges accepted by other orgs as safe ?

Many Thanks
Andy


Top
   
PostPosted: Wed Jan 16, 2013 5:21 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
A valid rDNS entry helps, as well as SPF records and Domain Keys. But in short, not a lot stops spammers from spinning up 100s of VPSs and spamming away, although if you're caught a reputable host will shut you down.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
PostPosted: Wed Jan 16, 2013 5:41 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Nothing stops spammers from spinning up hundreds of VPSes with valid MX records and all the other things, either. There's nothing YOU can do that a spammer can't do as well, aside from click "Not Spam" each time your messages end up in your Gmail spam folder. That's how Gmail seems to do it, at least: messages go to the Spam folder by default, unless the originating IP address is "known" to be legitimate.

If you absolutely must get mail through, expect to pay someone like postmarkapp.com, amazonses.com, or even mailchimp.com to deliver messages for you. But, if it's just mail going to one mailbox and that mailbox is on Gmail, it doesn't take too long to train their spam filter.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Wed Jan 16, 2013 6:17 pm 
Offline
Senior Newbie

Joined: Wed Jan 16, 2013 12:38 pm
Posts: 8
O.K. thanks for all the input. I'll go and set that rails server up then :)

Regards
Andy


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group