progmaticltd / homebox

A set of ansible scripts to build a personal mail server / private cloud / etc.
https://homebox.space/
GNU General Public License v3.0
467 stars 52 forks source link

Use IP addresses in the SPF record #246

Closed fredericmoulins closed 4 years ago

fredericmoulins commented 4 years ago

Use the ip4 and ip6 mechanisms to avoid DNS queries for servers checking the SPF record.

This is done under the assumption that the IP addresses are static, and will not be renumbered without an update of the SPF record.

https://tools.ietf.org/html/rfc7208#section-10.1.1