| Linode Forum https://forum.linode.com/ |
|
| Do I need to setup an SMTP MTA for a contact us form ? https://forum.linode.com/viewtopic.php?f=11&t=9715 |
Page 1 of 1 |
| Author: | marrax [ Wed Jan 16, 2013 12:52 pm ] |
| Post subject: | Do I need to setup an SMTP MTA for a contact us form ? |
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 Many Thanks Andy |
|
| Author: | hoopycat [ Wed Jan 16, 2013 1:50 pm ] |
| Post subject: | Re: Do I need to setup an SMTP MTA for a contact us form ? |
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. |
|
| Author: | marrax [ Wed Jan 16, 2013 4:50 pm ] |
| Post subject: | Re: Do I need to setup an SMTP MTA for a contact us form ? |
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 |
|
| Author: | obs [ Wed Jan 16, 2013 5:21 pm ] |
| Post subject: | Re: Do I need to setup an SMTP MTA for a contact us form ? |
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. |
|
| Author: | hoopycat [ Wed Jan 16, 2013 5:41 pm ] |
| Post subject: | Re: Do I need to setup an SMTP MTA for a contact us form ? |
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. |
|
| Author: | marrax [ Wed Jan 16, 2013 6:17 pm ] |
| Post subject: | Re: Do I need to setup an SMTP MTA for a contact us form ? |
O.K. thanks for all the input. I'll go and set that rails server up then Regards Andy |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|