SMTP応答コード SMTP応答コード †
コード 意味
- 211 System status, or system help reply
- 214 Help message
- 220 <domain> Service ready
- 221 <domain> Service closing transmission channel
- 250 Requested mail action okay, completed
- 251 User not local; will forward to <forward-path>
- 受信者が存在しないので[forward-path]に転送する。
- 354 Start mail input; end with <CRLF>.<CRLF>
- メールの入力開始。入力終了は「.」のみの行を送信。
- 421 <domain> Service not available,closing transmission channel
- 450 Requested mail action not taken: mailbox unavailable
- メールボックスが利用できないため、要求された処理は実行不能。
- 451 Requested action aborted: local error in processing
- 452 Requested action not taken: insufficient system storage
- 記憶装置の空き領域が不十分なため、要求された処理は実行不能。
- 500 Syntax error, command unrecognized
- 501 Syntax error in parameters or arguments
- 502 Command not implemented
- 指示されたコマンドはこのシステムには実装されていない。
- 503 Bad sequence of commands
- 504 Command parameter not implemented
- 550 Requested action not taken: mailbox unavailable
- メールボックスが利用できないため、要求された処理は実行不能。
- 551 User not local; please try <forward-path>
- 受信者が存在しない。[forward-path]に送信せよ。
- 552 Requested mail action aborted: exceeded storage allocation
- 553 Requested action not taken: mailbox name not allowed
- メールボックスの名前が不適切なため、要求された処理は実行不能。
- 554 Transaction failed
|