1 # Exim test configuration 0375
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 log_selector = +return_path_on_delivery
11 remote_max_parallel = 1
55 address_data = $sender_address
63 address_data = $bad expansion
73 errors_to = ${if eq{0}{1}{x@y}fail}
81 # ----- Transports -----
85 # Successful local transport
88 file = DIR/test-mail/$local_part-u
89 create_file = DIR/test-mail
95 # Hard unsuccessful local transport
99 command = /non/existent/file
103 # Soft unsuccessful local transport
107 command = /non/existent/file
112 # Remote transport - all types
118 hosts_try_fastopen = :
123 # Another remote transport with return_path set empty
129 hosts_try_fastopen = :
135 # Another remote transport with return_path reinstating original
141 hosts_try_fastopen = :
145 return_path = $address_data
150 file = DIR/test-mail/$local_part
151 create_file = DIR/test-mail