diff options
Diffstat (limited to 'test/stdout/2014')
-rw-r--r-- | test/stdout/2014 | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/test/stdout/2014 b/test/stdout/2014 index 829a86c42..4eddd724c 100644 --- a/test/stdout/2014 +++ b/test/stdout/2014 @@ -83,6 +83,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 @@ -117,6 +120,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 @@ -179,6 +185,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 @@ -214,7 +223,7 @@ Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.c Attempting to start TLS A TLS fatal alert has been received. Failed to start TLS ->>> mail from:<userx@test.ex> +>>> helo test ??? 554 <<< 554 Security failure End of script @@ -242,6 +251,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 @@ -276,6 +288,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 |