Hello *,

my exim has to use SMTP AUTH with some destination hosts whre eahc of them 
needs its own 
username/password combination.

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

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to