发送telnet smtp数据命令并以句点结束不起作用

时间:2016-11-05 05:50:38

标签: linux email smtp telnet qmail

我陷入了我的SSH telnet会话,试图测试SMTP连接,但是当我输入一段时间来提交测试电子邮件的数据时 - 没有任何反应。 我可以用 control ] 结束会话 - 但我想提交数据,而不是关闭会话。我错过了什么?

Ubuntu 16.04客户端。 Debian 8服务器。 QMAIL。

Connected to localhost.
Escape character is '^]'.
rcpt to: <nospam@test.com>

mail from: <testmail@test.com>
250 ok
rcpt to: <nospam@test.com>
250 ok
data
354 go ahead
From: Test_sender <testmail@test.com>
To: Test_receiver <nospam@test.com>
Subject: Just a stupid SMTP test

Just a test !

\r\n503 MAIL first (#5.5.1)<return linefeed doesn't do anything either)
^Q^S
-->.<------------------------------------
(single period on one line-formatting issue)

^C
^Q
quit
exit
bye

1 个答案:

答案 0 :(得分:0)

我按照我正在使用的指南重新安装了所有程序,并获得了 所需的功能。该网站是qmailrocks