diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-15 17:10:59 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-05-15 17:10:59 +0100 |
commit | c9771b0f607127d89018dd79bab6febb14db3d6d (patch) | |
tree | 01ad3b7e0253c225f7e2d5782d5c0ecf18a4c774 /test/scripts/0000-Basic | |
parent | 758fe60790c2f22e2823b5969a622371f03466f8 (diff) |
Debug: pass ACL-initiated debug through spool residencyexim-4.96-RC1
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 # |