diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-21 00:50:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-21 00:50:38 +0000 |
commit | c0fb53b74e07fd17247960c998ffcb1f3c9f931f (patch) | |
tree | e257b1f3ebc8df4ff1dec8efd7b06ce8dc3affe7 /test/scripts/3800-Cyrus-SASL | |
parent | be2b133acc9607bad24c7fe5a6cd06624701281a (diff) |
Fix cyrus-sasl authenticator for $authenticated_fail_id. Bug 2238
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 |