LoginSignup
0
0

More than 5 years have passed since last update.

Exchange 送信スマートホスト サブミッション(587)設定

Posted at

外部送信用スマートホスト MTAへのサブミッション設定

検索チャームで 「Exchange Management Shell」を探して起動

現在の送信ポートを確認
>Get-SendConnector -Identity "InternetRoute" | fl

サブミッション(587)に変更
>Get-SendConnector -Identity "InternetRoute" | Set-SendConnector -Port 587

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0