トップ> オープンソース> qmail sendmail SMTPプロトコル
qmail sendmail SMTPプロトコル
SMTPのコマンドのやりとり
SMTP応答コマンド・・・エラーコードなど参考になります。
・SMTPコマンド/応答コード : IT用語辞典 e-Words
※QMAIL/SENDMAIL/POSTFIXの設定が終わったら以下のような感じでマニュアルで動作試験をするときに便利です。
斜線部分が打ち込むコマンドとなります。
% telnet mail.cgi-support.com 25
Trying 192.168.0.0...
Connected to mail.cgi-support.com.
Escape character is '^]'.
220 mail.cgi-support.com qmail ESMTP MAIL Service, Version: 1.0 ready at Sat, 6 May 2006 08:20:14 0900
HELO zaco's pc
250 mail.cgi-support.com Hello [1.2.3.4]
MAIL FROM: <zaco@cgi-support.com>
250 zaco@cgi-support.com....Sender OK
RCPT TO: <hogehoge@yahoo.co.jp>
250 hogehoge@yahoo.co.jp
DATA
354 Start mail input; end with .
Subject: This is telnet smtp testing...
this is test. thanks from zaco.
this is test. thanks from zaco.
this is test. thanks from zaco.
this is test. thanks from zaco.
.
250 Queued mail for delivery
quit
221 mail.cgi-support.com Service closing transmission channel
Connection closed by foreign host.
カテゴリ内の記事
- qmailでバーチャルドメインを構築しよう(その1)(2005/10/04)
- qmailでバーチャルドメインを構築しよう(その2)(2005/10/04)
- qmailでバーチャルドメインを構築しよう(その3 vpopmail編)(2005/10/04)
- qmailでバーチャルドメイン構築(その4 courier-imap authlib編)(2005/10/04)
- qmailでバーチャルドメイン構築(その5通信暗号化)(2005/10/04)
- qmail+tcpserverでメールの送信が遅い時・・・(2005/10/04)
- 第三者証明付きSSLを作る(2006/06/05)
- linux での iptables(2006/06/19)
- linux でのパスワード忘れなどtips(2006/06/20)
- apache/php で バージョン非表示(2006/06/23)
- qmail sendmail SMTPプロトコル(2006/07/13)
- Postgresqlのデータベースバックアップ(2006/07/23)
- HTTP レスポンスヘッダの Apache バージョンを非表示にする(2008/03/24)
- Postfix のキュー削除(2008/04/16)
- mysql charset(2008/04/25)
- mysql charset(2008/04/25)
- apache ssi(2008/07/26)
- postfix:ヘッダをみてメールをドロップする(2009/05/28)
- apache2でモジュールをロードする(2009/07/06)
- mysqlのバックアップ、リストア(2009/07/06)
- ssh 自動ログイン(2009/07/07)
- sshでIP制限、ポート変更root拒否(2009/07/07)
- wordpress重い(2009/08/18)
- mysql リモート許可(2009/10/09)
- mysql utf8(2010/02/03)
