~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to README_FILES/XCLIENT_README

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.34) (39.1.16 trunk)
  • Revision ID: package-import@ubuntu.com-20120320134716-o62kosz3odzt1rh6
Tags: 2.9.1-2
Drop unnecessary openssl check, since sonames will save us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
    xclient-command = XCLIENT 1*( SP attribute-name"="attribute-value )
52
52
 
53
 
    attribute-name = ( NAME | ADDR | PORT | PROTO | HELO )
 
53
    attribute-name = ( NAME | ADDR | PORT | PROTO | HELO | LOGIN )
54
54
 
55
55
    attribute-value = xtext
56
56
 
73
73
  * The HELO attribute specifies an SMTP HELO parameter value, or the value
74
74
    [UNAVAILABLE] when the information is unavailable.
75
75
 
 
76
  * The LOGIN attribute specifies a SASL login name, or the value [UNAVAILABLE]
 
77
    when the information is unavailable.
 
78
 
76
79
Note 1: syntactically valid NAME and HELO attribute-value elements can be up to
77
80
255 characters long. The client must not send XCLIENT commands that exceed the
78
81
512 character limit for SMTP commands. To avoid exceeding the limit the client
86
89
attribute values. Servers that wish to interoperate with these older
87
90
implementations should be prepared to receive unencoded information.
88
91
 
89
 
Note 4: Postfix implementations prior to version 2.5 do not implement the PORT
90
 
attribute.
 
92
Note 4: Some Postfix implementations do not implement the PORT or LOGIN
 
93
attributes.
91
94
 
92
95
XXCCLLIIEENNTT SSeerrvveerr rreessppoonnssee
93
96