diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-10-03 18:58:11 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-10-04 12:31:07 +0200 |
commit | ee359040f0c1e78c057bb1e533059c5c3d9e2c69 (patch) | |
tree | 7a16f568bfc3cba0944a76d22cc8052fcf897d8c /test/stdout | |
parent | db889856a56c1da9d18fc2f676b4aad2d45dc585 (diff) |
Testsuite: Add test for proxy and -bh (Bug 2656)
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/4031 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/test/stdout/4031 b/test/stdout/4031 new file mode 100644 index 000000000..a0cddc62d --- /dev/null +++ b/test/stdout/4031 @@ -0,0 +1,53 @@ +### non-prox plain receive + +**** SMTP testing session as if from host 127.0.0.2 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 myhost.test.ex Hello clientname [127.0.0.2]
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaX-0005vi-00
+ +**** SMTP testing: that is not a real message id! + +221 myhost.test.ex closing connection
+### protocol v1 receive + +**** SMTP testing session as if from host ip4.ip4.ip4.ip4 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 myhost.test.ex Hello clientname [127.0.0.2]
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaY-0005vi-00
+ +**** SMTP testing: that is not a real message id! + +221 myhost.test.ex closing connection
+### protocol v2 receive + +**** SMTP testing session as if from host ip4.ip4.ip4.ip4 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 myhost.test.ex Hello clientname [127.0.0.2]
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaZ-0005vi-00
+ +**** SMTP testing: that is not a real message id! + +221 myhost.test.ex closing connection
+ +******** SERVER ******** +### non-prox plain receive +### protocol v1 receive +### protocol v2 receive |