青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

隨筆 - 8, 文章 - 1, 評論 - 14, 引用 - 0
數據加載中……

郵件服務器返回碼

August 1982 RFC 821        Simple Mail Transfer Protocol 

4.2.2. NUMERIC ORDER LIST OF REPLY CODES 
         211 System status, or system help reply
         214 Help message
            [Information on how to use the receiver or the meaning of a
            particular non-standard command; this reply is useful only
            to the human user]
         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>

         354 Start mail input; end with <CRLF>.<CRLF>

         421 <domain> Service not available,
             closing transmission channel
            [This may be a reply to any command if the service knows it
            must shut down]
         450 Requested mail action not taken: mailbox unavailable
            [E.g., mailbox busy]
         451 Requested action aborted: local error in processing
         452 Requested action not taken: insufficient system storage

         500 Syntax error, command unrecognized
            [This may include errors such as command line too long]
         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
            [E.g., mailbox not found, no access]
         551 User not local; please try <forward-path>
         552 Requested mail action aborted: exceeded storage allocation
         553 Requested action not taken: mailbox name not allowed
            [E.g., mailbox syntax incorrect]
         554 Transaction failed

4.5.3. SIZES 
There are several objects that have required minimum maximum sizes. That is, every implementation must be able to receive objects of at least these sizes, but must not send objects larger than these sizes. 

            user

The maximum total length of a user name is 64 characters. 
            domain

The maximum total length of a domain name or number is 64 characters. 
            path

The maximum total length of a reverse-path or forward-path is 256 characters (including the punctuation and element separators). 
            command line

The maximum total length of a command line including the command word and the <CRLF> is 512 characters. 
            reply line

The maximum total length of a reply line including the reply code and the <CRLF> is 512 characters. 
RFC 821 August 1982 Simple Mail Transfer Protocol 
            text line

The maximum total length of a text line including the <CRLF> is 1000 characters (but not counting the leading dot duplicated for transparency). 
            recipients buffer

The maximum total number of recipients that must be buffered is 100 recipients. 

Errors due to exceeding these limits may be reported by using the reply codes, for example: 
            500 Line too long.

            501 Path too long

            552 Too many recipients.

            552 Too much mail data.



--------------------------------------------------------------------------------

RFC 2259        Simple Nomenclator Query Protocol (SNQP)         January 1998

4. Replies 
Most SNQP replies are short. They have a rely code followed by a continuation character and reply text. If the continuation character is blank, the reply is complete. If the continuation character is a dash ("-"), the reply continues on the next line. Text within the reply can vary, but the reply code remains the same. A two line reply example is given below: 

      nnn-Message1
      nnn Message2


In some cases commands or replies may be long, so these commands/replies use the '.'-terminated block structure that is used for message bodies in SMTP. Blocks are comprised of lines of text that constitute the command/reply. Blocks are terminated with a period on a line by itself. 
The theory of reply codes explained for SMTP in RFC 821 is used here. Table 2 defines the reply code structure. Reply codes are three digits, xyz. The x digit indicates the command status. The y digit indicates the component of the system that generated the reply. The z digit allows for further distinctions within replies from the same component. 

      1yz   Positive preliminary reply (not used in SNQP)
      2yz   Positive completion reply
      3yz   Positive intermediate reply
      4yz   Transient negative completion reply
      5yz   Permanent negative completion reply
      6yx   Transient negative intermediate reply
      7yx   Permanent negative intermediate reply

      x0z   Syntax or semantic problem
      x1z   Informational reply
      x2z   Related to transmission channel
      x3z   Formatted (location coded) report for GUI
      x4z   Status message to be displayed by GUI
      x5z   Related to query resolver
      x6z   Related to data repository
      x9z   Component generating the error is unknown or suspect

Table 2: Reply Code Structure 

The GUI-related reply codes are only used if the server has been informed that it is communicating with a graphical user interface, via the imagui command. For such codes in the x3z space, digit "z" takes on the role of digit "y" in other codes. I.e. 735 are permanent negative intermediate replies about the query resolver. 
Table 3a and Table 3b list the defined regular (non-GUI) reply codes. Text messages for the reply codes may vary. The codes are sorted numerically. 

      210-The following commands are available:
      211-There are <n> relations defined:
      212-There are <n> attributes in relation "<relation>":
      213 Performing <comparison-type> type equality comparisons
      214 Basic advice enabled.  Query responses disabled.
      214 Advice enabled for "<attribute>" in "<relation>"
      215 GUI responses enabled
      215 GUI responses disabled
      216 Query responses enabled.  Advice disabled.

      220 <domain-name> <snqp-service-name> Query Service ready
      221 <domain-name> closing transmission channel

      250 All queries processed
      250 All queries processed.  Current through <time>.
      251 All pending queries and responses discarded

      340 Searching <n> data repositories
      350 Send the query text, end with .
      351 Partial response follows, ended with .
      352 Beginning next query in batch
      352 Beginning next query in batch.  Previous current through <time>.
      353 Starting next query. Any pending responses discarded.
      354 The query will contact <n> data repositories, ended with .
      355 There are <n> attributes that may constrain the query, ended with .
      356 There are <n> possible values for attribute "<attribute>":
      357 There are <n> constraining values for attribute "<attribute>":

      420 Too many connections in progress. Try later.
      421 Error in communicating with <snqp-service-name>
      450 No query in progress
      451 Cancel ignored

