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
15 354 Enter message, ending with "." on a line by itself
\r
16 250 OK id=10HmaX-000000005vi-0000
\r
18 **** SMTP testing: that is not a real message id!
20 550 XCLIENT command used when not advertised
\r
21 221 myhost.test.ex closing connection
\r
22 ### receive, (1) fully loaded (2) new conn (3) bad: transaction in progress
24 **** SMTP testing session as if from host ip4.ip4.ip4.ip4
25 **** but without any ident (RFC 1413) callback.
26 **** This is not for real!
28 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
29 250-myhost.test.ex Hello xclientproxy [ip4.ip4.ip4.ip4]
\r
33 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
36 250-myhost.test.ex Hello proxylookedupname.net [127.0.0.2]
\r
40 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
44 354 Enter message, ending with "." on a line by itself
\r
45 250 OK id=10HmaY-000000005vi-0000
\r
47 **** SMTP testing: that is not a real message id!
50 250-myhost.test.ex Hello anotherhelo [127.0.0.3]
\r
54 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
58 354 Enter message, ending with "." on a line by itself
\r
59 250 OK id=10HmaZ-000000005vi-0000
\r
61 **** SMTP testing: that is not a real message id!
64 503 mail transaction in progress
\r
67 503 HELO or EHLO required
\r
68 221 myhost.test.ex closing connection
\r
69 ### (4) no operands to XCLIENT (5,6) unrecognised operands
71 **** SMTP testing session as if from host ip4.ip4.ip4.ip4
72 **** but without any ident (RFC 1413) callback.
73 **** This is not for real!
75 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
76 250-myhost.test.ex Hello xclientproxy [ip4.ip4.ip4.ip4]
\r
80 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
82 501 XCLIENT must have at least one operand
\r
83 501 XCLIENT: unrecognised parameter 'NONO'
\r
84 501 XCLIENT: unrecognised parameter 'NAMEfoobar'
\r
85 501-XCLIENT: unrecognised parameter 'SIXSIX'
\r
86 501 Too many syntax or protocol errors
\r
87 ### (7) operand with zero-len value (8) operand with no value
89 **** SMTP testing session as if from host ip4.ip4.ip4.ip4
90 **** but without any ident (RFC 1413) callback.
91 **** This is not for real!
93 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
94 250-myhost.test.ex Hello xclientproxy [ip4.ip4.ip4.ip4]
\r
98 250-XCLIENT ADDR NAME PORT LOGIN DESTADDR DESTPORT
\r
100 501 XCLIENT: zero-length value for param
\r
101 501 XCLIENT: missing value for parameter 'NAME'
\r
102 421 myhost.test.ex lost input connection
\r
104 ******** SERVER ********
105 ### (1) non-prox plain receive (not advertised) (2) XCLIENT refules when not advertised
106 ### receive, (1) fully loaded (2) new conn (3) bad: transaction in progress
107 ### (4) no operands to XCLIENT (5,6) unrecognised operands
108 ### (7) operand with zero-len value (8) operand with no value