summaryrefslogtreecommitdiff
path: root/test/scripts/3820-Gnu-SASL/3820
blob: 83ade6316fb1529f6502e0c9f54941975fdd9120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# GSASL authentication (server only)
#
# An ANONYMOUS ath seems to want the username b64'd.  Which is consistent with
# other SASL stuff, but inconsistent vs. cyrus-sasl.  It also wants the username
# on the AUTH line, otherwise it GSASL_MECHANISM_PARSE_ERROR, and 435.
#
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 cGgxMA==
??? 235
QUIT
??? 221
****
killdaemon
no_msglog_check