| TXT record for SPF on two mail servers
|
tim222

msg:4358118 | 9:09 pm on Sep 2, 2011 (gmt 0) | 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.
|
phranque

msg:4358179 | 12:20 am on Sep 3, 2011 (gmt 0) | did you try adding the include mechanism to your existing TXT record?
|
lammert

msg:4358191 | 1:53 am on Sep 3, 2011 (gmt 0) | You can add multiple allowed email sources by adding them on the same line. In your situation: v=spf1 ip4:123.123.123.94/24 include:outlook.com ~all You have to think about using ~all or -all. In the latter case receiving servers will reject all emails which are not coming from the sources mentioned in the SPF record. The ~all treats these emails as neutral. This is especially important if you sign up to forums etc with your email address, because many forums and other social sites on the net use your email address as the source address of messages they send out. With the -all setting, many of these messages will never reach their destination.
|
|
|