Table 3a: Reply Codes 
  
      450 Query already in progress
      490 Internal error: Invalid query reference number
      491 System error: <error number or message>
      492 Internal error: Out of client table space
      499 <snqp-service-name> shutting down
      500 Sorry, no help is available for "<command>"
      501 Unknown command
      502 Too many arguments for this command
      502 Not enough arguments for this command

      514 Advice not available
      514 Advice not available on <attribute>

      552 Query blocks are limited to one SQL query
      553 Unknown relation
      553 Unknown relation.  Current through <TIME>.
      554 Unknown attribute
      555 Unknown comparison type
      556 T-bounds not supported
      557 Will not list more than <n> data repositories
      557 Will not list more than <n> attribute values
      557 Will not list more than <n> responses
      557 Too many data repositories to list
      557 Too many attribute values to list
      557 Too many responses to list
      557 Too many data repositories to search

      651 <Error message from query resolver>
      653 <Communications error> with <location> <location description>
      660 <Error> from <location> <location description>

      700 <SQL parse error message>
      750 <SQL semantic error message>
      751 <Error message from query resolver>
      761 <Requirements error> for <location> <location description>

      790 Internal error: <fatal error from SNQP server>

Table 3b: Reply Codes (Continued) 

Table 4 lists the defined GUI reply codes. Text messages for the reply codes may vary. The codes are sorted numerically. An explanation of the codes follows the table. 

      331 nnnnnnn! <message>
      331 nnnnnnn.mmmmmm <message>
      331 nnnnnnn-mmmmmm <message>
      730 nnnnnnnammmmmm e <parse error message>
      735 nnnnnnnammmmmm e <semantic error message>
      340 <status>

Table 4: GUI Reply Codes 

In Table 4, nnnnnnn is the line number in a query block, and mmmmmm is the column in the line. Both numbers begin counting with 1. The exclamation point response directs the program to list information after line n. The period response directs the program to break line n at column m. The hyphen response directs the program to flag line n at column m. Replies 730 and 735 direct the GUI to indicate the parsing or semantic error at line n, column m. Response 340 provides status information that can be displayed immediately in the GUI's status line. A sample status message is one that indicates which data repository is being contacted. 

--------------------------------------------------------------------------------

RFC 2554             SMTP Service Extension   for Authentication         March 1999


6. Error Codes

   The following error codes may be used to indicate various conditions
   as described.

   432 A password transition is needed

   This response to the AUTH command indicates that the user needs to
   transition to the selected authentication mechanism.  This typically
   done by authenticating once using the PLAIN authentication mechanism.

   534 Authentication mechanism is too weak

   This response to the AUTH command indicates that the selected
   authentication mechanism is weaker than server policy permits for
   that user.

   538 Encryption required for requested authentication mechanism

   This response to the AUTH command indicates that the selected
   authentication mechanism may only be used when the underlying SMTP
   connection is encrypted.

   454 Temporary authentication failure

   This response to the AUTH command indicates that the authentication
   failed due to a temporary server failure.

   530 Authentication required

   This response may be returned by any command other than AUTH, EHLO,
   HELO, NOOP, RSET, or QUIT.  It indicates that server policy requires
   authentication in order to perform the requested action.

   535 Authentication unsuccessful

posted on 2010-04-07 11:11 兵臨城下 閱讀(1632) 評論(0)  編輯 收藏 引用 所屬分類: Perl網絡編程


只有注冊用戶登錄后才能發表評論。
網站導航: 博客園   IT新聞   BlogJava   博問   Chat2DB   管理


