Nate Leon wrote:
http://spf.pobox.com/why.html
Oops, there's a test page, I didn't know it, thanks. And it's
unfortunately not doing what I expected:
Mail From:<secret(_at_)claranet(_dot_)de>
This works, my IP isn't allowed to send mail from claranet.de
Mail From:<dummy(_at_)secret(_dot_)claranet(_dot_)de>
This fails, secret.claranet.de isn't handled as a subdomain of
claranet.de. Is this a problem of the test script, or is it a
SPF1 feature, and where's the problem with the SPF1 record ?
host secret.claranet.de = 212.82.225.58
host 212.82.225.58 = home.claranet.de
nslookup -q=txt home.claranet.de => no result (SoA)
nslookup -q=txt claranet.de =>
claranet.de text = "v=spf1 ip4:212.82.225.0/24 -all"
What has to be done if _all_ whatever.claranet.de use the same
SPF1 policy as claranet.de ?
Bye, Frank