Robert Menschel wrote:
And that leads to the second question: what's the best way for an "end
user" to obtain/verify SPF records? I have all the capabilities of XP
(shudder) and Cygwin readily available, and can get Linux command-line
capabilities via SSH to SARE's server, I believe.

Whatever your favourite way of retrieving DNS records is, will work.

On Windows you could use nslookup, at a command prompt:

nslookup        <enter>
set type=txt    <enter>
somedomain.com  <enter>
another.ca      <enter>
exit            <enter>   when you're done


On a *nix system you could use: dig txt somedomain.com


Daryl



Reply via email to