diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-21 21:14:05 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-21 21:14:05 +0100 |
commit | b0d68adc8b45e42b425c23e7dbf195b772878b9a (patch) | |
tree | cb7ff5a639d6dd9c90a454bc661217e459f6b320 /test/scripts/0000-Basic | |
parent | 01f3091ab20e5b78419d2b7cff106b421600e553 (diff) |
Debug: "kill" option on ACL control=debug. Bug 1831
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0574 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0574 b/test/scripts/0000-Basic/0574 new file mode 100644 index 000000000..6784bde56 --- /dev/null +++ b/test/scripts/0000-Basic/0574 @@ -0,0 +1,37 @@ +# debug logging ACL modifier +munge debuglog_stdout +# +exim -DSERVER=server -bd -oX PORT_D +**** +# +client 127.0.0.1 PORT_D +??? 220 +EHLO test.ex +??? 250- +??? 250- +??? 250- +??? 250- +??? 250 +MAIL FROM:<tester@test.ex> +??? 250 +RCPT TO:<dest@test.ex> +??? 250 +DATA +??? 354 +Subject: test + +body +. +??? 250 +QUIT +??? 221 +**** +# +killdaemon +# +1 +cat DIR/spool/log/serverdebuglog_1 +# +cat DIR/spool/log/serverdebuglog_2 +# +no_msglog_check |