Add A= to delivery log lines, and a client_set_id option to authenticators.
[exim.git] / src / src / transports / smtp.c
index dc24e69389cc401b340308e53c08a5c1a58a3e3f..0ab1732321a18ade9dbfb842bb45c2c5f4c7b48e 100644 (file)
@@ -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 */