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

      Newest LF Decentralized Trust Lab HOPrS identifies if photos have been altered

      July 9, 2025

      Coder reimagines development environments to make them more ideal for AI agents

      July 9, 2025

      Report: AI coding productivity gains cancelled out by other friction points that slow developers down

      July 9, 2025

      15 Proven Benefits of Outsourcing Node.js Development for Large Organizations

      July 9, 2025

      Cor, blimey! The ASUS ROG Ally drops to its lowest-ever price for Amazon Prime Day in the UK — the only Windows handheld to permanently replace my Steam Deck

      July 9, 2025

      Owlcat Games talks to us about about WH40K: Rogue Trader, the next game ‘Dark Heresy’ — and how the studio feels about working with Xbox Game Pass

      July 9, 2025

      Microsoft says ‘we have threads at home’ — rolls out feature Slack has had for years

      July 9, 2025

      Subnautica 2 publisher Krafton reportedly delayed it to 2026 — did it just kill a $250 million bonus for devs in the crib?

      July 9, 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

      Cally – Small, feature-rich calendar components

      July 9, 2025
      Recent

      Cally – Small, feature-rich calendar components

      July 9, 2025

      Working with the Command Line and WP-CLI

      July 9, 2025

      Access to Care Is Evolving: What Consumer Insights and Behavior Models Reveal

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

      Cor, blimey! The ASUS ROG Ally drops to its lowest-ever price for Amazon Prime Day in the UK — the only Windows handheld to permanently replace my Steam Deck

      July 9, 2025
      Recent

      Cor, blimey! The ASUS ROG Ally drops to its lowest-ever price for Amazon Prime Day in the UK — the only Windows handheld to permanently replace my Steam Deck

      July 9, 2025

      Owlcat Games talks to us about about WH40K: Rogue Trader, the next game ‘Dark Heresy’ — and how the studio feels about working with Xbox Game Pass

      July 9, 2025

      Microsoft says ‘we have threads at home’ — rolls out feature Slack has had for years

      July 9, 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

    Development

    How to Vibe Code With Help From n8n

    July 9, 2025
    Development

    How to Deploy a Next.js Blog on Sevalla

    July 9, 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

    CVE-2025-5268 – Mozilla Firefox Memory Corruption Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4731 – TOTOLINK HTTP POST Request Handler Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-5146 – Netcore Routerd HTTP Header Handler Command Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2022-46735 – Adobe Acrobat Remote Code Execution

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    10 Best Free and Open Source Linux Document Processors

    April 17, 2025

    A document processor is a document preparation system. We recommend the best document processors. The…

    SonicWall SMA100 SSL-VPN’s actief aangevallen via path traversal-lek

    May 1, 2025

    Physical UI, Escaping UX Traps

    June 24, 2025

    Scaling Smarter with Cloud ERP Solution – Driving Business Growth

    April 29, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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