本文へ移動
QKQuickKitEN
メールLOCALブラウザ内で処理

SMTP ステータスコード

SMTP リプライコードと拡張ステータスコードを検索し、SMTP レスポンスの矛盾を検出します。

入力と主要な処理をブラウザ内で行い、その入力内容をQuickKitサーバーへ送信しない設計です。

コード or 説明で検索

SMTP レスポンス (行をペースト)

SMTP リプライコード一覧

コード種別説明RFC
2112xx SuccessSystem status replyRFC 5321
2142xx SuccessHelp messageRFC 5321
2202xx SuccessService readyRFC 5321
2212xx SuccessService closing transmission channelRFC 5321
2352xx SuccessAuthentication successfulRFC 4954
2502xx SuccessRequested mail action okay, completedRFC 5321
2512xx SuccessUser not local; will forward to forward-pathRFC 5321
2522xx SuccessCannot verify the user, but will try to deliverRFC 5321
3343xx ContinueServer challenge response (AUTH)RFC 4954
3543xx ContinueStart mail input; end with CRLF.CRLFRFC 5321
4214xx RetryService not available, closing channelRFC 5321
4324xx RetryA password transition is neededRFC 4954
4504xx RetryRequested mail action not taken: mailbox unavailableRFC 5321
4514xx RetryRequested action aborted: local error in processingRFC 5321
4524xx RetryRequested action not taken: insufficient system storageRFC 5321
4544xx RetryTemporary authentication failureRFC 4954
4554xx RetryServer unable to accommodate parametersRFC 5321
5005xx PermanentSyntax error, command unrecognizedRFC 5321
5015xx PermanentSyntax error in parameters or argumentsRFC 5321
5025xx PermanentCommand not implementedRFC 5321
5035xx PermanentBad sequence of commandsRFC 5321
5045xx PermanentCommand parameter not implementedRFC 5321
5215xx PermanentMachine does not accept mailRFC 7504
5305xx PermanentAuthentication requiredRFC 4954
5345xx PermanentAuthentication mechanism is too weakRFC 4954
5355xx PermanentAuthentication credentials invalidRFC 4954
5385xx PermanentEncryption required for requested auth mechanismRFC 4954
5505xx PermanentRequested action not taken: mailbox unavailableRFC 5321
5515xx PermanentUser not local; please try forward-pathRFC 5321
5525xx PermanentRequested mail action aborted: exceeded storage allocationRFC 5321
5535xx PermanentRequested action not taken: mailbox name not allowedRFC 5321
5545xx PermanentTransaction failedRFC 5321
5555xx PermanentMAIL FROM/RCPT TO parameters not recognizedRFC 5321
5565xx PermanentDomain does not accept mailRFC 7504
仕組みと使い方

SMTP リプライコードはサーバーのコマンド応答を識別します。拡張ステータスコード (RFC 3463) は詳細情報をデコードします。このツールには RFC 5321、RFC 4954 (AUTH)、RFC 7504 の基本リプライコード、および RFC 3463、RFC 4954、RFC 7372 の拡張ステータスコードが含まれています。パーサはペーストされた SMTP レスポンスからコードを抽出・検証し、基本コードと拡張コードが恒久性について矛盾しているかどうかを報告します。サーバーによって送信される自由形式のテキストは逐語的に表示され、標準化されていないため、このツールは解釈しません。