smtp コマンド
このコマンドを使用して、メール・アラート用の SMTP サーバー設定を表示および構成します。
構文:
smtp [-options]
オプション | 説明 | 値 |
---|---|---|
-s | SMTP サーバーの IP アドレスまたはホスト名 | 有効な IP アドレスまたはホスト名 (63 文字の制限)。 |
-pn | SMTP ポート番号 | 有効なポート番号 |
-auth | SMTP 認証のサポート | enabled、disabled |
-authn | SMTP 認証のユーザー名 | ストリング (256 文字の制限) |
-authpw | SMTP 認証のパスワード | ストリング (256 文字の制限) |
-authmd | SMTP 認証方式 | CRAM-MD5、LOGIN |
-rpath | SMTP リバースパス・メール・アドレス | 有効なメール・アドレス |
例:
system> smtp -auth enabled
XCC will not be fully FIPS compliant if the function is enabled.
Invalid user name
system> smtp -auth enabled -authn usename -authpw 123456
XCC will not be fully FIPS compliant if the function is enabled.
ok
system> smtp
-s: 0.0.0.0
-pn: 25
-auth: enabled
-authn: usename
-authmd: CRAM-MD5
-rpath:
フィードバックを送る