Overview
When you purchase Office 365 from us, it's essential to correctly configure your domain’s DNS records to ensure that services—particularly email—function properly. Without setting up a domain, your users will be assigned default email addresses ending in onmicrosoft.com.
Verifying your domain ownership and configuring DNS records will:
- Allow personalized email addresses using your domain (e.g., [email protected])
- Enable proper mail routing
- Ensure security and compliance
Verifying Domain Ownership
Option A: Verify with a TXT Record (Recommended)
- Sign in to Microsoft 365 Admin Center → go to:
Show all > Settings > Domains - Open a new tab, log in to your DNS provider (e.g., via DNS Manager).
- Add a TXT record with the values provided by Microsoft.Example TXT Record:
- TXT Name: (Leave blank or @)
- TXT Value: MS=ms########
- TTL: 3600 or use default
- Save the record → return to Microsoft 365 Admin Center → click Verify.
- Domain will be verified once the record propagates (may take 15–30 minutes).
Note: This step won’t disrupt existing email or web services. Once verified, the TXT record can be removed.
Option B: Verify with an MX Record
If your registrar doesn't support TXT records:
- Follow the same steps as above, but add the MX record provided by Microsoft.
- Ensure Priority is set to 0 (or highest).
- Set:
- Host Name: @
- Points to Address: Provided by admin center
- TTL: 3600
Note: This MX record is only for verification. Delete it after your domain is verified to avoid email conflicts.
Adding Office 365 DNS Records Using Different Panels
Using cPanel
- Log into your cPanel account.
- Click Zone Editor.
- Add the following records:
- CNAME for autodiscover → autodiscover.outlook.com
- Update MX records (delete all others except Office 365 MX)
- Click Email Routing > select domain > choose Remote Mail Exchanger → Click Change
Using Plesk
- Log in to Plesk > Click Websites & Domains
- Click DNS Settings > Add Record
- Select record type (e.g., A, MX, CNAME)
- Enter the required values, e.g., subdomain name and target IP.
- Click OK, then Update to apply changes.