Add A= to delivery log lines, and a client_set_id option to authenticators.
[exim.git] / test / confs / 3401
index 6406e3178c107ddb23d4f256e7b229c1af395e7f..c4a904a3b1ca91f73bd153df7f7baccddbb366c3 100644 (file)
@@ -22,6 +22,7 @@ login:
   driver = plaintext
   public_name = LOGIN
   client_send = : userx : secret
+  client_set_id = userx
 
 plain:
   driver = plaintext
@@ -32,6 +33,7 @@ xlogin:
   driver = plaintext
   public_name = XLOGIN
   client_send = : $auth1 : $auth1+$auth2
+  client_set_id = $auth1
 
 
 # ----- Routers -----