~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to html/XCLIENT_README.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.33)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20120320134716-v7ab94fmor2z9pvp
Tags: upstream-2.9.1
ImportĀ upstreamĀ versionĀ 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    xclient-command = XCLIENT 1*( SP attribute-name"="attribute-value )
81
81
</p>
82
82
<p>
83
 
    attribute-name = ( NAME | ADDR | PORT | PROTO | HELO )
 
83
    attribute-name = ( NAME | ADDR | PORT | PROTO | HELO | LOGIN )
84
84
</p>
85
85
<p>
86
86
    attribute-value = xtext
113
113
    value, or the value [UNAVAILABLE] when the information is
114
114
    unavailable.  </p>
115
115
 
 
116
    <li> <p> The LOGIN attribute specifies a SASL login name, or
 
117
    the value [UNAVAILABLE] when the information is unavailable.
 
118
    </p>
 
119
 
116
120
</ul>
117
121
 
118
122
<p> Note 1: syntactically valid NAME and HELO attribute-value
130
134
with these older implementations should be prepared to receive
131
135
unencoded information. </p>
132
136
 
133
 
<p> Note 4: Postfix implementations prior to version 2.5 do not
134
 
implement the PORT attribute.  </p>
 
137
<p> Note 4: Some Postfix implementations do not implement the PORT
 
138
or LOGIN attributes.  </p>
135
139
 
136
140
<h2>XCLIENT Server response</h2>
137
141