Handle UTC vs specified-timezone for certificate extractors. Bug 1541
[users/jgh/exim.git] / test / confs / 0601
index 58b47d517c6f2e0fa037c660ee3378d217001485..c55ac4a1b0ee7d4341ea2b330a3157025f48b583 100644 (file)
@@ -4,17 +4,11 @@
 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_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