diff options
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0215 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/stdout/0215 b/test/stdout/0215 index a562016e0..d6d06cfe6 100644 --- a/test/stdout/0215 +++ b/test/stdout/0215 @@ -217,3 +217,27 @@ This is a test message. QUIT 250 OK End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +LHLO myhost.test.ex +250 OK +MAIL FROM:<CALLER@myhost.test.ex> +250 Sender OK +RCPT TO:<userx@myhost.test.ex> +450 LATER +QUIT +250 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +LHLO myhost.test.ex +250 OK +MAIL FROM:<CALLER@myhost.test.ex> AUTH=xxx@yyy +250 Sender OK +RCPT TO:<userx@myhost.test.ex> +450 LATER +QUIT +250 OK +End of script |