Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0599
index efdbd3c60be9099046dcf83f06ca97d6782cbfb7..ef2ea780fabb9ffe9ec074387b0ffbd9550f1740 100644 (file)
@@ -1,55 +1,19 @@
 # Exim test configuration 0599
-# control = queue/first_pass_route
-
-.include DIR/aux-var/std_conf_prefix
-
+# 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 -----
 
-domainlist local_domains = @
-
-acl_smtp_rcpt = check_rcpt
-
-trusted_users = CALLER
-queue_run_in_order
-
-
-# ----- ACL -----
-
-begin acl
-
-check_rcpt:
-  accept       senders =       HOSTIPV4
-
-  accept       local_parts =   ^queue_only.*
-               control =       queue_only
-
-  accept       local_parts =   ^first_pass_route.*
-               control =       queue/first_pass_route
-
-# ----- Routers -----
-
-begin routers
-
-discard_remote_source:
-  driver =     redirect
-  condition =  ${if !eq {$sender_host_address}{127.0.0.1}}
-  data =       :blackhole:
-
-outbound:
-  driver =     accept
-  transport =  smtp
-
-
-# ----- Transports -----
-
-begin transports
+acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
 
-smtp:
-  driver =     smtp
-  hosts =      HOSTIPV4
-  port =       PORT_D
-  allow_localhost
-  hosts_try_fastopen = :
 
 # End