X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/6d7c6175eda3aaa316d1960a89170a285510ad40..6f1235934cf1739c7fd575a2019a6d2deeb1cf9d:/src/src/transports/smtp.c diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index dc24e6938..0ab173232 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -1349,6 +1349,9 @@ if (continue_hostname == NULL { case OK: smtp_authenticated = TRUE; /* stops the outer loop */ + client_authenticator = au->name; + if (au->set_client_id != NULL) + client_authenticated_id = expand_string(au->set_client_id); break; /* Failure after writing a command */