
spf at kitterman
Jul 2, 2004, 11:57 AM
Post #3 of 5
(1199 views)
Permalink
|
> -----Original Message----- > From: owner-spf-help [at] v2 > [mailto:owner-spf-help [at] v2]On Behalf Of spf-help [at] onethumb > Sent: Friday, July 02, 2004 1:35 PM > To: spf-help [at] v2 > Subject: [spf-help] SPF records & spf-milter help? > > > Hi there, I'm publishing SPF records which I think are accurate, but I'm > getting some unexpected results. > > Here's my TXT records: > > smugmug.com. IN TXT "v=spf1 a mx ptr ip4:63.81.134.0/24 > ip4:63.81.33.192/27 ~all" > > mail.smugmug.com. IN TXT "v=spf1 a ~all" > > orcus.smugmug.com. IN TXT "v=spf1 a ~all" > > > However, when mail arrives from hostname.smugmug.com (such as > 'hera.smugmug.com') that is other than orcus, the 'Received-SPF:' header > reads: > > none (orcus.smugmug.com: domain of apache [at] hera does not > designate permitted sender hosts) > > Note that hera resolves to an IP listed in the range for the domain, and > has valid DNS records. > > We have many machines sending email. Some of them are behind a NAT, but > the NAT IP is still within the range specified in the SPF record. > > If I go and explicitly set a TXT SPF record specifically for > hera.smugmug.com, it gets validated properly. But surely that's not the > way it's supposed to work, right? I can't have dozens of entries, and > I'm sure AOL/Hotmail/etc can't have hundreds of entries. > > Am I missing an option to recursively apply domain.com to all > hosts.domain.com ? > > Thanks for any assistance! > > Don > The record for smugmug.com gets called for e-mail addresses that are (username)@smugmug.com (and optionally if smugmug.com gets used as the HELO/EHLO identifier). Any valid domain name that you have should have an spf record. If that sub-domain never sends mail (and is never the HELO/EHLO identifier), the record should be {subdomain}.smugmug.com. IN TXT "v=spf1 -all". If that subdomain does send mail, then it needs to be a complete record for where the mail can come from. If it's just from that box, then it can be (subdomain).smugmug.com. IN TXT "v=spf1 a ~all" as you have it. If any of those domains can send from any of the permitted senders for smugmug.com, you can use (subdomain).smugmug.com. IN TXT "v=spf1 redirect:smugmug.com ~all". That way if your IP list changes, you don't have to go change them all. Scott Kitterman ------- Archives at http://archives.listbox.com/spf-help/current/ Donate! http://spf.pobox.com/donations.html To unsubscribe, change your address, or temporarily deactivate your subscription, please go to http://v2.listbox.com/member/?listname=spf-help [at] v2
|