Fix the variables set by gsasl authenticator
[exim.git] / test / scripts / 3820-Gnu-SASL / 3820
1 # GSASL authentication (server only)
2 #
3 # An ANONYMOUS ath seems to want the username b64'd. Which is consistent with
4 # other SASL stuff, but inconsistent vs. cyrus-sasl. It also wants the username
5 # on the AUTH line, otherwise it GSASL_MECHANISM_PARSE_ERROR, and 435.
6 #
7 exim -DSERVER=server -bd -oX PORT_D
8 ****
9 client 127.0.0.1 PORT_D
10 ??? 220
11 EHLO xxxx
12 ??? 250-
13 ??? 250-
14 ??? 250-
15 ??? 250-
16 ??? 250-
17 ??? 250
18 AUTH PLAIN AHBoMTAAc2VjcmV0
19 ??? 535
20 AUTH ANONYMOUS cGgxMA==
21 ??? 235
22 QUIT
23 ??? 221
24 ****
25 killdaemon
26 no_msglog_check