2018-06-28

Exchange Server 2013/2016設定郵件轉寄

Allow anonymous relay on Exchange servers
https://docs.microsoft.com/zh-tw/Exchange/mail-flow/connectors/allow-anonymous-relay

New-ReceiveConnector -Name "Anonymous Relay" -TransportRole FrontendTransport -Custom -Bindings 0.0.0.0:25 -RemoteIpRanges 192.168.5.10,192.168.5.11

Get-ReceiveConnector "Anonymous Relay" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"

Get-ReceiveConnector "Anonymous Relay" | Format-List Enabled,TransportRole,Bindings,RemoteIPRanges

Get-ADPermission "Anonymous Relay" -User "NT AUTHORITY\ANONYMOUS LOGON" | where {($_.Deny -eq $false) -and ($_.IsInherited -eq $false)} | Format-Table User,ExtendedRights

2018-06-20

Exchange Server系列產品,2018年第二季度匯總更新

官方部落格文章:https://blogs.technet.microsoft.com/exchange/2018/06/19/released-june-2018-quarterly-exchange-updates/

其中最為重要的是
  1. Exchange Server 2013進入延伸支援階段,後續更新必須基於這一次的CU21之上
  2. Exchange Server 2010必須更新到Exchange Server 2010 Service Pack 3 Update Rollup 22以上才可以支援Windows Server 2016的網域主機
相關新聞連結:

相關更新檔連結:

Windows 10 (business editions), version 22H2 (updated Oct 2025) (x64)

 Windows 10 (business editions), version 22H2 For this multi-edition Business media, use a product key specific to the edition in the list y...