Attempting to setup my sending domain with Mandrill. I have successfully verified the domain and DKIM settings.
However, I am still getting the following SPF error:
Your SPF record requires more than 10 DNS lookups to process. This could be caused by including domains that require multiple lookups. Try simplifying your SPF record by removing any unnecessary parts.
Here's what I currently have for my TXT record:
v=spf1 a mx ptr include:bluehost.com include:spf.mandrillapp.com ?all
Is the issue with my TXT record? Or could it be something else.
*Update: Needed to decrease my domain's DNS lookup count; solution in comments of answer below.