smtp 指令
使用此指令可顯示和配置 SMTP 介面的設定。
在沒有選項的情況下執行 smtp 指令可顯示所有 SMTP 介面資訊。下表顯示各選項的引數。
選項 | 說明 | 值 |
---|---|---|
-auth | SMTP 鑑別支援 | enabled、disabled |
-authepw | SMTP 鑑別加密的密碼 | 有效的密碼字串 |
-authmd | SMTP 鑑別方法 | CRAM-MD5、LOGIN |
-authn | SMTP 鑑別使用者名稱 | 字串(限制在 256 個字元內) |
-authpw | SMTP 鑑別密碼 | 字串(限制在 256 個字元內) |
-pn | SMTP 埠號 | 有效的埠號 |
-s | SMTP 伺服器 IP 位址或主機名稱 | 有效的 IP 位址或主機名稱(63 個字元限制) |
語法:
smtp [options]
option:
-auth enabled|disabled
-authepw password
-authmd CRAM-MD5|LOGIN
-authn username
-authpw password
-s ip_address_or_hostname
-pn port_number
範例:
system> smtp
-s test.com
-pn 25
system>
提供意見回饋