Skip to content

Instantly share code, notes, and snippets.

@arjancornelissen
Last active June 17, 2018 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjancornelissen/811af8d12b76373dec0b4a7362a5723e to your computer and use it in GitHub Desktop.
Save arjancornelissen/811af8d12b76373dec0b4a7362a5723e to your computer and use it in GitHub Desktop.
Office 365 DNS records
; Exchange Online
@ 3600 IN MX 0 <domain selector>.mail.protection.outlook.com.
autodiscover 3600 IN CNAME autodiscover.outlook.com.
@ 3600 IN TXT "v=spf1 include:spf.protection.outlook.com -all"
; Skype for Business
sip 3600 IN CNAME sipdir.online.lync.com.
lyncdiscover 3600 IN CNAME webdir.online.lync.com.
_sip._tls.<domain name>. 3600 IN SRV 100 1 443 sipdir.online.lync.com.
_sipfederationtls._tcp.<domain name>. 3600 IN SRV 100 1 5061 sipfed.online.lync.com.
; Mobile device management
enterpriseregistration 3600 IN CNAME enterpriseregistration.windows.net.
enterpriseenrollment 3600 IN CNAME enterpriseenrollment.manage.microsoft.com.
; DKIM settings (optional)
selector1._domainkey 3600 IN CNAME selector1-<domain selector>._domainkey.<tenant name>.onmicrosoft.com.
selector2._domainkey 3600 IN CNAME selector2-<domain selector>._domainkey.<tenant name>.onmicrosoft.com.
; DMARC settings (optional)
_dmarc IN TXT "v=DMARC1; p=quarantine; rua=mailto:<dmarc mailto adres>; ruf=mailto:<dmarc mailto adres>; pct=25; sp=none; fo=1;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment