1 # Exim test configuration 0375
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 domainlist local_domains = test.ex : *.test.ex
14 log_selector = +return_path_on_delivery
15 remote_max_parallel = 1
59 address_data = $sender_address
67 address_data = $bad expansion
77 errors_to = ${if eq{0}{1}{x@y}fail}
85 # ----- Transports -----
89 # Successful local transport
92 file = DIR/test-mail/$local_part-u
98 # Hard unsuccessful local transport
102 command = /non/existent/file
106 # Soft unsuccessful local transport
110 command = /non/existent/file
115 # Remote transport - all types
125 # Another remote transport with return_path set empty
136 # Another remote transport with return_path reinstating original
145 return_path = $address_data
150 file = DIR/test-mail/$local_part