青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            欧美日韩高清不卡| 国产精品综合网站| 亚洲福利视频三区| 麻豆成人在线观看| 老色批av在线精品| 亚洲人成人99网站| 亚洲高清不卡在线| 欧美国产91| 亚洲一级在线| 亚洲视频一二区| 国产亚洲第一区| 久久久久国色av免费看影院| 欧美一乱一性一交一视频| 国内视频一区| 亚洲国产中文字幕在线观看| 欧美日韩视频第一区| 亚洲欧美激情精品一区二区| 先锋影音国产一区| 在线观看中文字幕不卡| 亚洲福利专区| 欧美色欧美亚洲另类二区| 久久国产视频网| 麻豆成人精品| 羞羞答答国产精品www一本| 久久精品论坛| 国产精品99久久久久久久vr| 欧美亚洲一区| 一区二区三区四区五区在线 | 亚洲国产精品一区制服丝袜 | 亚洲国产福利在线| 欧美激情精品久久久久久免费印度| 亚洲私人影院在线观看| 久久精品一区二区| 亚洲网站视频| 久久综合九色综合欧美狠狠| 亚洲小视频在线| 久久婷婷成人综合色| 亚洲欧美日韩一区二区| 麻豆成人综合网| 久久精品av麻豆的观看方式| 欧美寡妇偷汉性猛交| 久久精品视频免费观看| 欧美视频在线一区| 欧美激情视频网站| 国产视频自拍一区| 一区二区三区精品| 亚洲欧洲一区二区三区| 欧美专区日韩视频| 午夜视频久久久久久| 欧美激情一区二区三区四区| 久久嫩草精品久久久精品一| 欧美午夜在线视频| 亚洲人成精品久久久久| 在线精品福利| 久久久久国产精品人| 性做久久久久久久免费看| 欧美日韩视频专区在线播放| 亚洲国产精品久久久| 在线不卡中文字幕| 久久久久国产精品人| 久久久精品网| 国产综合精品一区| 亚洲免费中文| 午夜精品久久久久久久99樱桃| 欧美伦理影院| 亚洲第一毛片| 亚洲激情成人在线| 免费高清在线一区| 亚洲成色最大综合在线| 亚洲高清不卡av| 免费短视频成人日韩| 亚洲国产成人高清精品| 亚洲精品美女免费| 欧美成人精精品一区二区频| 亚洲国产日本| 99精品黄色片免费大全| 欧美日韩伊人| 亚洲网在线观看| 欧美一区二区在线| 国模套图日韩精品一区二区| 久久久久久有精品国产| 亚洲电影自拍| 亚洲素人一区二区| 国产伦精品一区二区三区免费| 亚洲欧美一区二区激情| 久久夜色精品亚洲噜噜国产mv| 在线观看福利一区| 欧美精品免费在线观看| 亚洲私人影院在线观看| 欧美一区二区三区四区高清| 国产自产女人91一区在线观看| 久久久久久精| 亚洲日本成人在线观看| 午夜精品久久久久| 又紧又大又爽精品一区二区| 欧美精品18| 午夜精彩视频在线观看不卡| 欧美成人精品一区| 亚洲网站在线看| 国产亚洲精品资源在线26u| 久久影音先锋| 亚洲深夜av| 欧美激情一区二区久久久| 中日韩美女免费视频网址在线观看 | 欧美aⅴ一区二区三区视频| 亚洲卡通欧美制服中文| 国产农村妇女精品一二区| 久久女同互慰一区二区三区| 99精品视频一区| 免费看成人av| 午夜国产精品影院在线观看| 亚洲高清一二三区| 欧美天堂亚洲电影院在线观看 | 亚洲精品在线一区二区| 午夜久久黄色| 亚洲精品日韩在线观看| 国内成+人亚洲| 欧美视频一区二区三区在线观看| 久久久福利视频| 亚洲一区二区三区免费在线观看| 欧美波霸影院| 久久动漫亚洲| 亚洲欧美清纯在线制服| 亚洲免费观看高清完整版在线观看熊| 国产亚洲成人一区| 国产精品扒开腿做爽爽爽视频 | 免费av成人在线| 欧美伊人影院| 一区二区av在线| 亚洲国产精品一区二区www在线| 久久精品人人做人人爽| 亚洲欧美亚洲| 亚洲免费综合| 亚洲伊人观看| 亚洲一区中文字幕在线观看| 日韩视频精品在线观看| 在线免费观看欧美| 激情欧美一区二区三区在线观看| 国产精品日韩欧美一区二区三区| 欧美日韩视频在线一区二区观看视频 | 欧美国产亚洲视频| 久久久久久久久一区二区| 性亚洲最疯狂xxxx高清| 性做久久久久久| 亚洲欧美久久久| 亚洲欧美另类国产| 亚洲欧美亚洲| 欧美自拍偷拍午夜视频| 欧美伊人久久| 久久精品一二三| 噜噜噜在线观看免费视频日韩| 久久亚洲精品一区二区| 久久综合影音| 欧美激情一区二区| 亚洲欧洲精品一区二区三区不卡| 亚洲高清不卡在线| 亚洲免费久久| 亚洲女ⅴideoshd黑人| 亚洲欧美在线免费观看| 午夜亚洲性色福利视频| 欧美在线视频二区| 毛片精品免费在线观看| 欧美高清视频一区| 欧美日韩中文| 国产欧美一区二区三区久久| 国产午夜精品久久久| 黄色精品免费| 日韩午夜在线观看视频| 亚洲综合日韩在线| 久久久久国产一区二区三区| 欧美电影在线观看| 99riav久久精品riav| 欧美一级二区| 欧美成人乱码一区二区三区| 国产精品成人av性教育| 一区二区在线不卡| 一本色道久久88精品综合| 欧美制服第一页| 欧美成人一区二区三区在线观看| 亚洲精品日韩在线| 欧美一级网站| 欧美看片网站| 红桃视频国产一区| 中文亚洲字幕| 久久最新视频| 一二美女精品欧洲| 久久久人人人| 欧美小视频在线观看| 亚洲第一毛片| 午夜在线视频观看日韩17c| 欧美黄色视屏| 亚洲欧美视频一区| 欧美精品电影在线| 樱桃国产成人精品视频| 亚洲综合激情| 亚洲三级免费| 久久中文字幕一区二区三区| 国产精品久久久久影院色老大| 亚洲国产成人高清精品| 欧美在线播放一区二区|