1 ### (1) non-prox plain receive (not advertised) (2) XCLIENT refules when not advertised
3 **** SMTP testing session as if from host 127.0.0.1
4 **** but without any ident (RFC 1413) callback.
5 **** This is not for real!
7 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
8 250-myhost.test.ex Hello plainclient [127.0.0.1]
\r
10 250-LIMITS MAILMAX=1000 RCPTMAX=50000
\r
16 354 Enter message, ending with "." on a line by itself
\r
17 250 OK id=10HmaX-000000005vi-0000
\r
19 **** SMTP testing: that is not a real message id!
21 550 XCLIENT command used when not advertised
\r
22 221 myhost.test.ex closing connection
\r
23 ### receive, (1) fully loaded (2) new conn (3) bad: transaction in progress
25 **** SMTP testing session as if from host ip4.ip4.ip4.ip4
26 **** but without any ident (RFC 1413) callback.
27 **** This is not for real!
29 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
30 250-myhost.test.ex Hello xclientproxy [ip4.ip4.ip4.ip4]
\r
32 250-LIMITS MAILMAX=1000 RCPTMAX=50000
\r
35 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
38 250-myhost.test.ex Hello proxylookedupname.net [127.0.0.2]
\r
40 250-LIMITS MAILMAX=1000 RCPTMAX=50000
\r
43 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
47 354 Enter message, ending with "." on a line by itself
\r
48 250 OK id=10HmaY-000000005vi-0000
\r
50 **** SMTP testing: that is not a real message id!
53 250-myhost.test.ex Hello anotherhelo [127.0.0.3]
\r
55 250-LIMITS MAILMAX=1000 RCPTMAX=50000
\r
58 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
62 354 Enter message, ending with "." on a line by itself
\r
63 250 OK id=10HmaZ-000000005vi-0000
\r
65 **** SMTP testing: that is not a real message id!
68 503 mail transaction in progress
\r
71 503 HELO or EHLO required
\r
72 221 myhost.test.ex closing connection
\r
73 ### (4) no operands to XCLIENT (5,6) unrecognised operands
75 **** SMTP testing session as if from host ip4.ip4.ip4.ip4
76 **** but without any ident (RFC 1413) callback.
77 **** This is not for real!
79 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
80 250-myhost.test.ex Hello xclientproxy [ip4.ip4.ip4.ip4]
\r
82 250-LIMITS MAILMAX=1000 RCPTMAX=50000
\r
85 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
87 501 XCLIENT must have at least one operand
\r
88 501 XCLIENT: unrecognised parameter 'NONO'
\r
89 501 XCLIENT: unrecognised parameter 'NAMEfoobar'
\r
90 501-XCLIENT: unrecognised parameter 'SIXSIX'
\r
91 501 Too many syntax or protocol errors
\r
92 ### (7) operand with zero-len value (8) operand with no value
94 **** SMTP testing session as if from host ip4.ip4.ip4.ip4
95 **** but without any ident (RFC 1413) callback.
96 **** This is not for real!
98 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
99 250-myhost.test.ex Hello xclientproxy [ip4.ip4.ip4.ip4]
\r
101 250-LIMITS MAILMAX=1000 RCPTMAX=50000
\r
104 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
106 501 XCLIENT: zero-length value for param
\r
107 501 XCLIENT: missing value for parameter 'NAME'
\r
108 421 myhost.test.ex lost input connection
\r
110 ******** SERVER ********
111 ### (1) non-prox plain receive (not advertised) (2) XCLIENT refules when not advertised
112 ### receive, (1) fully loaded (2) new conn (3) bad: transaction in progress
113 ### (4) no operands to XCLIENT (5,6) unrecognised operands
114 ### (7) operand with zero-len value (8) operand with no value