Hello,
mx exim has to use SMTP AUTH with some destination hosts with different username/password
combinations.
The documentation says:
| If SMTP AUTH was used for the delivery there is an additional item A= followed
| by the name of the authenticator that was used. If an authenticated
| identification was set up by the authenticator's client_set_id option, this is
| logged too, separated by a colon from the authenticator name.
My client authenticator
| client:
| driver = plaintext
| public_name = PLAIN
| client_send = ${lookup{$host}lsearch{TBL/auth/client}{$value}fail}
| client_set_id = $auth1
works perfect, but the logline doesn't show the username used:
... X=TLSv1:DHE-RSA-AES256-SHA:256 A=client C="250 OK id=1b84NA-003DIj-SE" QT=2s DT=1s
^^^^^^^^
Is the problem on my side or is this a bug?
Kind regards,
Frank Elsner