免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1907 | 回复: 0
打印 上一主题 下一主题

SMTP reply codes [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-09-02 05:19 |只看该作者 |倒序浏览

                    SMTP reply codes
   
See
rfc2821
    for the basic specification of SMTP; see also
rfc1123
for
    important additional information.
   
See
rfc1893
    and
rfc2034
    for information about enhanced status codes.
   
Check the RFC
    index for further mail-related RFCs.
   
      
        Reply codes in numerical order
      
      
       
          Code
          Meaning
       
      
      
        200 (nonstandard success response, see rfc876)
        211 System status, or system help reply
        214 Help message
        220  Service ready
        221  Service closing transmission channel
        250 Requested mail action okay, completed
        251 User not local; will forward to
        354 Start mail input; end with .
        421  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 unrecognised
        501 Syntax error in parameters or arguments
        502 Command not implemented
        503 Bad sequence of commands
        504 Command parameter not implemented
        521  does not accept mail (see rfc1846)
        530 Access denied (???a Sendmailism)
        550 Requested action not taken: mailbox unavailable
        551 User not local; please try
        552 Requested mail action aborted: exceeded storage allocation
        553 Requested action not taken: mailbox name not allowed
        554 Transaction failed
      
   
   
      
        Reply codes grouped by command
      
      
       
          Command
          Code
          Description
       
      
      
       
connect
       
220 Service ready
       
421 Service not available, closing transmission channel
       
HELO
       
250Requested mail action okay, completed
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
504Command parameter not implemented
       
521 does not accept mail [rfc1846]
       
421 Service not available, closing transmission channel
       
EHLO
       
250Requested mail action okay, completed
       
550Not implemented
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
504Command parameter not implemented
       
421 Service not available, closing transmission channel
       
MAIL
       
250Requested mail action okay, completed
       
552Requested mail action aborted: exceeded storage allocation
       
451Requested action aborted: local error in processing
       
452Requested action not taken: insufficient system storage
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
421 Service not available, closing transmission channel
       
RCPT
       
250Requested mail action okay, completed
       
251User not local; will forward to
       
550Requested action not taken: mailbox unavailable
       
551User not local; please try
       
552Requested mail action aborted: exceeded storage allocation
       
553Requested action not taken: mailbox name not allowed
       
450Requested mail action not taken: mailbox unavailable
       
451Requested action aborted: local error in processing
       
452Requested action not taken: insufficient system storage
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
503Bad sequence of commands
       
521 does not accept mail [rfc1846]
       
421 Service not available, closing transmission channel
       
DATA
       
354Start mail input; end with .
       
451Requested action aborted: local error in processing
       
554Transaction failed
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
503Bad sequence of commands
       
421 Service not available, closing transmission channel
        received data
       
250Requested mail action okay, completed
       
552Requested mail action aborted: exceeded storage allocation
       
554Transaction failed
       
451Requested action aborted: local error in processing
       
452Requested action not taken: insufficient system storage
       
RSET
       
200(nonstandard success response, see rfc876)
       
250Requested mail action okay, completed
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
504Command parameter not implemented
       
421 Service not available, closing transmission channel
       
SEND
       
250Requested mail action okay, completed
       
552Requested mail action aborted: exceeded storage allocation
       
451Requested action aborted: local error in processing
       
452Requested action not taken: insufficient system storage
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
502Command not implemented
       
421 Service not available, closing transmission channel
       
SOML
       
250Requested mail action okay, completed
       
552Requested mail action aborted: exceeded storage allocation
       
451Requested action aborted: local error in processing
       
452Requested action not taken: insufficient system storage
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
502Command not implemented
       
421 Service not available, closing transmission channel
       
SAML
       
250Requested mail action okay, completed
       
552Requested mail action aborted: exceeded storage allocation
       
451Requested action aborted: local error in processing
       
452Requested action not taken: insufficient system storage
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
502Command not implemented
       
421 Service not available, closing transmission channel
       
VRFY
       
250Requested mail action okay, completed
       
251User not local; will forward to
       
550Requested action not taken: mailbox unavailable
       
551User not local; please try
       
553Requested action not taken: mailbox name not allowed
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
502Command not implemented
       
504Command parameter not implemented
       
421 Service not available, closing transmission channel
       
EXPN
       
250Requested mail action okay, completed
       
550Requested action not taken: mailbox unavailable
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
502Command not implemented
       
504Command parameter not implemented
       
421 Service not available, closing transmission channel
       
HELP
       
211System status, or system help reply
       
214Help message
       
500Syntax error, command unrecognised
       
501Syntax error in parameters or arguments
       
502Command not implemented
       
504Command parameter not implemented
       
421 Service not available, closing transmission channel
       
NOOP
       
200(nonstandard success response, see rfc876)
       
250Requested mail action okay, completed
       
500Syntax error, command unrecognised
       
421 Service not available, closing transmission channel
       
QUIT
       
221 Service closing transmission channel
       
500Syntax error, command unrecognised
       
TURN
       
250Requested mail action okay, completed
       
502Command not implemented
       
500Syntax error, command unrecognised
       
503Bad sequence of commands
      
   
   

[/url]
file:///C:/DOCUME%7E1/jkang/LOCALS%7E1/Temp/moz-screenshot.png
  
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:[url]http://blog.chinaunix.net/u1/40266/showart_2043497.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP