I've setup my new LAMP server on Rackspace Cloud and the Basic A, C and MX DNS setup is no problem.

I need to add an SPF record for a project I am migrating over to this new server that allows emails from a 3rd party server and I can't seem to figure out how to do this.

There doesn't seem to be an option to add a TXT record in my Rackspace Cloud Server interface and I installed the BIND DNS on my Apache server, but I am not sure how to get that to been seen, etc.

link|improve this question
So which do you want to do? Run your own DNS server, or contact Rackspace support to ask them for TXT record support in their excruciatingly painful DNS management webapp? – womble Jul 16 '11 at 23:16
well if you put it that way, run my own dns. – user87898 Jul 17 '11 at 0:02
Have you contacted rackspace support yet? If not, why haven't you?! – Chris S Jul 17 '11 at 1:00
feedback

migrated from stackoverflow.com Jul 16 '11 at 16:33

This question came from our site for professional and enthusiast programmers.

1 Answer

Rackspace is making efforts to improve the control panel but in the meantime, you can use the newly announced DNS API to add TXT/SPF records. Check out the Rackspace blog post.

I also wrote a tutorial on using curl to use the API and it's available at
http://www.collazo.ws/2011/07/08/using-rackspace-dnsaas-with-curl-part-1.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown