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

      A Week In The Life Of An AI-Augmented Designer

      August 22, 2025

      This week in AI updates: Gemini Code Assist Agent Mode, GitHub’s Agents panel, and more (August 22, 2025)

      August 22, 2025

      Microsoft adds Copilot-powered debugging features for .NET in Visual Studio

      August 21, 2025

      Blackstone portfolio company R Systems Acquires Novigo Solutions, Strengthening its Product Engineering and Full-Stack Agentic-AI Capabilities

      August 21, 2025

      Google Pixel 10 Pro vs. iPhone 16 Pro: I’ve used both handsets, and there’s a clear winner

      August 25, 2025

      Master these 48 Windows keyboard shortcuts and finish work early

      August 25, 2025

      Why the Pixel 10 is making this longtime iPhone user reconsider their next phone

      August 25, 2025

      Google Pixel 10 Pro Fold vs. Samsung Galaxy Z Fold 7: I compared both Androids, and here’s the winner

      August 25, 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

      PERFIXION 2025: Powering AI Ideas

      August 25, 2025
      Recent

      PERFIXION 2025: Powering AI Ideas

      August 25, 2025

      MongoDB Data Types

      August 23, 2025

      Building Cross-Platform Alerts with Laravel’s Notification Framework

      August 23, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Gears of War returns, Helldivers 2 jumps ship, and Xbox players win big — Xbox’s Aug 25–31 lineup proves the console war is getting interesting again

      August 25, 2025
      Recent

      Gears of War returns, Helldivers 2 jumps ship, and Xbox players win big — Xbox’s Aug 25–31 lineup proves the console war is getting interesting again

      August 25, 2025

      Reports say Windows 11 update is bricking drives — is yours on the list?

      August 25, 2025

      Razer finally remembered I don’t live in China, so now we can all get this cool Gengar gaming headset

      August 25, 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

    Scaling Up Reinforcement Learning for Traffic Smoothing: A 100-AV Highway Deployment

    August 25, 2025
    Repurposing Protein Folding Models for Generation with Latent Diffusion
    Artificial Intelligence

    Repurposing Protein Folding Models for Generation with Latent Diffusion

    August 25, 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

    How proxy servers actually work, and why they’re so valuable

    News & Updates

    VESDA Aspirating Smoke Detection System Setup Cost in India | Xtralis Price & Installation

    Web Development

    SEC Consult SA-20250611-0 :: Undocumented Root Shell Access on SIMCom SIM7600G Modem

    Security

    CVE-2025-51045 – PhpGurukul Pre-School Enrollment System SQL Injection

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-45753 – Vtiger CRM PHP Code Execution Vulnerability

    May 21, 2025

    CVE ID : CVE-2025-45753

    Published : May 21, 2025, 9:16 p.m. | 1 hour, 35 minutes ago

    Description : A vulnerability in Vtiger CRM Open Source Edition v8.3.0 allows an attacker with admin privileges to execute arbitrary PHP code by exploiting the ZIP import functionality in the Module Import feature.

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    AI, Teens, and Trust: Roblox’s New Safety Tools Raise Old Questions

    July 18, 2025

    CVE-2025-55285 – Backstage Plugin Scaffolder Backend Information Disclosure

    August 15, 2025

    Your interview is a sales call

    May 3, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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