Shuffle test order
[exim.git] / test / confs / 3401
index 6406e3178c107ddb23d4f256e7b229c1af395e7f..60b1a4624e53c35da7a12bc0870689cd6f76db75 100644 (file)
@@ -8,6 +8,7 @@ spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+log_selector = +smtp_mailauth
 
 # ----- Main settings -----
 
@@ -22,6 +23,7 @@ login:
   driver = plaintext
   public_name = LOGIN
   client_send = : userx : secret
+  client_set_id = userx
 
 plain:
   driver = plaintext
@@ -32,6 +34,7 @@ xlogin:
   driver = plaintext
   public_name = XLOGIN
   client_send = : $auth1 : $auth1+$auth2
+  client_set_id = $auth1
 
 
 # ----- Routers -----