Checked : Exchange Server 2013 Standard.

 

 

Microsoft Exchange Server 2013에서는 사서함 서버의 전송 서비스에서

스팸 방지 에이전트를 사용할 수 있지만 기본적으로 설치되지는 않기 때문에,

필요할 경우에는 아래와 같이 설치합니다.

 

 

 

[PS]  & $env:ExchangeInstallPath\Scripts\Install-AntiSpamAgents.ps1

 

[PS]  Restart-Service MSExchangeTransport

 

[PS]  Set-TransportConfig -InternalSMTPServers @{Add="<ip address1>","<ip address2>"...}
       (ex) Set-TransportConfig -InternalSMTPServers @{Add="10.0.0.1","10.0.0.2"}

[PS]  Get-TransportConfig | Format-List InternalSMTPServers

 

 

https://technet.microsoft.com/ko-kr/library/bb201691(v=exchg.150).aspx

+ Recent posts