diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:54:33 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-02-07 10:54:33 +0000 |
commit | 59371ea735c941334861aa5b8e1e9a06facf044f (patch) | |
tree | 79168561a70a94a3994fbe362b904ff9aab86136 /test/scripts/3600-SPA | |
parent | 54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e (diff) |
Hopefully the final lot of test files.
Diffstat (limited to 'test/scripts/3600-SPA')
-rw-r--r-- | test/scripts/3600-SPA/3600 | 45 | ||||
-rw-r--r-- | test/scripts/3600-SPA/REQUIRES | 2 |
2 files changed, 47 insertions, 0 deletions
diff --git a/test/scripts/3600-SPA/3600 b/test/scripts/3600-SPA/3600 new file mode 100644 index 000000000..51b6f9083 --- /dev/null +++ b/test/scripts/3600-SPA/3600 @@ -0,0 +1,45 @@ +# SPA authentication (server and client) +exim -DSERVER=server -bd -oX PORT_D +**** +exim -f ok@test.ex x@y +**** +exim -q +**** +exim -Mes $msg1 bad@test.ex +**** +exim -q +**** +client -t3 127.0.0.1 PORT_D +??? 220 +EHLO xxxx +??? 250- +??? 250- +??? 250- +??? 250- +??? 250 +AUTH NTLM +??? 334 +teststring +??? 535 +quit +??? 221 +**** +client -t3 127.0.0.1 PORT_D +??? 220 +EHLO xxxx +??? 250- +??? 250- +??? 250- +??? 250- +??? 250 +AUTH NTLM +??? 334 +dGVzdHN0cmluZw== +??? 334 +teststring +??? 535 +quit +??? 221 +**** +killdaemon +no_msglog_check diff --git a/test/scripts/3600-SPA/REQUIRES b/test/scripts/3600-SPA/REQUIRES new file mode 100644 index 000000000..d5f7283b3 --- /dev/null +++ b/test/scripts/3600-SPA/REQUIRES @@ -0,0 +1,2 @@ +authenticator spa +running IPv4 |