Early-pipe: invalidate cache on a failure of required-auth
[exim.git] / test / confs / 0601
index 58b47d517c6f2e0fa037c660ee3378d217001485..8b47f3d7eb216b122125976cfea9d89d05f64974 100644 (file)
@@ -2,19 +2,18 @@
 # udpsend
 
 exim_path = EXIM_PATH
+keep_environment =
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
+tls_advertise_hosts =
+queue_only
+.ifdef _HAVE_DMARC
+dmarc_tld_file =
+.endif
 
 # ----- Main settings -----
 
-acl_smtp_connect = check
+acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
 
 
-# ----- ACL -----
-
-begin acl
-
-check:
-  warn udpsend = <; 127.0.0.1 ; 1223 ; message from exim
-
 # End