Lookups: fix dbmnz crash on zero-length datum. Bug 3079
[exim.git] / test / confs / 0601
index 58b47d517c6f2e0fa037c660ee3378d217001485..d9f37ba0cb8468a0c5413a18f16f40055e930980 100644 (file)
@@ -1,20 +1,32 @@
 # Exim test configuration 0601
-# udpsend
 
+keep_environment = PATH
 exim_path = EXIM_PATH
 spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
 
-# ----- Main settings -----
+log_file_path = DIR/spool/log/%slog : syslog
+
+gecos_pattern = ""
+gecos_name = CALLER_NAME
+chunking_advertise_hosts =
+tls_advertise_hosts =
+
+.ifdef _HAVE_DMARC
+dmarc_tld_file =
+.endif
 
-acl_smtp_connect = check
+primary_hostname = myhost.test.ex
+queue_only
+
+# ----- Main settings -----
 
+log_selector = LOG_SELECTOR
+log_timezone = TIMES
 
-# ----- ACL -----
+syslog_timestamp = ARG1
+syslog_pid = ARG2
 
-begin acl
+acl_not_smtp = accept logwrite = msg
 
-check:
-  warn udpsend = <; 127.0.0.1 ; 1223 ; message from exim
 
 # End