2018年9月6日 星期四

Exchange 2010 SMTP command 使用 Telnet 測試 SMTP 通訊

Exchange 2010 SMTP command 使用 Telnet 測試 SMTP 通訊

[c:\~]$ telnet 12.34.56.78 25


Connecting to 12.34.56.78:25...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
220 CF-TCMAIL01.chenfull.com.tw Microsoft ESMTP MAIL Service ready at Thu, 6 Sep 2018 17:50:52 +0800
helo
250 xxx.xxx.com.tw Hello [12.34.56.78]
mail from:test1@xxx.xxx.com.tw
250 2.1.0 Sender OK
rcpt to:test2@xxx.xxx.com.tw
250 2.1.5 Recipient OK
data
354 Start mail input; end with .
subject:test 3 mail

this is test3

.
250 2.6.0 [InternalId=1084096] Queued mail for delivery

沒有留言:

TeraTerm是一款開放原始碼的遠程客戶端操作軟體

因為工作需求,有時我們需要從遠端登入某設備或是主機,又或者因為故障排除,需要透過serial port連入某設備進行檢查和操控。 偶然看到某SI的工程師,使用這個工具,想說也來使用看看。心中相信這應該是好工具,人家才會用它。 我自己通常都是簡單使用的話用 putty,想要用好一...