Add DNS for Office 365 / การเพิ่ม DNS ของ Office 365

Create DNS records at any DNS hosting provider for Office 365
1. Add a TXT or MX record for verification
When Office 365 finds the correct TXT record, your domain is verified.
        TXT    MS=ms XXXXXXXX
2. Add MX record to route email
        <MX token>.mail.protection.outlook.com
3. Add three CNAME records
        autodiscover    autodiscover.outlook.com     1 hour
        lyncdiscover     webdir.online.lync.com         1 hour
        sip                    sipdir.online.lync.com           1 hour
4. Add a TXT record for SPF to help prevent email spam
        TXT (Text)    @    v=spf1 include:spf.protection.outlook.com -all
5. Add two SRV records (setting)
        _sip._tls                         1 443 sipdir.online.lync.com        100
        _sipfederationtls._tcp    1 5061 sipfed.online.lync.com     100


(Optional)
Add two CNAME records for Mobile Device Management (MDM) for Office 365
        enterpriseregistration    enterpriseregistration.windows.net                   1 hour
        enterpriseenrollment     enterpriseenrollment.manage.microsoft.com    1 hour


สำหรับภาษาไทย



การสร้าง DNS records สำหรับ Office 365
1. เพิ่ม TXT record หลังจากนั้นท่านสามารถ verify โดเมนของท่านใน Office 365
        TXT    MS=ms XXXXXXXX
2. เพิ่ม MX record
        <MX token>.mail.protection.outlook.com
3. เพิ่ม CNAME records
        autodiscover    autodiscover.outlook.com    1 hour
        lyncdiscover     webdir.online.lync.com        1 hour
        sip                    sipdir.online.lync.com          1 hour
4. เพิ่ม TXT record สำหรับ SPF เพื่อช่วยป้องกันสแปม
        TXT (Text)    @    v=spf1 include:spf.protection.outlook.com -all
5. เพิ่ม SRV record (การตั้งค่า)
        _sip._tls                         1 443 sipdir.online.lync.com       100
        _sipfederationtls._tcp    1 5061 sipfed.online.lync.com    100


(Optional)
เพิ่ม CNAME records สำหรับ Mobile Device Management (MDM)
        enterpriseregistration    enterpriseregistration.windows.net                   1 hour
        enterpriseenrollment     enterpriseenrollment.manage.microsoft.com    1 hour

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.