Mailing List Archive

Too many records in txt
Hi there.

I was trying to add some domiankeys to my TXT records, and it is now longer
than the allowed length because of all of my SPF records.

I use GoDaddy total MX and Domain manager to setup my TXT records. For spf,
I have entries that look like this:

@ v=spf1 mx ip4:192.168.1.101 -all
subdomain1 v=spf1 mx ip4:192.168.1.102 -all
subdomain2 v=spf1 mx ip4:192.168.1.103 -all
subdomain3 v=spf1 mx ip4:192.168.1.104 -all
subdomain4 v=spf1 mx ip4:192.168.1.105 -all
subdomain5 v=spf1 mx ip4:192.168.1.106 -all
subdomain6 v=spf1 mx ip4:192.168.1.107 -all
subdomain7 v=spf1 mx ip4:192.168.1.108 -all

(I put in generic ip addresses here but am using real ones in my config.)

I am not sure how to write the spf to include all of the subdomains with
unique ip addresses. Would this be equivalent?

@ v=spf1 mx ip4:192.168.1.101/28 -all

Thanks!

Mark



-------------------------------------------
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: Too many records in txt [ In reply to ]
Mark Hale wrote on 4/2/2009 2:51:04 PM:

> I was trying to add some domiankeys to my TXT records, and it is now
longer
> than the allowed length because of all of my SPF records.

Hmmm...each SPF record (subdomain) is its own TXT record, they
aren't combined.

> @ v=spf1 mx ip4:192.168.1.101/28 -all

This would apply to the main domain and not subdomains. You
could use the same for each, sure, though that would allow each to send
mail for the others.

Your examples use "mx" and a private IP address range...assuming
you're obscuring the IP, is it still different than the MX record for
each domain? If not, just list the IP.

-----
SPF FAQ: http://www.openspf.org/FAQ
Common mistakes: http://www.openspf.org/FAQ/Common_mistakes

- Steve Yates
- ITS, Inc.
- Hot water heaters: hot water needs heating?

~ Taglines by Taglinator: www.srtware.com ~


-------------------------------------------
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: Too many records in txt [ In reply to ]
On Thu, 2009-04-02 at 12:51 -0700, Mark Hale wrote:
> Hi there.
>
> I was trying to add some domiankeys to my TXT records, and it is now longer
> than the allowed length because of all of my SPF records.
>
> I use GoDaddy total MX and Domain manager to setup my TXT records. For spf,
> I have entries that look like this:
>
> @ v=spf1 mx ip4:192.168.1.101 -all
> subdomain1 v=spf1 mx ip4:192.168.1.102 -all
> subdomain2 v=spf1 mx ip4:192.168.1.103 -all
> subdomain3 v=spf1 mx ip4:192.168.1.104 -all
> subdomain4 v=spf1 mx ip4:192.168.1.105 -all
> subdomain5 v=spf1 mx ip4:192.168.1.106 -all
> subdomain6 v=spf1 mx ip4:192.168.1.107 -all
> subdomain7 v=spf1 mx ip4:192.168.1.108 -all
>
> (I put in generic ip addresses here but am using real ones in my config.)
>
> I am not sure how to write the spf to include all of the subdomains with
> unique ip addresses. Would this be equivalent?
>
> @ v=spf1 mx ip4:192.168.1.101/28 -all
>
http://www.brainbuzz.com/articles/files/learn-to-subnet-part-i----9162003-1529.asp

or v=spf1 ip4:192.168.1.101/28 ip4:192.168.1.202 ....... -all





-------------------------------------------
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