| Linode Forum https://forum.linode.com/ |
|
| SPF record to validate e-mail from Google Apps https://forum.linode.com/viewtopic.php?f=11&t=9006 |
Page 1 of 1 |
| Author: | tyler-vortex [ Fri Jun 15, 2012 11:48 am ] |
| Post subject: | SPF record to validate e-mail from Google Apps |
I had to set up an SPF TXT record to try to validate my e-mails sent by a Google Apps account and I would check with you if the answer would be the same: Code: root@manager:~# dig @ns1.linode.com TXT mydomain.com I'm still learning how to configure DNS, as I understand some TXT records. Thank you in advance. |
|
| Author: | Stever [ Fri Jun 15, 2012 12:37 pm ] |
| Post subject: | Re: SPF record to validate e-mail from Google Apps |
http://support.google.com/a/bin/answer. ... wer=178723 They recommend the following if you ONLY send from google apps: Code: v=spf1 include:_spf.google.com ~all If you send mail from both google apps and your server, then you'd want to combine that with what you already have: Code: v=spf1 a mx include:_spf.google.com ~all |
|
| Author: | Dweeber [ Fri Jun 15, 2012 3:00 pm ] |
| Post subject: | Re: SPF record to validate e-mail from Google Apps |
Note that using ~all basically is saying you have listed IP's that send your email but their may be email from others. If you are going through the trouble of setting up SPF... not sure why you would use that. -all is strict saying that ONLY what you have specified is allowed to send email for your domain. For verification, send email using your domain to: check-auth2@verifier.port25.com and get back a report which shows if you authenticate for SFP, DKIM and others. This is useful when you start using mail servers that have IPv6 enabled as well. Gets a bit trickier |
|
| Author: | Stever [ Fri Jun 15, 2012 6:36 pm ] |
| Post subject: | Re: SPF record to validate e-mail from Google Apps |
Dweeber wrote: Note that using ~all basically is saying you have listed IP's that send your email but their may be email from others. If you are going through the trouble of setting up SPF... not sure why you would use that. With "-all", one mistake from either you or whoever's spf you included can result in your mail being lost. The main benefit to the use of "-all" is that other people may see less spam. For most people the risk is not worth the benefit and "~all" is more appropriate. For sure when you are handing out advice to people who may or may not understand the in's and out's of SPF it is much safer to suggest "~all". If you want "-all" you are probably not going to need to ask anyone for help. Disclaimer: I use "-all" on all my domains |
|
| Author: | Dweeber [ Sat Jun 16, 2012 11:08 am ] |
| Post subject: | Re: SPF record to validate e-mail from Google Apps |
I guess it depends on why you are setting up an SPF record. If you are setting it up just so servers will accept your email, then the use of ~all won't matter much. But if you are like me and less concerned with spam and more concerned with others using your mail domain(s) for unauthorized messages, making sure you have your SPF record correct and using the strict setting is the only thing that makes sense. That and hoping other mail servers will use and honor your SPF strict settings helps prevent your mail domain(s) from being used from mail sources you didn't specify. Setting ~all when testing makes total sense, just like setting t=y in your DKIM record to indicate you are in testing mode. You have the best success with email delivery when you have taken the time to ensure that your mail server(s) not only are configured correctly but also that all components of the the email are properly setup. Proper MX records, proper HELO host names, forward and reverse DNS matching, masking internal hosts in headers etc.. |
|
| Author: | acessofacil [ Wed Jul 18, 2012 9:36 pm ] |
| Post subject: | Re: SPF record to validate e-mail from Google Apps |
Well, now I'm using google apps, email and one's own domain email marketing system. Both are falling to the senders of spam. Code: ; acessofacil.in [293019] |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|