Telnetを使用してメールを送信しようとしています。すべてが大丈夫だと思いますが、メールは届きません。
Debian 8の端末で私がしたことは次のとおりです。
telnet localhost smtp
220 simon ESMTP Exim 4.84_2 Tue, 07 Jun 2016 18:45:24 +0200
HELO 85.170.206.70
250 simon Hello localhost [::1]
mail from: [email protected]
250 OK
rcpt to: [email protected]
250 Accepted
data
354 Enter message, ending with "." on a line by itself
From: [email protected]
To: [email protected]
Subject: Test message
content
.
250 OK id=1bAK8U-0002ej-DJ
QUIT
ご覧のとおり、SMTPステータスコード250が表示されますが、メールはまったく受信されません(不要なメールフォルダでも)。
RCPTでもテストしましたが、結果はありません。<[email protected]>
私は何が間違っていましたか?