Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Vibe Loop: AI-native reliability engineering for the real world

      July 10, 2025

      Docker Compose gets new features for building and running agents

      July 10, 2025

      Why Enterprises Are Choosing AI-Driven React.js Development Companies in 2025

      July 10, 2025

      Unmasking The Magic: The Wizard Of Oz Method For UX Research

      July 10, 2025

      How I personalized my ChatGPT conversations – why it’s a game changer

      July 10, 2025

      Xbox Game Pass deals ranged from “$50,000 to $50,000,000” — offering a glimpse at how much Microsoft drops on content

      July 10, 2025

      The Division 2’s new Brooklyn Archivist Merit Commendation was driving me INSANE — it turns out there’s a sneaky extra step you need to do first

      July 10, 2025

      Alan Wake 2 for Xbox Series X is on sale during Amazon Prime Day — dive into Remedy’s title that “bloodily earns its place as a horror game”

      July 10, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Salesforce Health Cloud Demo: Provider Search & Network Management in Action

      July 10, 2025
      Recent

      Salesforce Health Cloud Demo: Provider Search & Network Management in Action

      July 10, 2025

      Oracle Cloud EPM: Transitioning to Forms 2.0, Dashboards 2.0 by October 2025

      July 10, 2025

      This Week in Laravel: React.js, Filament vs Laravel, and Junior Test

      July 10, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Xbox Game Pass deals ranged from “$50,000 to $50,000,000” — offering a glimpse at how much Microsoft drops on content

      July 10, 2025
      Recent

      Xbox Game Pass deals ranged from “$50,000 to $50,000,000” — offering a glimpse at how much Microsoft drops on content

      July 10, 2025

      The Division 2’s new Brooklyn Archivist Merit Commendation was driving me INSANE — it turns out there’s a sneaky extra step you need to do first

      July 10, 2025

      Alan Wake 2 for Xbox Series X is on sale during Amazon Prime Day — dive into Remedy’s title that “bloodily earns its place as a horror game”

      July 10, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Domain Setup and Mail Flow Configuration in Microsoft 365

    Domain Setup and Mail Flow Configuration in Microsoft 365

    April 5, 2025

    Why Do We Need to Add and Verify a Domain in Microsoft 365 (M365)?

    1. Establishing Professional Identity
    • By adding your custom domain, you can create email addresses (e.g., you@yourcompany.com) that align with your business name. This adds professionalism and credibility to your communications.
    1. Personalizing Services
    • Verifying your domain allows you to customize services like Teams, SharePoint, and OneDrive to reflect your organization’s identity, making collaboration more consistent and branded.
    1. Email Delivery and Routing
    • To ensure emails sent to your custom domain are routed correctly to Microsoft 365, adding and verifying your domain is critical. This involves setting up DNS records like MX, SPF, and CNAME.
    1. Securing Your Domain
    • Verifying your domain protects it from unauthorized use. Only verified owners can manage the domain within Microsoft 365.

    Add a Domain

    1. Go to the Microsoft 365 admin center.
    2. Go to the Settings > Domains page.
    3. Select Add domain.

    Picture1

    1. Enter the name of the domain you want to add, then select Next.

    Picture2

    1. Choose how you want to verify that you own the domain.
    1. If your domain registrar uses Domain Connect, Microsoft will set up your records automatically by having you sign in to your registrar and confirm the connection to Microsoft 365.
    2. We can use a TXT record to verify your domain.
    1. Once domain is verified, we can go ahead and add other Exchange online record like TXT, MX and CNAME record.
    2. Please find the below recording for above mentioned steps.

    Add new domain

    Refer: Add a domain to Microsoft 365 – Microsoft 365 admin | Microsoft Learn

    Add and Verify the Exchange Online Record

    1. TXT Record Verification

    • Sign in to the Microsoft 365 Admin Center.
    • Navigate to Settings > Domains and select your domain.
    • Add a TXT record to your DNS hosting provider with the following details:
      • Host/Name: @
      • TXT Value: MS=msXXXXXXXX (unique ID provided in the admin center)
      • TTL: 3600 seconds (or default value)
    • Save the record and return to the Admin Center to click Verify.

    2. MX Record Verification

    • If TXT verification isn’t supported, use an MX record instead.
    • Add an MX record to your DNS hosting provider:
      • Host/Name: @
      • Points to Address: Domain-com.mail.protection.outlook.com
      • Priority: 0
      • TTL: 3600 seconds
    • Save the record and verify it in the Admin Center.

    3. CNAME Record Verification

    • Add a CNAME record for services like Autodiscover:
      • Alias/Name: Autodiscover
      • Target: Autodiscover.outlook.com
      • TTL: 3600 seconds
    • Save the record and ensure it’s correctly configured.

    Refer: Add DNS records to connect your domain – Microsoft 365 admin | Microsoft Learn

    Why Are TXT, MX, and CNAME Records Important for Exchange Online?

    TXT, MX, and CNAME records play crucial roles in ensuring that your domain is correctly configured for Exchange Online and that your email and services work smoothly. Here’s why they matter:

    TXT Records

    TXT records are used to verify domain ownership and secure email systems.

    • Domain Verification: When adding your custom domain to Microsoft 365, a TXT record proves that you own the domain.
    • Email Security: TXT records support SPF (Sender Policy Framework), DKIM (DomainKeys Identified Mail), and DMARC (Domain-based Message Authentication, Reporting, and Conformance), which prevent email spoofing and improve deliverability by ensuring only authorized servers can send emails on behalf of your domain.

    MX (Mail Exchange) Records

    MX records are critical for routing emails to the correct servers.

    • They direct incoming emails for your domain to the Microsoft 365/Exchange Online mail servers.
    • A misconfigured MX record can cause email delivery issues, so having it set up correctly is essential.

    CNAME Records

    CNAME records are used for service configuration.

    • For Exchange Online, CNAME records like Autodiscover ensure that users can seamlessly connect their email clients (like Outlook) to Exchange Online without manually entering settings.
    • They simplify and automate the connection process for end-users.

    Together, these DNS records form the backbone of your domain’s email configuration, ensuring that everything from verification to email delivery and client connectivity operates effectively. Without these properly configured records, you might encounter issues like failed email delivery or difficulties in connecting to Exchange Online.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleSalesforce CRM: Redefining Business Integration in 2025
    Next Article Mastering AWS IaC with Pulumi and Python – Part 2

    Related Posts

    Artificial Intelligence

    Introducing Gemma 3

    July 10, 2025
    Artificial Intelligence

    Experiment with Gemini 2.0 Flash native image generation

    July 10, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Muon Optimizer Significantly Accelerates Grokking in Transformers: Microsoft Researchers Explore Optimizer Influence on Delayed Generalization

    Machine Learning

    The difference between a product and a project

    Learning Resources

    CVE-2025-5402 – Chaitak-Gorai Blogbook SQL Injection Vulnerability in GET Parameter Handler

    Common Vulnerabilities and Exposures (CVEs)

    Multiple Stored XSS Vulnerabilities Discovered in VMware NSX — Patch Now

    Security

    Highlights

    direnv unclutters your .profile

    April 7, 2025

    direnv is an extension for your shell that manages your environment. The post direnv unclutters…

    Natural Language Q&A in Optimizely CMS Using Azure OpenAI and AI Search

    April 25, 2025

    Understanding Accessibility, Inclusive Design, and Universal Design

    June 9, 2025

    Elevating Customer Experience with AI-Powered Chatbots: Smart, Seamless & Always-On💬

    June 17, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.