diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-06 14:07:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-04-12 19:20:13 +0100 |
commit | 250b68713b5810a824bb14337b98737b6b81bf53 (patch) | |
tree | d4ad59ab701bad2a244c98b155189e87842a3e32 /test/stdout/4201 | |
parent | 7ade712cc84d7f822f04baf2f46daee81701174d (diff) |
smtp output, no remote support
Diffstat (limited to 'test/stdout/4201')
-rw-r--r-- | test/stdout/4201 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/stdout/4201 b/test/stdout/4201 index 8b89b2bd3..e5f488632 100644 --- a/test/stdout/4201 +++ b/test/stdout/4201 @@ -80,3 +80,15 @@ End of script 354 Enter message, ending with "." on a line by itself
250 OK id=10HmaZ-0005vi-00
221 the.local.host.name closing connection
+220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-the.local.host.name Hello CALLER at client.ffail
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250-SMTPUTF8
+250 HELP
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmbB-0005vi-00
+221 the.local.host.name closing connection
|