Mailing List Archive

Just trying to make sure i'm getting this....
1. Hosted web site @ 205.212.176.168
(has script generated emails)
Domain: perfect-image.com

2. Domain mx records point to my local email server

3. Have second domain: ink-spot.com
also on local email sever and sometimes things can get commingled.
So was thinking to be safe to add as well.

So pecking at the wizard I came up with this....

"v=spf1 ip4:205.212.176.168 a mx include:ink-spot.com ~all"

DNS provider has control panel with the following fields;

name:
Ttl:
Class: IN
Type:
spec:

So.......

name: perfect-image.com
Ttl:0
Class: IN
Type: TXT
spec: "v=spf1 ip4:205.212.176.168 a mx include:ink-spot.com ~all"

1. does above look correct?

2. I guessing to include the quotes.

3. Do I need to add an additional record name with "www.perfect-image.com"

4. what's best way to test once edited?

Hope that made sense.

TIA






-------------------------------------------
Sender Policy Framework: http://www.openspf.org
Modify Your Subscription: http://www.listbox.com/member/
Archives: https://www.listbox.com/member/archive/1020/=now
RSS Feed: https://www.listbox.com/member/archive/rss/1020/
Powered by Listbox: http://www.listbox.com
Re: Just trying to make sure i'm getting this.... [ In reply to ]
On Wed, May 6, 2009 at 05:23, ken Godee <ken@perfect-image.com> wrote:
> 1. Hosted web site @ 205.212.176.168
>   (has script generated emails)
>   Domain: perfect-image.com
>
> 2. Domain mx records point to my local email server

Does that also send email for the domain?

> 3. Have second domain: ink-spot.com
>   also on local email sever and sometimes things can get commingled.
>   So was thinking to be safe to add as well.
>
> So pecking at the wizard I came up with this....
>
> "v=spf1 ip4:205.212.176.168 a mx include:ink-spot.com ~all"

As detailed in the FAQ, the include tag is to include another SPF
record. That would only be valid if you published an SPF record for
ink-spot.com.
> spec: "v=spf1 ip4:205.212.176.168 a mx include:ink-spot.com ~all"
>
> 1. does above look correct?

Try:

v=spf1 ip4:205.212.176.168 ip4:63.226.62.101 ~all

instead. Since you already specify the IP of the hosted site you
don't need to specify the hostname. It's also better to use IP.

Also, a TTL of zero says "never cache". That's not a good idea as
every email will then trigger a lookup against your DNS servers. A
value of 3600 (1 hour) or 86400 (24 hours) would be better.

> 2. I guessing to include the quotes.

Depends on the control panel.

> 3. Do I need to add an additional record name with "www.perfect-image.com"

Yes. If you never send email from <user@www.perfect-image.com> you
should publish:

v=spf1 -all

> 4. what's best way to test once edited?

Use a short TTL (say 300 - 5 minutes) and use one of the test
addresses detailed in the Tools page (http://www.openspf.org/Tools).

--
Please keep list traffic on the list.

Rob MacGregor
Whoever fights monsters should see to it that in the process he
doesn't become a monster. Friedrich Nietzsche


-------------------------------------------
Sender Policy Framework: http://www.openspf.org
Modify Your Subscription: http://www.listbox.com/member/
Archives: https://www.listbox.com/member/archive/1020/=now
RSS Feed: https://www.listbox.com/member/archive/rss/1020/
Powered by Listbox: http://www.listbox.com
Re: Just trying to make sure i'm getting this.... [ In reply to ]
> Try:
>
> v=spf1 ip4:205.212.176.168 ip4:63.226.62.101 ~all

I like this, it takes care of a couple of the issues
I was worried about and simple.

> Yes. If you never send email from <user@www.perfect-image.com> you
> should publish:
>
> v=spf1 -all
>

Like this too....

Thanks Rob



-------------------------------------------
Sender Policy Framework: http://www.openspf.org
Modify Your Subscription: http://www.listbox.com/member/
Archives: https://www.listbox.com/member/archive/1020/=now
RSS Feed: https://www.listbox.com/member/archive/rss/1020/
Powered by Listbox: http://www.listbox.com