Read more

Debugging SPF records

Daniel Straßner
October 08, 2020Software engineer at makandra GmbH

While debugging a SPF record I found spf-record.de Show archive.org snapshot to be very helpful.

  • it lists all IPs that are covered by the SPF record
  • shows syntax errors
  • helps you debugging errors like DNS lookup limit reached
  • it also lets you test a new SPF strings before applying it. This can save you time as you don't have to loop with operations
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

Also the advanced check at vamsoft.com Show archive.org snapshot has a very good interface to test new SPF policies.

Posted by Daniel Straßner to makandra dev (2020-10-08 11:03)