博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Firewall Ports for Office 365
阅读量:5964 次
发布时间:2019-06-19

本文共 1498 字,大约阅读时间需要 4 分钟。

Server/Service Port Protocol Direction
ADFS   (Internal) 443 TCP Inbound/Outbound
ADFS (Proxy DMZ) or WAP Server 443 TCP Inbound/Outbound
Microsoft Online Portal (Website) 443 TCP Inbound/Outbound
Outlook Web Access (Website) 443 TCP Inbound/Outbound
Lync/Skype for Business Client 443 TCP Inbound/Outbound
SharePoint Online (Website) 443 TCP Inbound/Outbound
Outlook for Mac 443 TCP Inbound/Outbound
Outlook Client 443 TCP Inbound/Outbound
Mail Routing 25 TCP Inbound/Outbound
SMTP Relay (requires TLS) 587 TCP Inbound/Outbound
Simple IMAP4 migration Tool 143/993 TCP Inbound/Outbound
POP3 (requires SSL) 995 TCP Inbound/Outbound
DirSync/Azure Active Directory Sync 80/443 TCP Inbound/Outbound
Exchange Migration Tool 80/443 TCP Inbound/Outbound
IMAP Migration Tool 80/443 TCP Inbound/Outbound
Exchange Management Console 80/443 TCP Inbound/Outbound
Exchange Management Shell 80/443 TCP Inbound/Outbound
Lync (Data Sharing Sessions) 443 TCP Outbound
Lync (Video, Audio, Application Sharing) 443 TCP Outbound
Lync (Audio & Video) 3478 UDP Outbound
Lync (Audio & Video) 50000-59999 TCP/UDP Outbound
Lync Mobile Push iOS Only 5223 TCP Outbound

It should be noted that 3rd party certificate revocation will be required which is carried out normally anonymously on port 80 so any proxies/firewalls routing the traffic should expect this. Depending on your provider you may be able to get the CRL URL in advance but for Office 365 this is not as simple.

转载于:https://www.cnblogs.com/junjiany/p/6434986.html

你可能感兴趣的文章
kvm虚拟机日常操作命令梳理
查看>>
Ubuntu常用命令
查看>>
第 6 章 sudo, sudoedit - execute a command as another user
查看>>
10.15. TUI
查看>>
Maven编译代码的相关命令
查看>>
那些年黑了你的微软BUG
查看>>
UWP数据绑定
查看>>
调整KDevelop字体大小
查看>>
SQL HAVING 子句
查看>>
J2SE J2EE J2ME的区别
查看>>
Source Xref 与 JavaDocs 学习理解
查看>>
统计代码行数的方法梳理
查看>>
SEO切忌犯的9种作弊手段
查看>>
自用迷你版的Deferred
查看>>
【c++】iostreeam中的类为何不可以直接定义一个无参对象呢
查看>>
一句话总结.Net下struct和class内存分配方面的区别
查看>>
Linux下eclipse编译C/C++程序遇到 undefined reference to `pthread_create'的异常解决办法
查看>>
ajax上传图片的本质
查看>>
转]最长递增子序列问题的求解
查看>>
SilverLight:基础控件使用(6)-Slider控件
查看>>