diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 14:05:17 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 14:05:17 +0000 |
commit | 59e82a2a0e97f55f0e27323112116e01a06cb198 (patch) | |
tree | 945e9bc068b5c4dded91c9404f6ac1df785f1a78 /test/stdout | |
parent | 312fd9e929e73d6c0d5ca7414431d2b87fa0ea21 (diff) |
Improve queryprogram behaviour when not running as root.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/5204 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/stdout/5204 b/test/stdout/5204 index df0810ede..52f9242b9 100644 --- a/test/stdout/5204 +++ b/test/stdout/5204 @@ -19,3 +19,16 @@ PASS@some.host postmaster@test.ex <-- "REDIRECT postmaster@test.ex"@some.host router = pm, transport = null + +**** SMTP testing session as if from host V4NET.2.3.4 +**** 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 some.name [V4NET.2.3.4]
+250-SIZE 52428800
+250-PIPELINING
+250 HELP
+250 OK
+550 cannot route this one (FAIL)
+221 myhost.test.ex closing connection
|