Re: Who is Designated in SPF Record
Kenneth Roberts wrote:
> What is the sending IP, the address of the email server
> or the address of the host originating the mail?
You need all IPs of hosts talking to me when you send
mail to me. You have already found out that these IPs
must be public IPs, not the private IPs behind NAT in
a LAN.
After that it depends, if you send mails always using
one mail provider, e.g., Google Apps, then you need
the sending IPs of Google Apps. They make that easy,
you can include their policy in your policy, compare
<http://www.openspf.org/Frank_Ellermann/Google>
Extending that example, maybe you sometines also send
mails directly from your "originating hosts" without
using a mail provider such as Google Apps.
Then you'd add the IPs of these hosts to your record.
Because you are in a NATted LAN you'd use the public
IP(s) of this LAN. If this public IP changes often
you likely use DynDNS or a similar provider for your
domain. Then you can write a:your.domain.example in
your SPF record, that covers the public address(es)
of your domain, IPv4 and IPv6.
Putting it all together (Google Apps and your hosts)
you could arrive at (TXT for your.domain.example.):
(Continue reading)