Testsuite - Squashed commit of the following:
[exim.git] / test / confs / 0601
index 58b47d517c6f2e0fa037c660ee3378d217001485..84f7d38a610dc3e377d7c6cb50937b63bd1f5403 100644 (file)
@@ -4,17 +4,12 @@
 exim_path = EXIM_PATH
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
+queue_only
 
 # ----- Main settings -----
 
-acl_smtp_connect = check
+acl_smtp_connect = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
+acl_smtp_rcpt = accept
 
 
-# ----- ACL -----
-
-begin acl
-
-check:
-  warn udpsend = <; 127.0.0.1 ; 1223 ; message from exim
-
 # End