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
94 # Hard unsuccessful local transport
98 command = /non/existent/file
102 # Soft unsuccessful local transport
106 command = /non/existent/file
111 # Remote transport - all types
121 # Another remote transport with return_path set empty
132 # Another remote transport with return_path reinstating original
141 return_path = $address_data
146 file = DIR/test-mail/$local_part