トップ> open source software> 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.
related articles
- qmailでバーチャルドメインを構築しよう(その1) redhat9 + qmail + imap4 + pop3 + qpopmailを構築しよう
- qmailでバーチャルドメインを構築しよう(その2) qmailとtcpwrapperをインストース、設定、起動します。
- qmailでバーチャルドメインを構築しよう(その3 vpopmail編) vpopmailでqmailでのバーチャルドメイン/ユーザ管理
- qmailでバーチャルドメイン構築(その4 courier-imap authlib編) バーチャルドメインに対応したIMAP4とPOP3を構築しましょう。
- qmailでバーチャルドメイン構築(その5通信暗号化) courier-imapで通信内容を暗号化します
- qmail+tcpserverでメールの送信が遅い時・・・ パソコンからのメール送信が遅い時は・・・
- 第三者証明付きSSLを作る Apache + mod_ssl + openssl + ベリサインで証明書付きSSL
- linux での iptables redhat es 3.0 でのパケットフィルタリングをiptablesで行う。
- linux でのパスワード忘れなどtips redhat でシングルユーザモード、レスキューモードなどなど小技備忘録
- apache/php で バージョン非表示 apache/php でのエラー時のバージョン非表示。
- qmail sendmail SMTPプロトコル SMTPのコマンドのやりとり
- Postgresqlのデータベースバックアップ Postgresqlのデータをバックアップします

