newbie: spf record and including smtp web forms

Hi,

I just want to check if I have done this right - what i was about to
publish is this:

"v=spf1 mx ptr include:cmail1.com include:aspmx.googlemail.com ~all"

What I was wondering about is - as I use google apps to process my
emails but have an online web form which uses the web hosting smtp -
do I add this as an a record:

"v=spf1 a:smtpmail.active24.com mx ptr include:cmail1.com
include:aspmx.googlemail.com ~all"

The web form only comes straight to our inbox and from the same domain name.

Thanks,
Tania

-------------------------------------------
Sender Policy Framework: http://www.openspf.org
Archives: http://v2.listbox.com/member/archive/1020/=now
RSS Feed: http://v2.listbox.com/member/archive/rss/1020/
Modify Your Subscription: http://v2.listbox.com/member/?member_id=6959933&id_secret=73150391-3ff060
Powered by Listbox: http://www.listbox.com

Steve Yates | 6 Dec 18:57

RE: newbie: spf record and including smtp web forms

Tania Lazib (OnCourse) wrote on 12/6/2007 7:38:42 AM:

> I just want to check if I have done this right - what i was about to
> publish is this:
> 
> "v=spf1 mx ptr include:cmail1.com include:aspmx.googlemail.com ~all"

	Very few people need "ptr" ... how many mail servers do you have
that have a hostname of *.oncourse4wd.com (for the reverse DNS lookup)?
My guess is you can omit that...see below, especially "If at all
possible, you should avoid using this mechanism in your SPF record...":

http://www.openspf.org/SPF_Record_Syntax#ptr

	Other than that the syntax looks valid.

> What I was wondering about is - as I use google apps to process my
> emails but have an online web form which uses the web hosting smtp -
> do I add this as an a record:
> 
> "v=spf1 a:smtpmail.active24.com mx ptr include:cmail1.com
> include:aspmx.googlemail.com ~all"

	You would need to account for any mail server that sends mail
for your domain, so if smtpmail.active24.com does that, then yes.

	Remember to change ~all to -all when you're done testing.

-----
SPF FAQ: http://www.openspf.org/FAQ
(Continue reading)


Gmane