mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
7e54280a9d
before, the suggested records would show "v=spf1 mx ~all", while the dnscheck page would suggest "v=spf1 ip4:... ip6:... -all". the two places now show the same record: explicitly listing the configured ip's (so the common case of a valid message is fast and doesn't require lookups of mx hosts and their addresses), but still including "mx" (may prevent issues while migrating to new ips in the future and doesn't hurt for legit messages), and "~all" (for compatibility with some old systems that don't look at dkim/dmarc when they evaluate spf and reach "-all") based on #176 created by rdelaage, with record mismatch spotted by RobSlgm, thanks! |
||
---|---|---|
.. | ||
admin.go | ||
cid.go | ||
config.go | ||
dir.go | ||
dkimsign.go | ||
doc.go | ||
fill.go | ||
forkexec_unix.go | ||
forkexec_windows.go | ||
ip.go | ||
lastknown.go | ||
lifecycle.go | ||
lifecycle_test.go | ||
limitauth.go | ||
localserve.go | ||
lookup.go | ||
msgid.go | ||
rand.go | ||
recvid.go | ||
safeheaders.go | ||
sleep.go | ||
tlsrecv.go | ||
webappfile.go |