如何檢查匿名SMTP連接的中繼限制?

字號:

1. 單擊“開始”*“運行”,在運行框中鍵入 telnet,然后單擊“確定”。
    2. 在 Microsoft Telnet 命令提示符處,鍵入 “set LOCAL_ECHO”,然后按 Enter 鍵。
    3. 鍵入 open 服務器名 25,然后按Enter 鍵。
    4.要驗證您是否成功連接到了 ESMTP 郵件服務,請鍵入 “helo domain.com”,然后按 Enter 鍵。
    5.鍵入 “mail from:advertiser123@domain.com”,然后按 Enter 鍵。
    6.鍵入“ rcpt to:recipient@another-domain.com”,然后按 Enter 鍵。請注意出現(xiàn)的“Unable To Relay For Recipient@Another-Domain.com”(無法為 Recipient@Another-Domain.com 中繼)錯誤信息。
    7.鍵入 “quit”,然后按2次 Enter 鍵以關閉到服務器的連接。