If you want to use Microsoft 365 (Exchange Online, Outlook, Teams, etc.) with your domain, Microsoft will ask you to add several DNS records. DNS changes must be made in the place where your domain’s active DNS zone is managed.
ns1.garmtech.com, ns2.garmtech.com, ns3.garmtech.com), you can typically manage DNS in My.GARMTECH.Important: always copy the values from Microsoft. Some records (especially DKIM) are unique per tenant.
The exact list depends on which Microsoft services you enable. Below is a typical set so you know what to expect (do not copy blindly; use Microsoft’s values):
| Purpose | Type | Name/Host | Value/Target | Notes |
|---|---|---|---|---|
| Domain ownership verification | TXT | @ |
MS=msXXXXXXXX |
Microsoft provides the exact value. |
| Inbound mail to Microsoft 365 | MX | @ |
<your-domain>.mail.protection.outlook.com |
Priority is provided by Microsoft. Remove old MX records if you are migrating email. |
| SPF (sending authorization) | TXT | @ |
v=spf1 include:spf.protection.outlook.com -all |
If you already have an SPF record, you must merge it (only one SPF TXT record should exist). |
| Autodiscover | CNAME | autodiscover |
autodiscover.outlook.com |
Helps mail apps configure accounts automatically. |
| DKIM (optional but recommended) | CNAME | selector1._domainkey / selector2._domainkey |
Provided by Microsoft | DKIM values are tenant-specific. |