diff options
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0628 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0628 b/test/scripts/0000-Basic/0628 index d227b5acc..e5f37771b 100644 --- a/test/scripts/0000-Basic/0628 +++ b/test/scripts/0000-Basic/0628 @@ -1,6 +1,7 @@ # debug logging ACL modifier munge debuglog_stdout # +# Immediate delivery variant exim -DSERVER=server -bd -oX PORT_D **** # @@ -29,6 +30,38 @@ QUIT # killdaemon # +# +# This time going via a queue-run +exim -DSERVER=server -DCONTROL=queue_only -bd -oX PORT_D +**** +client 127.0.0.1 PORT_D +??? 220 +EHLO test.ex +??? 250- +??? 250- +??? 250- +??? 250- +??? 250 +MAIL FROM:<tester2@test.ex> +??? 250 +RCPT TO:<dest2@test.ex> +??? 250 +DATA +??? 354 +Subject: test. + +body +. +??? 250 +QUIT +??? 221 +**** +exim -DNOTDAEMON -DSERVER=server -q +**** +# +killdaemon +# +# 1 cat DIR/spool/log/serverdebuglog_1 # |