I am adding Office 365 hosted Exchange for a domain that already has a TXT record in DNS to handle SPF for an existing email server. The current TXT record looks like this:
v=spf1 a mx ip4:123.123.123.94/24 -all
Now I need to add SPF information for Office 365. Here is the TXT record they have specified:
v=spf1 include:outlook.com ~all
My DNS interface only allows one TXT record, but as I understand there is a way to combine both email servers into one record. However I can't find a specific example.
Can someone please show me how to combine the info into one TXT record?
Thanks in advance.