1 # GSASL authentication (server only)
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.
7 exim -DSERVER=server -bd -oX PORT_D
9 client 127.0.0.1 PORT_D
18 AUTH PLAIN AHBoMTAAc2VjcmV0
20 AUTH ANONYMOUS cGgxMA==