diff options
Diffstat (limited to 'test/scripts/9300-Cyrus-SASL')
-rw-r--r-- | test/scripts/9300-Cyrus-SASL/9300 | 22 | ||||
-rw-r--r-- | test/scripts/9300-Cyrus-SASL/REQUIRES | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/test/scripts/9300-Cyrus-SASL/9300 b/test/scripts/9300-Cyrus-SASL/9300 new file mode 100644 index 000000000..4be6c17c0 --- /dev/null +++ b/test/scripts/9300-Cyrus-SASL/9300 @@ -0,0 +1,22 @@ +# 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 +AUTH PLAIN AHBoMTAAc2VjcmV0 +??? 535 +AUTH ANONYMOUS +??? 334 +ph10 +??? 235 +quit +??? 221 +**** +killdaemon +no_msglog_check diff --git a/test/scripts/9300-Cyrus-SASL/REQUIRES b/test/scripts/9300-Cyrus-SASL/REQUIRES new file mode 100644 index 000000000..f6c49fc42 --- /dev/null +++ b/test/scripts/9300-Cyrus-SASL/REQUIRES @@ -0,0 +1 @@ +authenticator cyrus_sasl |