CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • CiviSMTP and SPF?
Pages: [1]

Author Topic: CiviSMTP and SPF?  (Read 671 times)

mathieu

  • Administrator
  • Ask me questions
  • *****
  • Posts: 620
  • Karma: 36
    • Work
  • CiviCRM version: 4.7
  • CMS version: Drupal
  • MySQL version: MariaDB 10
  • PHP version: 7
CiviSMTP and SPF?
January 08, 2014, 06:17:15 am
Hi,

Regarding SPF, the CiviSMTP FAQ says: "If you use your own custom domain then you will have to set up SPF records yourself. SPF records have to be set up pecifically(typo) for the subdomain you are using with CiviSMTP, for example newsletter.example.org"  c.f. http://www.civismtp.com/drupal/faq

1- if my domain is "newsletter.example.org" is the best practice to use a TXT equivalent to the following example?

Code: [Select]
$ host -t txt example.org
example.org descriptive text v=spf1 ip4:67.212.170.242 ~all"

(where 67.212.170.242 is civismtp.uas.coop, the MX for our domain)

2- Does CiviSMTP have an entry equivalent to _spf.civismtp.com for all CiviSMTP IPs? From my understanding of SPF, it would be safer in the long run?

Thanks,
Mathieu
CiviCamp Montréal, 29 septembre 2017 | Co-founder / consultant / turn-key CiviCRM hosting for Quebec/Canada @ SymbioTIC.coop

alleyla

  • I post occasionally
  • **
  • Posts: 98
  • Karma: 1
  • CiviCRM version: 4.0.4
  • CMS version: Drupal 7
  • MySQL version: 5
  • PHP version: 5.2
Re: CiviSMTP and SPF?
January 09, 2014, 01:19:34 pm
We recommend you use a  record like this:

v=spf1 mx -all

or this:

v=spf1 mx ip4:67.212.170.242 -all

Regards,

-Leyla
CiviSMTP Support

mathieu

  • Administrator
  • Ask me questions
  • *****
  • Posts: 620
  • Karma: 36
    • Work
  • CiviCRM version: 4.7
  • CMS version: Drupal
  • MySQL version: MariaDB 10
  • PHP version: 7
Re: CiviSMTP and SPF?
January 10, 2014, 09:43:21 am
Makes sense. Thanks!
CiviCamp Montréal, 29 septembre 2017 | Co-founder / consultant / turn-key CiviCRM hosting for Quebec/Canada @ SymbioTIC.coop

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using CiviSMTP (Moderator: shane) »
  • CiviSMTP and SPF?

This forum was archived on 2017-11-26.