diff options
Diffstat (limited to 'test/scripts/3800-Cyrus-SASL')
-rw-r--r-- | test/scripts/3800-Cyrus-SASL/3800 | 23 | ||||
-rw-r--r-- | test/scripts/3800-Cyrus-SASL/REQUIRES | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/test/scripts/3800-Cyrus-SASL/3800 b/test/scripts/3800-Cyrus-SASL/3800 new file mode 100644 index 000000000..a033ea0c6 --- /dev/null +++ b/test/scripts/3800-Cyrus-SASL/3800 @@ -0,0 +1,23 @@ +# Cyrus SASL authentication (server only) +exim -DSERVER=server -bd -oX PORT_D +**** +client 127.0.0.1 PORT_D +??? 220 +EHLO xxxx +??? 250- +??? 250- +??? 250- +??? 250- +??? 250- +??? 250 +AUTH PLAIN AHBoMTAAc2VjcmV0 +??? 535 +AUTH ANONYMOUS +??? 334 +ph10 +??? 235 +quit +??? 221 +**** +killdaemon +no_msglog_check diff --git a/test/scripts/3800-Cyrus-SASL/REQUIRES b/test/scripts/3800-Cyrus-SASL/REQUIRES new file mode 100644 index 000000000..f6c49fc42 --- /dev/null +++ b/test/scripts/3800-Cyrus-SASL/REQUIRES @@ -0,0 +1 @@ +authenticator cyrus_sasl |