update to pre-4.87 master
[exim.git] / test / confs / 3401
index d2cf9c97299b7a74e43689c5121183ce132a9e63..058e3f55492bc1f96b3adf4680f606448285b0b6 100644 (file)
@@ -3,11 +3,12 @@
 exim_path = EXIM_PATH
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
+log_selector = +smtp_mailauth
 
 # ----- Main settings -----
 
@@ -22,12 +23,19 @@ login:
   driver = plaintext
   public_name = LOGIN
   client_send = : userx : secret
+  client_set_id = userx
 
 plain:
   driver = plaintext
   public_name = PLAIN
   client_send = ^userx^secret
 
+xlogin:
+  driver = plaintext
+  public_name = XLOGIN
+  client_send = : $auth1 : $auth1+$auth2
+  client_set_id = $auth1
+
 
 # ----- Routers -----