Increase size of variables for check_spool_space and check_log_space
[exim.git] / test / confs / 0180
index 4f291f49259b017bea1528159808ed547c4062b6..e90d54517b2c84c8e70cfd3a2090c92341dfd997 100644 (file)
@@ -1,14 +1,11 @@
 # Exim test configuration 0180
 
-CSS=check_spool_space=100000000K
+# Require immense amount of disk space, expecting to fail.  Can unfortunately work on big filesystems.
+CSS=check_spool_space=1024T
+
+.include DIR/aux-var/std_conf_prefix
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----