# 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-
??? 250
AUTH PLAIN AHBoMTAAc2VjcmV0
??? 535
AUTH ANONYMOUS cGgxMA==
??? 235
QUIT
??? 221
****
killdaemon
no_msglog_check
