diff options
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/2114 | 15 | ||||
-rw-r--r-- | test/stdout/2132 | 9 |
2 files changed, 24 insertions, 0 deletions
diff --git a/test/stdout/2114 b/test/stdout/2114 index e4b3b5a91..f37ca8cab 100644 --- a/test/stdout/2114 +++ b/test/stdout/2114 @@ -91,6 +91,9 @@ Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK @@ -125,6 +128,9 @@ Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK @@ -190,6 +196,9 @@ Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK @@ -255,6 +264,9 @@ Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.c <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK @@ -289,6 +301,9 @@ Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK diff --git a/test/stdout/2132 b/test/stdout/2132 index c9a281c78..c1071dfb6 100644 --- a/test/stdout/2132 +++ b/test/stdout/2132 @@ -20,6 +20,9 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<CALLER@test.ex> ??? 250 <<< 250 OK @@ -59,6 +62,9 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<"name with spaces"@test.ex> ??? 250 <<< 250 OK @@ -129,6 +135,9 @@ Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.e <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4] >>> mail from:<CALLER@test.ex> ??? 250 <<< 250 OK |