Logging: expand hosts_connection_nolog coverage
[exim.git] / test / confs / 0022
index 2ec64d848e9dac678d5504cf505acf211b3c356e..cb41aa4224932a8ab22d23f952651e808cbc0e7c 100644 (file)
@@ -2,14 +2,9 @@
 
 SERVER=
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -66,7 +61,8 @@ delay_warn:
   accept
 
 freeze:
-  accept   control = freeze
+  accept   logwrite = Connections=$smtp_count_at_connection_start
+           control = freeze
 
 queue_only:
   accept   control = queue_only
@@ -95,6 +91,7 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End