1 # Exim test configuration 0374
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 domainlist local_domains = test.ex : *.test.ex
10 remote_max_parallel = 1
46 # ----- Transports -----
50 # Successful local transport
53 file = DIR/test-mail/$local_part-u
54 create_file = DIR/test-mail
59 # Hard unsuccessful local transport
63 command = /non/existent/file
66 # Soft unsuccessful local transport
70 command = /non/existent/file
74 # Remote transport - all types
79 hosts_try_fastopen = :
87 file = DIR/test-mail/$local_part
88 create_file = DIR/test-mail